summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_status-icon.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_status-icon.scss')
-rw-r--r--webapp/sass/components/_status-icon.scss32
1 files changed, 31 insertions, 1 deletions
diff --git a/webapp/sass/components/_status-icon.scss b/webapp/sass/components/_status-icon.scss
index 32ce07164..5bd68f362 100644
--- a/webapp/sass/components/_status-icon.scss
+++ b/webapp/sass/components/_status-icon.scss
@@ -1,5 +1,34 @@
@charset 'UTF-8';
+.status-wrapper {
+ display: inline-block;
+ height: 32px;
+ position: relative;
+
+ .status {
+ border-radius: 100px;
+ bottom: -4px;
+ height: 15px;
+ line-height: 0;
+ margin: 0;
+ position: absolute;
+ right: -3px;
+ top: auto;
+ width: 15px;
+
+ .modal & {
+ bottom: -6px;
+ }
+
+
+ svg {
+ max-height: 11px;
+ position: relative;
+ top: 2px;
+ }
+ }
+}
+
.status {
display: inline-block;
margin-right: 6px;
@@ -30,4 +59,5 @@
position: relative;
top: -1px;
}
-} \ No newline at end of file
+}
+