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> |