summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/gaia_password_changed.css
blob: 37c6b5671c1a75d7e5bcec68ecda80974db9936d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* Copyright 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

:host {
  display: block;
  position: relative;
}

iron-icon[icon='warning'] {
  color: var(--google-yellow-500);
  margin: 0 15px 0 0;
}

:host-context(html[dir=rtl]) iron-icon[icon='warning'] {
  margin: 0 0 0 15px;
}

#closeButton {
  color: white;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

:host-context(html[dir=rtl]) #closeButton {
  left: 10px;
  right: auto;
}