summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-left.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_sidebar-left.scss')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss35
1 files changed, 34 insertions, 1 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index 9323253c7..ed587305a 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -47,6 +47,7 @@
border-top: 1px solid;
bottom: 0;
display: block;
+ padding-bottom: 0;
position: absolute;
width: 100%;
@@ -243,7 +244,39 @@
}
}
- @import "../components/status-icon";
+ .status-wrapper {
+ .status {
+ bottom: -9px;
+ height: 18px;
+ right: -5px;
+ width: 18px;
+
+ svg {
+ top: 3px;
+ max-height: 12px;
+ }
+
+ .icon__container {
+ position: relative;
+ top: 3px;
+
+ &:after {
+ border-radius: 20px;
+ content: '';
+ height: 9px;
+ left: 5px;
+ position: absolute;
+ top: 2px;
+ width: 9px;
+ }
+
+ svg {
+ top: 0;
+ z-index: 1;
+ }
+ }
+ }
+ }
}
.channel-loading-gif {