Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / settings / checkbox / checkbox.css
blob43cb3f203951caffd11058e006216f82b18091b1
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 :host {
6 display: block;
7 margin-bottom: 10px;
8 margin-top: 10px;
11 #outerDiv {
12 -webkit-margin-end: 10px;
15 #mainLabel {
16 -webkit-margin-end: 10px;
19 #subLabel {
20 color: rgba(0, 0, 0, .5);
23 cr-policy-indicator {
24 padding-bottom: 5px;