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

Side by Side Diff: chrome/browser/resources/settings/internet_page/internet_shared_css.html

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: No settings_vars_css cleanup 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="/settings_shared_css.html"> 1 <link rel="import" href="/settings_shared_css.html">
2 2
3 <!-- Common styles for Material Design settings. --> 3 <!-- Common styles for Material Design settings. -->
4 <dom-module id="internet-shared"> 4 <dom-module id="internet-shared">
5 <template> 5 <template>
6 <style include="settings-shared"> 6 <style include="settings-shared">
7 paper-input-container { 7 paper-input-container {
8 --paper-input-container-input: { 8 --paper-input-container-input: {
9 color: var(--paper-grey-600); 9 color: var(--paper-grey-600);
10 font-size: inherit; 10 font-size: inherit;
11 font-weight: 400; 11 font-weight: 400;
12 }; 12 };
13 margin-bottom: 0; 13 margin-bottom: 0;
14 margin-top: -9px; 14 margin-top: -9px;
15 } 15 }
16
17 .indented {
18 -webkit-margin-start: 20px;
19 }
20 </style> 16 </style>
21 </template> 17 </template>
22 </dom-module> 18 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698