Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / throbber_notice.css
blob8ca67e30023780a51ebfec655d311c83bae523a3
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
3 * found in the LICENSE file.
4 */
6 :host {
7 align-items: center;
8 display: flex;
9 flex-direction: column;
10 justify-content: center;
13 paper-spinner {
14 --paper-spinner-layer-1-color: var(--google-blue-500);
15 --paper-spinner-layer-2-color: var(--google-blue-500);
16 --paper-spinner-layer-3-color: var(--google-blue-500);
17 --paper-spinner-layer-4-color: var(--google-blue-500);
20 paper-spinner {
21 height: 38px;
22 margin-bottom: 28px;
23 width: 38px;
26 #spinner-comment {
27 color: #747474;
28 font-size: 13px;