[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_menu / settings_menu.css
blobafde168a49a0bb7988d980a110a01c1378978c3c
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 color: white;
7 display: flex;
8 flex-direction: column;
9 overflow: auto;
12 paper-menu {
13 background-color: transparent;
14 margin: 0;
15 padding: 0;
18 paper-menu > * {
19 -webkit-padding-start: 40px;
20 font-size: 15px;
21 margin-bottom: 5px;
22 min-height: 45px;
25 paper-menu > *.iron-selected {
26 background-color: rgb(38, 166, 154);