diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 12:49:42 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 12:49:42 -0300 |
commit | b3632bc22200fe8ce3b3a1356eb6efca863e5c5f (patch) | |
tree | df000b565be097185bffb944fb981769d3012537 /web-ui/app/scss | |
parent | c7ba87185cca8b5ecd60e394cb74c4a071a46a42 (diff) |
Fixing tip message top margin (that was not aligned because I removed the top bar
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/main.scss b/web-ui/app/scss/main.scss index 8489d525..0e96a027 100644 --- a/web-ui/app/scss/main.scss +++ b/web-ui/app/scss/main.scss @@ -28,7 +28,7 @@ header#main { .tip-msg { padding: 10px; - margin: 8px 20px -25px 20px; + margin: 38px 20px -25px 20px; background: $warning; color: darken($warning, 50%); font-size: 0.9em; |