| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 :host { | 5 :host { |
| 6 display: block; | 6 display: block; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .origin { | 9 .origin { |
| 10 font-weight: bold; | 10 font-size: 110%; |
| 11 font-weight: 500; |
| 12 margin-bottom: 20px; |
| 13 margin-top: 35px; |
| 11 } | 14 } |
| 12 | 15 |
| 13 .reset-button { | 16 .reset-button { |
| 14 -webkit-margin-start: 15px; | 17 -webkit-margin-start: 15px; |
| 15 } | 18 } |
| 16 | 19 |
| 17 #storage { | 20 #storage { |
| 18 -webkit-padding-end: 0; | 21 -webkit-padding-end: 0; |
| 19 } | 22 } |
| OLD | NEW |