| 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 -webkit-margin-start: 4px; |
| 6 display: block; | 7 display: block; |
| 7 } | 8 } |
| 8 | 9 |
| 9 .origin-box { | 10 .origin-box { |
| 10 margin-bottom: 20px; | 11 margin-bottom: 20px; |
| 11 margin-top: 35px; | 12 margin-top: 35px; |
| 12 } | 13 } |
| 13 | 14 |
| 14 .origin { | 15 .origin { |
| 15 -webkit-margin-start: 10px; | 16 -webkit-margin-start: 10px; |
| 16 font-size: 110%; | 17 font-size: 110%; |
| 17 font-weight: 500; | 18 font-weight: 500; |
| 18 } | 19 } |
| 19 | 20 |
| 20 .reset-button { | 21 .reset-button { |
| 21 -webkit-margin-start: 15px; | 22 -webkit-margin-start: 15px; |
| 22 } | 23 } |
| 23 | 24 |
| 24 #storage { | 25 #storage { |
| 25 -webkit-padding-end: 0; | 26 -webkit-padding-end: 0; |
| 26 } | 27 } |
| 27 | 28 |
| 28 .website-icon { | 29 .website-icon { |
| 29 background-repeat: no-repeat; | 30 background-repeat: no-repeat; |
| 30 background-size: contain; | 31 background-size: contain; |
| 31 height: 16px; | 32 height: 16px; |
| 32 width: 16px; | 33 width: 16px; |
| 33 } | 34 } |
| OLD | NEW |