summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-left.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-31 17:10:43 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-07-31 08:10:43 -0400
commit860f2c8332f34d02e53ea1460decb4d1490bcbd4 (patch)
treeeb7523405ac99fbc656f74321e3be8ac66138fb9 /webapp/sass/layout/_sidebar-left.scss
parent3c0f082506a68240abd1960cbd0fda22679e12c2 (diff)
downloadchat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.tar.gz
chat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.tar.bz2
chat-860f2c8332f34d02e53ea1460decb4d1490bcbd4.zip
Multiple Ui improvements (#7029)
* PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
Diffstat (limited to 'webapp/sass/layout/_sidebar-left.scss')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index 4be608803..515f87a87 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -154,15 +154,25 @@
font-size: 13.5px;
left: 15px;
margin: 0 auto;
- padding: 3px 0 4px;
+ padding: 4px 0 3px;
position: fixed;
text-align: center;
width: 190px;
z-index: 1;
+
+ .icon {
+ margin-left: 5px;
+ }
}
.nav-pills__unread-indicator-top {
top: 80px;
+
+ .icon {
+ svg {
+ @include transform(rotate(180deg));
+ }
+ }
}
.nav-pills__unread-indicator-bottom {