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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_welcome_secondary_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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_welcome_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_welcome_secondary_button.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome_secondary_button.css b/chrome/browser/resources/chromeos/login/oobe_welcome_secondary_button.css
new file mode 100644
index 0000000000000000000000000000000000000000..19b9339599909af17aa779a71fe77a7a4829110a
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome_secondary_button.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. */
+:host {
+ border-color: rgba(0, 0, 0, 0.2);
+ border-radius: 2px;
+ border-style: solid;
+ border-width: 1px;
+ color: #5a5a5a;
+ height: 28px;
+ max-width: 300px;
+ min-width: 120px;
+}
+
+#container {
+ height: 100%;
+ margin: 0;
+ padding: 0 16px 0 16px;
+}
+
+::content * {
+ font: var(--oobe-roboto-medium), sans-serif;
+ font-size: 12px;
+ text-transform: none;
+}
+
+iron-icon {
+ --iron-icon-height: 16px;
+ --iron-icon-width: 16px;
+ color: #5a5a5a;
+ margin: 0 8px 0 0;
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_welcome_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698