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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_welcome_dialog.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_welcome_dialog.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
new file mode 100644
index 0000000000000000000000000000000000000000..fd014604682bead128d77b6bc5a43b38e4ead2ba
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css
@@ -0,0 +1,32 @@
+/* Copyright 2016 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+.vertical-margin {
+ width: 24px;
+}
+
+#bottom-margin {
+ height: 24px;
+}
+
+#title {
+ color: rgba(0, 0, 0, 0.87);
+ font-family: Roboto, sans-serif;
+ font-size: 38px;
+ font-weight: normal;
+ margin: 120px 0 30px 0;
+}
+
+#welcomeIllustration {
+ height: 300px;
+ width: 390px;
+}
+
+oobe-welcome-secondary-button {
+ margin-right: 8px;
+}
+
+#buttons {
+ width: 100%;
+}

Powered by Google App Engine
This is Rietveld 408576698