Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: chrome/browser/resources/settings/settings_page/settings_section.css

Issue 1949533003: MD Settings: replace paper-material with paper-material-shared-styles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 85d6e9166f08c022adfe96f14d84f1ec7a597348..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);
- 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;
-}

Powered by Google App Engine
This is Rietveld 408576698