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.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/webapp/sass/components/_status-icon.scss b/webapp/sass/components/_status-icon.scss
index 5bd68f362..c2f8bca5b 100644
--- a/webapp/sass/components/_status-icon.scss
+++ b/webapp/sass/components/_status-icon.scss
@@ -36,6 +36,28 @@
top: 1px;
width: 12px;
+ &.status--group {
+ border-radius: 2px;
+ font-size: 11px;
+ font-weight: 600;
+ height: 16px;
+ left: 1px;
+ line-height: 15px;
+ margin-left: -3px;
+ text-align: center;
+ top: -1px;
+ width: 16px;
+
+ .mentions__name & {
+ height: 20px;
+ left: 0;
+ line-height: 20px;
+ margin-left: 0;
+ text-align: center;
+ width: 20px;
+ }
+ }
+
svg {
max-height: 14px;
}