diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index cc8ef592..1025bb50 100644 --- a/src/App.scss +++ b/src/App.scss @@ -301,7 +301,7 @@ nav { cursor: pointer; box-shadow: $fallback--buttonShadow; box-shadow: var(--buttonShadow); - font-size: 1rem; + font-size: 1em; font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); @@ -429,7 +429,7 @@ textarea, color: var(--inputText, $fallback--lightText); font-family: sans-serif; font-family: var(--inputFont, sans-serif); - font-size: 1rem; + font-size: 1em; margin: 0; box-sizing: border-box; display: inline-block; @@ -730,7 +730,7 @@ i[class*=icon-], } .btn.button-default { - min-height: 28px; + min-height: 2em; } .new-status-notification { |
