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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_text_button.css

Issue 2398383002: ChromeOS: Update Welcome screen material design OOBE. (Closed)
Patch Set: Update after review. Created 4 years, 2 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/chromeos/login/oobe_text_button.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_text_button.css b/chrome/browser/resources/chromeos/login/oobe_text_button.css
index dd72df22ee5733599da7269292ea556eb22d464d..3b302415e7e498709f15eec033dd4064d42704cf 100644
--- a/chrome/browser/resources/chromeos/login/oobe_text_button.css
+++ b/chrome/browser/resources/chromeos/login/oobe_text_button.css
@@ -3,8 +3,8 @@
found in the LICENSE file. */
#textButton {
- font: 13px 'Roboto Medium', sans-serif;
- height: 32px;
+ height: 28px;
+ margin: 0;
padding: 0 16px;
}
@@ -17,3 +17,9 @@
background-color: var(--google-blue-500);
color: white;
}
+
+::content * {
+ font: var(--oobe-roboto-medium), sans-serif;
+ font-size: 12px;
+ text-transform: none;
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screen.css ('k') | chrome/browser/resources/chromeos/login/oobe_welcome.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698