Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_main / settings_main.css
blobfaeafa63a6526ba10bf8121506fe0eeb79711587
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 bottom: 0;
7 color: black;
8 display: block;
9 left: 0;
10 position: absolute;
11 right: 0;
12 top: 0;
15 #mainContainer {
16 box-sizing: border-box;
17 height: 100%;
18 overflow: auto;
19 padding: 34px 16px;
22 ::content core-icon-button {
23 position: absolute;