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

Unified Diff: chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html

Issue 1130113005: Convert cr-settings-drawer to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ConvertSettingsMenu
Patch Set: add grdp Created 5 years, 7 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_drawer/settings_drawer_style.html
diff --git a/chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html b/chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html
deleted file mode 100644
index acc22b1c6e151b585420965c48ed35ba53f773c8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/settings_drawer/settings_drawer_style.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
-<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
-
-<core-style id="settingsDrawerStyle">
-:host {
- background-color: rgb(38, 50, 56);
- color: white;
- display: block;
- overflow: auto;
-}
-
-#user-card {
- -webkit-padding-start: 40px;
- background-color: rgb(28, 37, 42);
- color: white;
- height: 95px;
-}
-
-#user-card img {
- -webkit-margin-end: 15px;
- height: 50px;
- width: 50px;
-}
-
-#user-card .name {
- font-size: 18px;
-}
-
-#user-card .email {
- font-size: 14px;
-}
-</core-style>

Powered by Google App Engine
This is Rietveld 408576698