diff options
author | Volpeon <git@volpeon.ink> | 2024-10-22 08:23:33 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-22 08:23:33 +0200 |
commit | 5855a6821cf5585378a70f9bee13563bdbfe2d86 (patch) | |
tree | 0ee25906c9e73912137a56b7d6214c89bf43e8a6 /src/objects/_status-indicator.scss | |
parent | Update (diff) | |
download | iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.gz iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.bz2 iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.zip |
Less broad imports
Diffstat (limited to 'src/objects/_status-indicator.scss')
-rw-r--r-- | src/objects/_status-indicator.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_status-indicator.scss b/src/objects/_status-indicator.scss index bf113a4..126f724 100644 --- a/src/objects/_status-indicator.scss +++ b/src/objects/_status-indicator.scss | |||
@@ -1,7 +1,7 @@ | |||
1 | @use 'sass:map'; | 1 | @use 'sass:map'; |
2 | @use 'sass:meta'; | 2 | @use 'sass:meta'; |
3 | @use 'sass:string'; | 3 | @use 'sass:string'; |
4 | @use 'iro-sass/src/iro-sass' as iro; | 4 | @use 'iro-sass/src/bem' as bem; |
5 | @use 'iro-sass/src/props'; | 5 | @use 'iro-sass/src/props'; |
6 | @use '../props' as *; | 6 | @use '../props' as *; |
7 | 7 | ||
@@ -11,7 +11,7 @@ | |||
11 | @mixin styles { | 11 | @mixin styles { |
12 | @include materialize-at-root(meta.module-variables('vars')); | 12 | @include materialize-at-root(meta.module-variables('vars')); |
13 | 13 | ||
14 | @include iro.bem-object('status-indicator') { | 14 | @include bem.object('status-indicator') { |
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); |
@@ -20,7 +20,7 @@ | |||
20 | border-radius: 10em; | 20 | border-radius: 10em; |
21 | 21 | ||
22 | @each $theme in map.keys(props.get(vars.$themes)) { | 22 | @each $theme in map.keys(props.get(vars.$themes)) { |
23 | @include iro.bem-is(string.slice($theme, 3)) { | 23 | @include bem.is(string.slice($theme, 3)) { |
24 | background-color: props.get(vars.$themes, $theme); | 24 | background-color: props.get(vars.$themes, $theme); |
25 | } | 25 | } |
26 | } | 26 | } |