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.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/sass/components/_status-icon.scss b/webapp/sass/components/_status-icon.scss
index c2f8bca5b..ea87461c0 100644
--- a/webapp/sass/components/_status-icon.scss
+++ b/webapp/sass/components/_status-icon.scss
@@ -20,6 +20,17 @@
bottom: -6px;
}
+ &.status-edit {
+ text-align: center;
+
+ i {
+ @include opacity(1);
+ font-size: 10px;
+ position: relative;
+ top: 2px;
+ }
+ }
+
svg {
max-height: 11px;