summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--left.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--left.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss27
1 files changed, 18 insertions, 9 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 6d9f2ad8b..6b827eaee 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -38,24 +38,25 @@
height: 100%;
position: relative;
overflow: auto;
-
}
.nav-pills__unread-indicator {
position: absolute;
left: 0;
right: 0;
- width: 70%;
- background-color: darken($primary-color, 5%);
- color: white;
+ width: 72%;
+ color: #777;
+ background: #DCF0FF;
+ @include border-radius(50px);
margin: 0 auto;
- padding: 2px;
+ padding: 3px 0 4px;
+ font-size: 13.5px;
text-align: center;
z-index: 1;
}
.nav-pills__unread-indicator-top {
- top: 56px;
+ top: 66px;
}
.nav-pills__unread-indicator-bottom {
bottom: 0px;
@@ -124,7 +125,15 @@
}
.channel-loading-gif {
- height:15px;
- width:15px;
- margin-top:2px;
+ height: 15px;
+ width: 15px;
+ margin-top: 2px;
+}
+
+.join-channel-loading-gif {
+ margin-top: 5px;
+ margin-left: 10px;
+ height: 25px;
+ width: 25px;
+
}