summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/nav_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/nav_sidebar.scss')
-rw-r--r--app/assets/stylesheets/generic/nav_sidebar.scss32
1 files changed, 15 insertions, 17 deletions
diff --git a/app/assets/stylesheets/generic/nav_sidebar.scss b/app/assets/stylesheets/generic/nav_sidebar.scss
index c14f12284da..3bcb7b81333 100644
--- a/app/assets/stylesheets/generic/nav_sidebar.scss
+++ b/app/assets/stylesheets/generic/nav_sidebar.scss
@@ -1,18 +1,18 @@
.page-with-sidebar {
- background: #F5F5F5;
+ background: $background-color;
.sidebar-wrapper {
position: fixed;
top: 0;
left: 0;
height: 100%;
- border-right: 1px solid #EAEAEA;
+ border-right: 1px solid $border-color;
}
}
.sidebar-wrapper {
z-index: 99;
- background: #F5F5F5;
+ background: $background-color;
}
.content-wrapper {
@@ -39,7 +39,7 @@
.nav-sidebar li {
&.active a {
- color: #333;
+ color: $text-color;
background: #FFF !important;
font-weight: bold;
border: 1px solid #EEE;
@@ -52,32 +52,31 @@
}
i {
- color: #444;
+ color: $text-color;
}
}
}
.nav-sidebar li {
&.separate-item {
- border-top: 1px solid #ddd;
+ border-top: 1px solid $border-color;
padding-top: 10px;
margin-top: 10px;
}
a {
- color: #555;
+ color: $gray;
display: block;
text-decoration: none;
padding: 8px 15px;
font-size: 13px;
line-height: 20px;
- text-shadow: 0 1px 2px #FFF;
padding-left: 20px;
&:hover {
text-decoration: none;
- color: #333;
- background: #EEE;
+ color: $text-color;
+ background: $border-color;
}
&:active, &:focus {
@@ -86,7 +85,7 @@
i {
width: 20px;
- color: #888;
+ color: $gray-light;
margin-right: 23px;
}
}
@@ -156,18 +155,17 @@
position: fixed;
top: 46px;
padding: 5px 13px 5px 13px;
- left: 197px;
+ left: 198px;
font-size: 13px;
- background: #EEE;
+ background: transparent;
color: black;
- border-left: 1px solid rgba(0,0,0,0.035);
- border-right: 1px solid rgba(0,0,0,0.035);
+ border-left: 1px solid $border-color;
+ border-bottom: 1px solid $border-color;
}
.collapse-nav a:hover {
text-decoration: none;
- color: #333;
- background: #eaeaea;
+ background: #f2f6f7;
}
@media (max-width: $screen-md-max) {