From 79c0b206895ce6c5ffa498cdc80edbd821ff5469 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 24 May 2016 17:33:28 +0500 Subject: Minor UI changes (#3078) Updating navbar dropdown Updating margin on login page --- webapp/sass/routes/_admin-console.scss | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'webapp/sass/routes') 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; } -- cgit v1.2.3-1-g7c22