summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_admin-console.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 00:33:52 +0500
committerCorey Hulen <corey@hulen.com>2016-06-02 12:33:52 -0700
commite0fca16b27b35d6d4303e5a76f10a689fdefcce3 (patch)
treed0043428b7cdf8b8173a51f1225cd167972b16bc /webapp/sass/routes/_admin-console.scss
parent2bb8206a7fa6c37c5712da5262937bd9bf708b89 (diff)
downloadchat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.gz
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.tar.bz2
chat-e0fca16b27b35d6d4303e5a76f10a689fdefcce3.zip
PLT-3010 - Updating system console (#3146)
* Updating system console * Updating system console stuff * Updating ldap settings
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;