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

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

Issue 2819613003: cros: Update design of encryption migration UI for ext4 dircrypto. (Closed)
Patch Set: Address review comments. Created 3 years, 8 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/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/login/encryption_migration.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/encryption_migration.css
diff --git a/chrome/browser/resources/chromeos/login/encryption_migration.css b/chrome/browser/resources/chromeos/login/encryption_migration.css
index 41bd2f870f5327cb0a686318224789452c1d67b6..7b948b0ddcfb5c4aa8fd42f6df287ff015d29eee 100644
--- a/chrome/browser/resources/chromeos/login/encryption_migration.css
+++ b/chrome/browser/resources/chromeos/login/encryption_migration.css
@@ -2,13 +2,48 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+oobe-dialog {
+ max-width: 768px;
+}
+
+oobe-dialog div {
+ line-height: 1.54; /* 20px height for 13px font. */
+}
+
paper-progress {
--paper-progress-active-color: var(--google-blue-500);
- bottom: 0;
height: 3px;
+ margin-bottom: 28px;
width: 100%;
}
.bottom-buttons {
-webkit-padding-end: 16px;
}
+
+oobe-text-button {
+ color: rgb(90, 90, 90);
+}
+
+oobe-dialog > iron-icon {
+ height: 32px;
+ width: 32px;
+}
+
+oobe-dialog > iron-icon.warning {
+ --iron-icon-fill-color: rgb(219, 68, 55);
+}
+
+.chrome-logo {
+ background: url(chrome://oobe/product-logo.png) center/100% no-repeat;
+}
+
+.footer div {
+ color: rgb(51, 51, 51);
+ font-size: 13px;
+}
+
+.footer div.warning {
+ color: rgb(197, 57, 41);
+ font-weight: 500;
+}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/login/encryption_migration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698