| <link rel="import" href="/settings_shared_css.html"> | |
| <!-- Common styles for Material Design settings. --> | |
| <dom-module id="internet-shared"> | |
| <template> | |
| <style include="settings-shared"> | |
| paper-input-container { | |
| --paper-input-container-input: { | |
| color: var(--paper-grey-600); | |
| font-size: inherit; | |
| font-weight: 400; | |
| }; | |
| margin-bottom: 0; | |
| margin-top: -9px; | |
| } | |
| </style> | |
| </template> | |
| </dom-module> |