summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-24 17:33:28 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-05-24 08:33:28 -0400
commit79c0b206895ce6c5ffa498cdc80edbd821ff5469 (patch)
treeeecee477cb766302e1c8d487575665911a7646bc /webapp/sass/routes
parent32cb71989534c12a5363f8836949827558422902 (diff)
downloadchat-79c0b206895ce6c5ffa498cdc80edbd821ff5469.tar.gz
chat-79c0b206895ce6c5ffa498cdc80edbd821ff5469.tar.bz2
chat-79c0b206895ce6c5ffa498cdc80edbd821ff5469.zip
Minor UI changes (#3078)
Updating navbar dropdown Updating margin on login page
Diffstat (limited to 'webapp/sass/routes')
-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;
}