diff options
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 | } |
