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

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

Issue 2082763002: MD Settings: make ugly appeal banner less ugly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: right font-sizes, i.e. body != :root Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index dcf01a5a59abc6d1a7e961d40e42e61e767c42f3..4d2868ef9eefbe7e226b1da5f4abd77dff409b4c 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -22,24 +22,24 @@
#appeal {
align-items: center;
- background: red;
+ background: rgb(123, 170, 247);
+ bottom: 0;
display: flex;
left: 0;
position: fixed;
right: 0;
- top: 0;
z-index: 9999;
}
#request {
flex: 1;
- font-size: 1rem;
+ font-size: .8125rem;
font-weight: bold;
- padding: 12px 8px;
+ padding: 8px 24px;
}
#request h1 {
- font-size: 1.5rem;
+ font-size: 1rem;
margin: 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698