Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css |
| index 5be31f2f3e49a76affe9eaf77024db556f4103cd..a5a9a1a8eb4a0d84282521fc37190ca6a4c897b1 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css |
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css |
| @@ -7,7 +7,7 @@ |
| :host { |
| -webkit-user-select: none; |
| - background-color: rgb(242, 166, 0); |
| + background-color: var(--google-yellow-500); |
| color: white; |
| display: block; |
| font-family: 'Roboto'; |
| @@ -15,7 +15,7 @@ |
| height: 100%; |
| } |
| -core-animated-pages { |
| +neon-animated-pages { |
| left: 114px; |
| position: absolute; |
| right: 0; |
| @@ -40,7 +40,7 @@ core-animated-pages { |
| } |
| #device-label { |
| - margin-left: -0.3em; |
| + margin-left: 0.4em; |
| } |
| #code { |
| @@ -49,3 +49,8 @@ core-animated-pages { |
| font-weight: lighter; |
| } |
| +iron-icon { |
| + height: 48px; |
| + width: 48px; |
| +} |
| + |
|
Roman Sorokin (ftl)
2015/06/19 13:10:31
nit: Please remove empty line
dzhioev (left Google)
2015/06/20 02:01:55
I'm not sure about that. Some CSS files have empty
|