Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / md_extensions / sidebar.css
bloba7c4b14fac52e9d615f4d331fdea03901f424784
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 -webkit-margin-start: 30px;
7 margin-top: 30px;
8 position: fixed;
11 #section-menu {
12 --paper-menu-background-color: {
13 transparent;
15 --paper-menu-selected-item: {
16 background-color: transparent;
17 color: rgb(66, 133, 244);
18 font-weight: normal;
20 padding: 0;
23 paper-item {
24 -webkit-margin-start: 0;
25 -webkit-padding-start: 0;
26 color: #5A5A5A;
27 cursor: pointer;
28 font-size: 88%;
31 .section-menu-item span {
32 -webkit-margin-start: 15px;
35 #developer-mode {
36 border-bottom: 1px solid #C5C5C5;
37 border-top: 1px solid #C5C5C5;
38 margin: 10px 0;
41 #developer-mode-checkbox {
42 --paper-checkbox-checked-color: rgb(66, 133, 244);
43 --primary-text-color: #5A5A5A;
44 -webkit-margin-start: 10px;