BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / import_data_overlay.css
blob0d730dcb19b44ad05a3158023421687949dace15
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
3 * found in the LICENSE file. */
5 #import-data-overlay {
6 width: 400px;
9 #import-from-div {
10 margin-bottom: 20px;
13 #import-checkboxes > div:not(:first-child) {
14 -webkit-padding-start: 8px;
17 #import-throbber {
18 margin: 4px 10px;
19 vertical-align: middle;
20 visibility: hidden;
23 #import-success-header {
24 font-size: 1.2em;
27 #import-success-image {
28 -webkit-mask-image: url(../../../../ui/webui/resources/images/check_circle.svg);
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%;