| Index: chrome/browser/resources/settings/settings_page/settings_section.css
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.css b/chrome/browser/resources/settings/settings_page/settings_section.css
|
| deleted file mode 100644
|
| index f9c4d82973946c44c4af5f13462ee15d38669f57..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/settings/settings_page/settings_section.css
|
| +++ /dev/null
|
| @@ -1,49 +0,0 @@
|
| -/* 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. */
|
| -
|
| -/**
|
| - * @fileoverview
|
| - * Common styles for Settings pages.
|
| - */
|
| -:host {
|
| - display: flex;
|
| - flex-direction: column;
|
| - position: relative;
|
| -}
|
| -
|
| -#header {
|
| - margin-bottom: 12px;
|
| -}
|
| -
|
| -#header .title {
|
| - color: rgb(104, 113, 116); /* Custom color from bettes@ */
|
| - font-size: 13px;
|
| - font-weight: 500;
|
| -}
|
| -
|
| -#card {
|
| - background-color: white;
|
| - overflow: hidden;
|
| -}
|
| -
|
| -#card {
|
| - flex: 1;
|
| -}
|
| -
|
| -:host(.expanded) {
|
| - margin-bottom: 0;
|
| -}
|
| -
|
| -:host(.expanded) #header {
|
| - display: none;
|
| -}
|
| -
|
| -:host(.frozen) #card {
|
| - position: fixed;
|
| - width: 100%;
|
| -}
|
| -
|
| -:host(.expanded.frozen) #card {
|
| - position: relative;
|
| -}
|
|
|