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

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

Issue 2267533002: ChromeOS: Update styles of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review 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
Index: chrome/browser/resources/chromeos/login/oobe_dialog_parameters.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog_parameters.css b/chrome/browser/resources/chromeos/login/oobe_dialog_parameters.css
index 741306aab1ac9116de3d78125b2769677f60f9cc..55ee720ae64e15a039f0118e6ef3235e5a31828a 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog_parameters.css
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog_parameters.css
@@ -16,9 +16,15 @@ oobe-dialog .header {
oobe-dialog h1.title {
color: rgba(0, 0, 0, 0.87);
font-size: 28px;
+ font-weight: normal;
margin: 36px 0 0 0; /* = 64 - font height*/
}
+oobe-dialog[welcome-screen] h1.title {
+ font-size: 38px;
+ margin: 22px 0 0 0; /* = 64 - font height*/
+}
+
oobe-dialog .subtitle {
color: rgba(0, 0, 0, 0.87);
font-size: 13px;
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_dialog.js ('k') | chrome/browser/resources/chromeos/login/oobe_text_button.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698