| <link rel="import" href="../settings_shared_css.html"> |
| <link rel="import" href="internet_page_browser_proxy.html"> |
| |
| <!-- Common styles for Internet settings. --> |
| <dom-module id="internet-shared"> |
| <template> |
| <style include="settings-shared"> |
| cr-network-icon { |
| padding-inline-end: var(--settings-box-row-padding); |
| } |
| |
| iron-icon.policy { |
| margin-inline-end: var(--cr-controlled-by-spacing); |
| } |
| |
| .indented { |
| margin-inline-start: var(--settings-box-row-padding); |
| } |
| |
| .stretch { |
| align-items: stretch; |
| } |
| |
| .title { |
| font-size: 107.69%; /* 14px / 13px */ |
| font-weight: 500; |
| } |
| </style> |
| </template> |
| </dom-module> |