Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / gaia_password_changed.css
blob37c6b5671c1a75d7e5bcec68ecda80974db9936d
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 :host {
7 display: block;
8 position: relative;
11 iron-icon[icon='warning'] {
12 color: var(--google-yellow-500);
13 margin: 0 15px 0 0;
16 :host-context(html[dir=rtl]) iron-icon[icon='warning'] {
17 margin: 0 0 0 15px;
20 #closeButton {
21 color: white;
22 position: absolute;
23 right: 10px;
24 top: 10px;
25 z-index: 1;
28 :host-context(html[dir=rtl]) #closeButton {
29 left: 10px;
30 right: auto;