Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_menu / settings_menu.css
blob62a679339eb5709a65301c7ebfb6e6a47b020a31
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 display: block;
9 core-menu {
10 margin: 0;
11 padding-top: 20px;
14 paper-item {
15 -webkit-padding-start: 40px;
16 font-size: 15px;
17 margin-bottom: 5px;
18 min-height: 45px;
21 paper-item.core-selected {
22 background-color: rgb(38, 166, 154);
25 paper-item core-icon {
26 -webkit-margin-end: 10px;