diff options
author | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
commit | 41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch) | |
tree | 015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /src/objects/_status-indicator.vars.scss | |
parent | Fix button font size (diff) | |
download | iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2 iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip |
Diffstat (limited to 'src/objects/_status-indicator.vars.scss')
-rw-r--r-- | src/objects/_status-indicator.vars.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/objects/_status-indicator.vars.scss b/src/objects/_status-indicator.vars.scss index 6289145..55b446a 100644 --- a/src/objects/_status-indicator.vars.scss +++ b/src/objects/_status-indicator.vars.scss | |||
@@ -9,18 +9,18 @@ $default: props.def(--o-status-indicator--default, props.get(core.$theme, --bord | |||
9 | $primary: props.def(--o-status-indicator--primary, props.get(core.$theme, --text), 'color') !default; | 9 | $primary: props.def(--o-status-indicator--primary, props.get(core.$theme, --text), 'color') !default; |
10 | 10 | ||
11 | $themes-config: ( | 11 | $themes-config: ( |
12 | accent: --accent, | 12 | accent: --accent, |
13 | positive: --positive, | 13 | positive: --positive, |
14 | negative: --negative, | 14 | negative: --negative, |
15 | warning: --warning, | 15 | warning: --warning, |
16 | ) !default; | 16 | ) !default; |
17 | 17 | ||
18 | $themes: props.def(--o-status-indicator, (), 'color'); | 18 | $themes: props.def(--o-status-indicator, (), 'color'); |
19 | 19 | ||
20 | @each $theme, $key in $themes-config { | 20 | @each $theme, $key in $themes-config { |
21 | @if $theme != --base { | 21 | @if $theme != --base { |
22 | $themes: props.merge($themes, ( | 22 | $themes: props.merge($themes, ( |
23 | --#{$theme}: props.get(core.$theme, $key, --700), | 23 | --#{$theme}: props.get(core.$theme, $key, --700), |
24 | )); | 24 | )); |
25 | } | 25 | } |
26 | } | 26 | } |