summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index e55c9e3e429..c741c826ae0 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -296,7 +296,6 @@
.nav-primary {
width: 61px;
float: left;
- border-right: 1px solid rgba(255, 255, 255, 0.1);
height: 100vh;
.nav-sidebar {
@@ -313,17 +312,23 @@
}
.nav-secondary {
+ $nav-secondary-width: 168px;
+
float: left;
- width: 168px;
+ width: $nav-secondary-width;
.nav-sidebar {
- width: 168px;
+ width: $nav-secondary-width;
- li a {
- width: 168px;
+ li {
+ width: $nav-secondary-width;
- i {
- display: none;
+ a {
+ width: $nav-secondary-width;
+
+ i {
+ display: none;
+ }
}
}
}