summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-left.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-09 17:14:43 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-05-09 08:14:43 -0400
commit64b6d8cde5cff996d1c14eecb082e1fe4caced5d (patch)
tree19c306548d9b6c11f89f3801bd6a50ebf71dce5d /webapp/sass/layout/_sidebar-left.scss
parentb4d28fe205e9bfb8d2d67526855f105eec4dfe4e (diff)
downloadchat-64b6d8cde5cff996d1c14eecb082e1fe4caced5d.tar.gz
chat-64b6d8cde5cff996d1c14eecb082e1fe4caced5d.tar.bz2
chat-64b6d8cde5cff996d1c14eecb082e1fe4caced5d.zip
DM and Modal changes (#2927)
* DM and Modal changes * Fixing image previews
Diffstat (limited to 'webapp/sass/layout/_sidebar-left.scss')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index 3a5e74570..ad23df6ca 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -12,6 +12,32 @@
padding-top: 44px;
}
+ .sidebar__divider {
+ color: $white;
+ font-size: .9em;
+ height: 20px;
+ margin: 5px 0 6px;
+ line-height: 20px;
+ position: relative;
+
+ &:before {
+ background: $light-gray;
+ content: '';
+ height: 1px;
+ position: absolute;
+ top: 10px;
+ width: 100%;
+ }
+
+ .sidebar__divider__text {
+ background: $primary-color;
+ float: right;
+ padding: 0 10px;
+ position: relative;
+ z-index: 1;
+ }
+ }
+
.dropdown-menu {
max-height: 400px;
max-width: 200px;