Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_ui / settings_ui.css
blob5a61699f7732d1a969306ec3cd23b94d134dac83
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 @apply(--layout-vertical);
7 @apply(--layout-fit);
8 @apply(--paper-font-body1);
9 -webkit-user-select: none;
10 background-color: rgb(230, 230, 230);
11 color: rgba(0, 0, 0, .87);
14 paper-toolbar {
15 @apply(--shadow-elevation-4dp);
16 background-color: rgb(63, 85, 102);
17 position: relative;
18 z-index: 10;
21 paper-drawer-panel {
22 @apply(--layout-flex);
23 --paper-drawer-panel-left-drawer-container: {
24 background-color: rgb(230, 230, 230);
25 margin-top: 34px;
27 position: relative;
30 cr-settings-main paper-icon-button {
31 z-index: 10;