| OLD | NEW |
| 1 /** | 1 /* Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 * Copyright 2013 The Chromium Authors. All rights reserved. | |
| 3 * 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 |
| 4 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 5 */ | |
| 6 | 4 |
| 7 .step { | 5 .step { |
| 8 background: white; | 6 background: white; |
| 9 color: #8c8c8c; | 7 color: #8c8c8c; |
| 10 padding: 0; | 8 padding: 0; |
| 11 } | 9 } |
| 12 | 10 |
| 13 .step h1 { | 11 .step h1 { |
| 14 color: #333; | 12 color: #333; |
| 15 font-weight: normal; | 13 font-weight: normal; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 31 margin: 0 3px; | 29 margin: 0 3px; |
| 32 } | 30 } |
| 33 | 31 |
| 34 .step .controls button:first-of-type { | 32 .step .controls button:first-of-type { |
| 35 -webkit-margin-start: 0; | 33 -webkit-margin-start: 0; |
| 36 } | 34 } |
| 37 | 35 |
| 38 .step .controls button:last-of-type { | 36 .step .controls button:last-of-type { |
| 39 -webkit-margin-end: 0; | 37 -webkit-margin-end: 0; |
| 40 } | 38 } |
| OLD | NEW |