summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/md_extensions/sidebar.css
blob: a7c4b14fac52e9d615f4d331fdea03901f424784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* Copyright 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

:host {
  -webkit-margin-start: 30px;
  margin-top: 30px;
  position: fixed;
}

#section-menu {
  --paper-menu-background-color: {
    transparent;
  }
  --paper-menu-selected-item: {
    background-color: transparent;
    color: rgb(66, 133, 244);
    font-weight: normal;
  }
  padding: 0;
}

paper-item {
  -webkit-margin-start: 0;
  -webkit-padding-start: 0;
  color: #5A5A5A;
  cursor: pointer;
  font-size: 88%;
}

.section-menu-item span {
  -webkit-margin-start: 15px;
}

#developer-mode {
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  margin: 10px 0;
}

#developer-mode-checkbox {
  --paper-checkbox-checked-color: rgb(66, 133, 244);
  --primary-text-color: #5A5A5A;
  -webkit-margin-start: 10px;
}