| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 * { | 5 * { |
| 6 box-sizing: border-box; | 6 box-sizing: border-box; |
| 7 color: rgba(0, 0, 0, .54); | 7 color: rgba(0, 0, 0, .54); |
| 8 font-family: Roboto, 'Noto Sans', sans-serif; | |
| 9 font-size: 13px; | 8 font-size: 13px; |
| 10 margin: 0; | 9 margin: 0; |
| 11 padding: 0; | 10 padding: 0; |
| 12 } | 11 } |
| 13 | 12 |
| 14 #start-container * { | 13 #start-container * { |
| 15 color: #fff; | 14 color: #fff; |
| 16 } | 15 } |
| 17 | 16 |
| 18 #start-container h2 { | 17 #start-container h2 { |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 background: none; | 338 background: none; |
| 340 border: none; | 339 border: none; |
| 341 color: rgb(58, 218, 255); | 340 color: rgb(58, 218, 255); |
| 342 float: right; | 341 float: right; |
| 343 height: 32px; | 342 height: 32px; |
| 344 margin-left: 18px; | 343 margin-left: 18px; |
| 345 min-width: 56px; | 344 min-width: 56px; |
| 346 padding: 0 8px 0 8px; | 345 padding: 0 8px 0 8px; |
| 347 text-transform: uppercase; | 346 text-transform: uppercase; |
| 348 } | 347 } |
| OLD | NEW |