OLD | NEW |
1 <link rel="import" href="../settings_shared_css.html"> | 1 <link rel="import" href="../settings_shared_css.html"> |
2 | 2 |
3 <!-- Common styles for Internet settings. --> | 3 <!-- Common styles for Internet 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 cr-network-icon { | 7 cr-network-icon { |
8 -webkit-padding-end: var(--settings-box-row-padding); | 8 -webkit-padding-end: var(--settings-box-row-padding); |
9 } | 9 } |
10 | 10 |
(...skipping 15 matching lines...) Expand all Loading... |
26 align-items: center; | 26 align-items: center; |
27 display: flex; | 27 display: flex; |
28 } | 28 } |
29 | 29 |
30 .button-container paper-button { | 30 .button-container paper-button { |
31 /* Align text edge with trailing margin (12px button padding) */ | 31 /* Align text edge with trailing margin (12px button padding) */ |
32 -webkit-margin-end: -12px; | 32 -webkit-margin-end: -12px; |
33 /* 8px spacing between highlight edges. */ | 33 /* 8px spacing between highlight edges. */ |
34 -webkit-margin-start: calc(12px + 8px); | 34 -webkit-margin-start: calc(12px + 8px); |
35 } | 35 } |
| 36 |
| 37 .title { |
| 38 font-size: 107.69%; /* 14px / 13px */ |
| 39 font-weight: 500; |
| 40 } |
36 </style> | 41 </style> |
37 </template> | 42 </template> |
38 </dom-module> | 43 </dom-module> |
OLD | NEW |