summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_admin-console.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_admin-console.scss')
-rw-r--r--webapp/sass/routes/_admin-console.scss37
1 files changed, 31 insertions, 6 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 86170ffce..676264ab2 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -103,8 +103,8 @@
}
.help-text {
- color: #777;
- margin: 10px 0 0 15px;
+ color: alpha-color($black, .5);
+ margin: 10px 0 0;
&.no-margin {
margin: 0;
@@ -261,10 +261,11 @@
}
.nav-pills__container {
- background: #111;
@include font-smoothing(initial);
- height: calc(100% - 80px);
+ background: #111;
+ height: calc(100% - 50px);
margin-top: 1px;
+ padding-bottom: 20px;
position: relative;
}
@@ -291,6 +292,23 @@
> .sidebar-section-title {
position: relative;
}
+
+ .nav__sub-menu {
+ margin-bottom: 7px;
+ }
+ }
+
+ .sections {
+ &.sections--settings {
+ .sidebar-section-title {
+ text-transform: uppercase;
+
+ &:hover,
+ &:focus {
+ color: alpha-color($white, .5);
+ }
+ }
+ }
}
.sidebar-section-title {
@@ -303,7 +321,8 @@
.sidebar-section-title,
.sidebar-subsection-title {
- color: #bbb;
+ @include clearfix;
+ color: alpha-color($white, .5);
display: block;
font-size: 13px;
position: relative;
@@ -318,8 +337,14 @@
}
&--active {
+ background: alpha-color($white, .1);
color: $white;
- font-weight: 600;
+
+ &:hover,
+ &:focus {
+ background: alpha-color($white, .1);
+ color: $white;
+ }
&:after {
-moz-osx-font-smoothing: grayscale;