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.scss21
1 files changed, 19 insertions, 2 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index a4c8621c8..0164f485e 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -7,8 +7,10 @@
overflow: auto;
padding: 0 20px;
- > div {
- height: 100%;
+ .dropdown-menu {
+ .divider {
+ @include opacity(1);
+ }
}
.inner-wrap {
@@ -23,6 +25,11 @@
padding-bottom: .5em;
}
+ h4 {
+ font-weight: 600;
+ margin-bottom: 2em;
+ }
+
.form-control {
background-color: $white;
border: 1px solid $light-gray;
@@ -240,6 +247,10 @@
width: 220px;
z-index: 5;
+ .dropdown-menu {
+ min-width: 200px;
+ }
+
.team__header {
background: transparent;
}
@@ -271,6 +282,12 @@
}
}
+ .sidebar-section {
+ > .sidebar-section-title {
+ position: relative;
+ }
+ }
+
.sidebar-section-title {
padding: 5px 35px 5px 15px;
}