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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2269423002: MD History: Tweak appearance of sign-in promotion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | chrome/browser/resources/md_history/synced_device_manager.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 425ccb7dbf9be2a2959e50125a8c28d1734f72ac..e920741458276248696d60ae30b4ded74fb3652d 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3803,21 +3803,23 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
#sign-in-promo {
color: var(--primary-text-color);
- font-size: 28px;
+ font-size: 215%;
margin-top: 40px;
}
#sign-in-promo-desc {
color: #848484;
- font-size: 16px;
+ font-size: 123%;
margin-top: 10px;
}
#sign-in-button {
background-color: var(--google-blue-500);
color: white;
- font-size: 14px;
+ font-weight: 500;
margin-top: 24px;
+ padding-left: 12px;
+ padding-right: 12px;
}
#synced-device-list {
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/synced_device_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698