| 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 a { | 5 a { |
| 6 color: var(--google-blue-500); | 6 color: var(--google-blue-500); |
| 7 text-decoration: none; | 7 text-decoration: none; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #crosEulaFrame, | 10 #crosEulaFrame, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 margin-bottom: 20px; | 30 margin-bottom: 20px; |
| 31 margin-top: 23px; /* = 36 - font size */ | 31 margin-top: 23px; /* = 36 - font size */ |
| 32 } | 32 } |
| 33 | 33 |
| 34 #usageStats { | 34 #usageStats { |
| 35 --paper-checkbox-size: 16px; | 35 --paper-checkbox-size: 16px; |
| 36 --paper-checkbox-checked-color: var(--google-blue-500); | 36 --paper-checkbox-checked-color: var(--google-blue-500); |
| 37 size: 16px; | 37 size: 16px; |
| 38 } | 38 } |
| 39 | 39 |
| 40 #usageStatsLabelContainer { |
| 41 -webkit-margin-start: 16px; |
| 42 } |
| 43 |
| 40 #usageStatsLabelContainer label { | 44 #usageStatsLabelContainer label { |
| 41 -webkit-margin-start: 16px; | |
| 42 color: rgba(0, 0, 0, .54); | 45 color: rgba(0, 0, 0, .54); |
| 46 line-height: 20px; |
| 43 } | 47 } |
| 44 | 48 |
| 45 .bottom-buttons { | 49 .bottom-buttons { |
| 46 padding: 0 6px; /* = 8px - 2px back button border */ | 50 padding: 0 6px; /* = 8px - 2px back button border */ |
| 47 } | 51 } |
| 48 | 52 |
| 49 #eula-accept-button { | 53 #eula-accept-button { |
| 50 -webkit-padding-end: 18px; | 54 -webkit-padding-end: 18px; |
| 51 } | 55 } |
| OLD | NEW |