diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-12-01 21:41:35 -0200 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-12-01 21:41:35 -0200 |
commit | 1e0032ceaeb50e0c557f57dd7e1cfb34397b28e3 (patch) | |
tree | 0d9d617aaeee616c5eef07a8acc6f95a80edf85b /web-ui/app/scss | |
parent | ed80d4c60e42fedd9a9169290fe469f806b7313d (diff) |
#509 - Fixing font size and padding for the user settings header
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c4a05a4b..a7f607e9 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -26,7 +26,7 @@ left: 20px; bottom: 0px; z-index: 1; - padding: 13px 18px; + padding: 10px 16px 10px 18px; background-color: rgba(#3E3A37, 0.9); min-width: 230px; @@ -39,7 +39,7 @@ } h1, i { - font-size: 1.6em; + font-size: 1.2em; color: white; line-height: 1.2em; } |