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

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

Issue 2961103003: CrOS OOBE login: Replace last usages of paper-dialog with cr-dialog. (Closed)
Patch Set: Tweak 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/offline_gaia.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/offline_gaia.css
diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.css b/chrome/browser/resources/chromeos/login/offline_gaia.css
index 9669aa48c69375a28f0eb1b5c3caf8bdf04b2239..dd2022312fe6752acb80aea423675afc4f40a961 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.css
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.css
@@ -10,15 +10,8 @@
position: relative;
}
-paper-dialog {
- --paper-dialog-title: {
- font-size: 15px;
- };
-
+#forgotPasswordDlg {
+ color: var(--primary-text-color);
+ font-size: 15px;
width: 384px;
}
-
-#forgotPasswordDlg .buttons {
- padding: 15px 24px 24px;
-}
-
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/offline_gaia.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698