diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 10:57:19 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 10:57:19 -0300 |
commit | 6cf77c01b1465a6ff58863b397a023658a8b1b76 (patch) | |
tree | 915a0552ee72316dd59e48210abe98ffc407ff5f /web-ui/app | |
parent | fbc80ebd0cc08bb2d9cc350dc5dcce71d6222223 (diff) |
Making the side nav bottom background solid
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 8b873ddf..d3c96530 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -759,6 +759,7 @@ div.side-nav-bottom { width: 100%; position: fixed; bottom: 0; + background-color: $navigation_background; } @import "mascot.scss"; |