Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_main / settings_main.css
blobecdabd5564a9b227d2b0ac9fdada4b5125cfc343
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 bottom: 0;
8 color: black;
9 display: block;
10 left: 0;
11 position: absolute;
12 right: 0;
13 top: 0;
16 #mainContainer {
17 box-sizing: border-box;
18 height: 100%;
19 overflow: auto;
22 #pageContainer {
23 -webkit-margin-end: 20px;
24 -webkit-margin-start: 20px;
27 ::content core-icon-button {
28 position: absolute;