diff options
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_status-indicator.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss index eb3990b..d8ea9ef 100644 --- a/src/objects/_status-indicator.scss +++ b/src/objects/_status-indicator.scss | |||
@@ -24,6 +24,7 @@ | |||
24 | height: fn.dim(--size); | 24 | height: fn.dim(--size); |
25 | border-radius: 10em; | 25 | border-radius: 10em; |
26 | background-color: fn.color(--default); | 26 | background-color: fn.color(--default); |
27 | vertical-align: middle; | ||
27 | 28 | ||
28 | @each $color in 'primary' 'green' 'yellow' 'red' { | 29 | @each $color in 'primary' 'green' 'yellow' 'red' { |
29 | @include iro.bem-is($color) { | 30 | @include iro.bem-is($color) { |