diff options
| author | Volpeon <git@volpeon.ink> | 2023-11-01 16:37:52 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-11-01 16:37:52 +0100 |
| commit | 3e960242cf3963e7c9e55c0e1c43a42ea6465774 (patch) | |
| tree | 796298cf81284c8596ed18fe4f118d39de93754d | |
| parent | Badge (diff) | |
| download | iro-design-3e960242cf3963e7c9e55c0e1c43a42ea6465774.tar.gz iro-design-3e960242cf3963e7c9e55c0e1c43a42ea6465774.tar.bz2 iro-design-3e960242cf3963e7c9e55c0e1c43a42ea6465774.zip | |
Fix status indicator v-alignment
| -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) { |
