diff options
-rw-r--r-- | src/objects/_status-indicator.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss index e6fd304..1fcdf02 100644 --- a/src/objects/_status-indicator.scss +++ b/src/objects/_status-indicator.scss | |||
@@ -15,7 +15,6 @@ | |||
15 | display: inline-block; | 15 | display: inline-block; |
16 | inline-size: props.get(vars.$size); | 16 | inline-size: props.get(vars.$size); |
17 | block-size: props.get(vars.$size); | 17 | block-size: props.get(vars.$size); |
18 | vertical-align: middle; | ||
19 | background-color: props.get(vars.$default); | 18 | background-color: props.get(vars.$default); |
20 | border-radius: 10em; | 19 | border-radius: 10em; |
21 | 20 | ||