[Extensions] Make extension message bubble factory platform-abstract
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_main / settings_main.css
blob59f7f0bb84487802f89bf50d8e3e0589315f99e8
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 background-color: rgb(219, 222, 224);
7 color: black;
8 display: block;
11 #outer {
12 box-sizing: border-box;
13 height: 100%;
14 overflow: auto;
17 #pageContainer {
18 -webkit-margin-end: 20px;
19 -webkit-margin-start: 20px;
22 ::content core-icon-button {
23 position: absolute;