diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-26 00:19:28 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-26 00:19:28 +0300 |
| commit | 94b481fa9c2bd5a9e135b589dcb78aa5fe802c87 (patch) | |
| tree | c196f9b7d50df27d878db2d520aab827d8c56fac /src/App.scss | |
| parent | 1087741b0df00d42576c55f5869d331469bcbb6e (diff) | |
cosmetic fixes
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index 45491fd2..50645ec8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -115,7 +115,7 @@ input, textarea, .select { font-family: sans-serif; font-family: var(--inputFont, sans-serif); font-size: 14px; - padding: 8px 7px; + padding: 8px .5em; box-sizing: border-box; display: inline-block; position: relative; @@ -147,10 +147,13 @@ input, textarea, .select { appearance: none; background: transparent; border: none; - margin: 0; color: $fallback--text; color: var(--text, $fallback--text); - padding: 4px 2em 3px 3px; + margin: 0; + padding: 0 2em 0 .2em; + font-family: sans-serif; + font-family: var(--inputFont, sans-serif); + font-size: 14px; width: 100%; z-index: 1; height: 29px; |
