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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: Rebase plus Feedback Created 4 years, 3 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/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index e69b9c0f55f831dc8bfd3aa4634bbab58eff591a..f3cf16e17444114c2e98738d2e8836098f88b87e 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -162,10 +162,10 @@
paper-checkbox {
--paper-checkbox-checked-color: var(--google-blue-500);
- --paper-checkbox-label-spacing: var(--checkbox-spacing);
- --paper-checkbox-size: var(--checkbox-size);
+ --paper-checkbox-label-spacing: var(--settings-checkbox-spacing);
+ --paper-checkbox-size: var(--settings-checkbox-size);
--paper-checkbox-unchecked-color: var(--paper-grey-600);
- -webkit-margin-start: var(--checkbox-margin-start);
+ -webkit-margin-start: var(--settings-checkbox-margin-start);
}
paper-radio-button {
@@ -262,7 +262,7 @@
border-top: var(--settings-separator-line);
display: flex;
min-height: var(--settings-row-min-height);
- padding: 0 20px;
+ padding: 0 var(--settings-box-row-padding);
}
/* We use an explicit tag to remove the top border, rather than a
@@ -338,9 +338,9 @@
.settings-checkbox-spacer {
-webkit-margin-start: calc(
- var(--checkbox-margin-start) +
- var(--checkbox-size) +
- var(--checkbox-spacing));
+ var(--settings-checkbox-margin-start) +
+ var(--settings-checkbox-size) +
+ var(--settings-checkbox-spacing));
}
/* Keep the slider color consistent throughout the range. */

Powered by Google App Engine
This is Rietveld 408576698