[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_ui / settings_ui.css
blobbc6bced7c46a885b10e4bd5db72dd5b08e2c8c7a
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;
20 paper-drawer-panel {
21 @apply(--layout-flex);
22 --paper-drawer-panel-left-drawer-container: {
23 background-color: rgb(230, 230, 230);
24 margin-top: 34px;
26 position: relative;
29 cr-settings-main paper-icon-button {
30 z-index: 10;