| Index: chrome/browser/resources/chromeos/login/gaia_password_changed.css
|
| diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.css b/chrome/browser/resources/chromeos/login/gaia_password_changed.css
|
| index 9c2529c231bb79652fd8ed36ad73851ebcc0b4a1..37c6b5671c1a75d7e5bcec68ecda80974db9936d 100644
|
| --- a/chrome/browser/resources/chromeos/login/gaia_password_changed.css
|
| +++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.css
|
| @@ -4,16 +4,16 @@
|
| */
|
|
|
| :host {
|
| - height: 100%;
|
| - width: 100%;
|
| + display: block;
|
| + position: relative;
|
| }
|
|
|
| -core-icon[icon='warning'] {
|
| - color: rgb(255, 193, 7);
|
| +iron-icon[icon='warning'] {
|
| + color: var(--google-yellow-500);
|
| margin: 0 15px 0 0;
|
| }
|
|
|
| -:host-context(html[dir=rtl]) core-icon[icon='warning'] {
|
| +:host-context(html[dir=rtl]) iron-icon[icon='warning'] {
|
| margin: 0 0 0 15px;
|
| }
|
|
|
|
|