Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / pairing_device_list.css
blobeb2c72573d626086917bfbab8b98459f204c6d3a
1 /* Copyright 2014 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 /* TODO(dzhioev): support RTL. http://crbug.com/423354 */
8 :host {
9 display: block;
10 overflow: auto;
13 core-selector {
14 display: block;
17 :host([connecting]) {
18 pointer-events: none;
21 paper-icon-item {
22 padding-bottom: 18px;
23 padding-top: 18px;
26 /* Items separator. */
27 paper-icon-item:not(:last-of-type)::after {
28 background-color: rgba(0, 0, 0, 0.1);
29 bottom: 0;
30 content: '';
31 display: block;
32 height: 1px;
33 left: calc(40px + 1em);
34 position: absolute;
35 right: 0;
38 iron-icon {
39 height: 40px;
40 margin-right: 1em;
41 width: 40px;
44 .throbber {
45 display: none;
48 .iron-selected {
49 font-weight: bold;
52 :host([connecting]) .iron-selected .throbber {
53 background: url(chrome://resources/images/throbber_small.svg) no-repeat;
54 background-size: cover;
55 display: inline-block;
56 height: 25px;
57 margin-right: 10px;
58 width: 25px;