From 6cf77c01b1465a6ff58863b397a023658a8b1b76 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 9 Mar 2015 10:57:19 -0300 Subject: Making the side nav bottom background solid --- web-ui/app/scss/styles.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui') 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"; -- cgit v1.2.3