| OLD | NEW | 
|---|
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 #import-data-overlay { | 5 #import-data-overlay { | 
| 6   width: 400px; | 6   width: 400px; | 
| 7 } | 7 } | 
| 8 | 8 | 
| 9 #import-from-div { | 9 #import-from-div { | 
| 10   margin-bottom: 20px; | 10   margin-bottom: 20px; | 
| 11 } | 11 } | 
| 12 | 12 | 
| 13 #import-checkboxes > div:not(:first-child) { | 13 #import-checkboxes > div:not(:first-child) { | 
| 14   -webkit-padding-start: 8px; | 14   -webkit-padding-start: 8px; | 
| 15 } | 15 } | 
| 16 | 16 | 
| 17 #import-throbber { | 17 #import-throbber { | 
| 18   margin: 4px 10px; | 18   margin: 4px 10px; | 
| 19   vertical-align: middle; | 19   vertical-align: middle; | 
| 20   visibility: hidden; | 20   visibility: hidden; | 
| 21 } | 21 } | 
| 22 | 22 | 
| 23 #import-success-header { | 23 #import-success-header { | 
| 24   font-size: 1.2em; | 24   font-size: 1.2em; | 
| 25 } | 25 } | 
| 26 | 26 | 
| 27 #import-success-image { | 27 #import-success-image { | 
| 28   margin: 20px; | 28   -webkit-mask-image: url(../../../../ui/webui/resources/images/check_circle.svg
    ); | 
| 29   text-align: center; | 29   -webkit-mask-position: center; | 
|  | 30   -webkit-mask-repeat: no-repeat; | 
|  | 31   -webkit-mask-size: 96px; | 
|  | 32   background-color: rgb(15, 157, 88); | 
|  | 33   height: 96px; | 
|  | 34   margin: 20px 0; | 
|  | 35   width: 100%; | 
| 30 } | 36 } | 
| OLD | NEW | 
|---|