| 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 body { | 5 body { |
| 8 margin: 0; | 6 margin: 0; |
| 9 padding: 0; | 7 padding: 0; |
| 10 } | 8 } |
| 11 | 9 |
| 12 .step.dialog { | 10 .step.dialog { |
| 13 align-items: center; | 11 align-items: center; |
| 14 display: flex; | 12 display: flex; |
| 15 flex-direction: column; | 13 flex-direction: column; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 .step.dialog .topbutton-bar button { | 63 .step.dialog .topbutton-bar button { |
| 66 -webkit-app-region: no-drag; | 64 -webkit-app-region: no-drag; |
| 67 -webkit-margin-end: 0; | 65 -webkit-margin-end: 0; |
| 68 display: inline; | 66 display: inline; |
| 69 } | 67 } |
| 70 | 68 |
| 71 .step.dialog .greeting-image { | 69 .step.dialog .greeting-image { |
| 72 margin-bottom: 49px; | 70 margin-bottom: 49px; |
| 73 margin-top: 64px; | 71 margin-top: 64px; |
| 74 } | 72 } |
| OLD | NEW |