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

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

Issue 2952943002: Update voice interaction OOBE with new UX spec (Closed)
Patch Set: Rebase Created 3 years, 6 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_voice_interaction_value_prop.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.css b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.css
index 87b0f79ca81baed15db37480cd3da09e70bba0ac..c4846d57307cf10ed1728fb303f577ca36db752c 100644
--- a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.css
+++ b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.css
@@ -2,22 +2,17 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-oobe-text-button {
- -webkit-margin-end: 16px;
- color: #5a5a5a;
-}
-
#value-prop-view {
display: block;
- height: 496px;
+ height: 372px;
margin: auto;
padding: 0;
}
-#cancelButton {
- -webkit-margin-end: 4px;
+#noThanksButton {
+ color: rgb(66, 133, 244);
}
-.subtitle {
- line-height: 20px;
+#continueButton {
+ -webkit-margin-end: 18px;
}

Powered by Google App Engine
This is Rietveld 408576698