| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 .vertical-margin { | 5 .vertical-margin { |
| 6 width: 24px; | 6 width: 22px; /* = 24 - (button border 2px) */ |
| 7 } | 7 } |
| 8 | 8 |
| 9 #bottom-margin { | 9 #bottom-margin { |
| 10 height: 24px; | 10 height: 24px; |
| 11 } | 11 } |
| 12 | 12 |
| 13 #title { | 13 #title { |
| 14 color: rgba(0, 0, 0, 0.87); | 14 color: rgba(0, 0, 0, 0.87); |
| 15 font-family: Roboto, sans-serif; | 15 font-family: Roboto, sans-serif; |
| 16 font-size: 38px; | 16 font-size: 38px; |
| 17 font-weight: normal; | 17 font-weight: normal; |
| 18 margin: 120px 0 30px 0; | 18 margin: 120px 0 30px 0; |
| 19 } | 19 } |
| 20 | 20 |
| 21 #welcomeIllustration { | 21 #welcomeIllustration { |
| 22 height: 300px; | 22 height: 300px; |
| 23 width: 390px; | 23 width: 390px; |
| 24 } | 24 } |
| 25 | 25 |
| 26 oobe-welcome-secondary-button { | 26 oobe-welcome-secondary-button { |
| 27 margin-right: 8px; | 27 margin-right: 8px; |
| 28 } | 28 } |
| 29 | 29 |
| 30 #buttons { | 30 #buttons { |
| 31 width: 100%; | 31 width: 100%; |
| 32 } | 32 } |
| OLD | NEW |