diff options
author | Volpeon <git@volpeon.ink> | 2024-11-06 20:35:20 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-06 20:35:20 +0100 |
commit | 0637eb02827a9a6b701a7f9d77b0ec8e6a8ce73f (patch) | |
tree | 6664f748c59f7e1a5d402b87ed9a5d4c4cd25547 /src/objects/_status-indicator.scss | |
parent | Fix field label (diff) | |
download | iro-design-0637eb02827a9a6b701a7f9d77b0ec8e6a8ce73f.tar.gz iro-design-0637eb02827a9a6b701a7f9d77b0ec8e6a8ce73f.tar.bz2 iro-design-0637eb02827a9a6b701a7f9d77b0ec8e6a8ce73f.zip |
Fix status indicator
Diffstat (limited to 'src/objects/_status-indicator.scss')
-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 | ||