[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / emulator / bluetooth_settings.css
blob545f0e97c61d90c6d11a8caef30e96ac1429591c
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. */
5 paper-button[raised].colored {
6 background: rgb(66, 133, 244);
7 color: #fff;
10 paper-input {
11 -webkit-margin-start: 15px;
12 display: inline-block;
13 width: 200px;
16 paper-toggle-button {
17 -webkit-margin-start: 15px;
20 .element-label {
21 -webkit-padding-start: 0;
22 color: rgb(82, 101, 162);
23 display: block;
24 font-size: 24px;
25 font-weight: normal;
26 height: 80px;
27 letter-spacing: 0.05em;
28 line-height: 80px;
31 .device-container {
32 border: 1px solid #000;
33 border-radius: 2px;
34 margin: 10px;
35 width: 80%;
38 .device-field {
39 margin-bottom: 1em;
40 margin-top: 1em;
43 .bluetooth-device {
44 margin: 15px;
47 .toggle-button-label {
48 margin: 15px;