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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.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 | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/synced_device_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index 7ac1cbdbc37831676c67182477ea12b2d079d630..4be8781dc6d951ec9e3ff84b2e8e464b331b51d0 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -40,21 +40,23 @@
#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 | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698