Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / notification_card.css
blob2be458dd11d34ed85b0f2ac8d11fa257b505a91d
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 #container {
7 padding: 40px;
10 #icon-container {
11 margin-bottom: 14px;
14 :host iron-icon {
15 height: 28px;
16 width: 28px;
19 iron-icon[icon=warning] {
20 color: var(--google-yellow-500);
23 iron-icon[icon=done] {
24 color: var(--google-green-500);
27 #text-container {
28 color: grey;
29 line-height: 130%;
30 max-width: 240px;
31 text-align: center;
34 a {
35 color: var(--google-blue-500);
36 text-decoration: none;