diff options
author | Volpeon <git@volpeon.ink> | 2024-10-18 20:41:38 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-18 20:41:38 +0200 |
commit | f441e288cb6d33e2338ab8047053022b81c9aa0b (patch) | |
tree | 4a52f352852e20534e3c1bc282e94d3093729f37 /src/objects/_alert.scss | |
parent | Update (diff) | |
download | iro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.tar.gz iro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.tar.bz2 iro-design-f441e288cb6d33e2338ab8047053022b81c9aa0b.zip |
Update
Diffstat (limited to 'src/objects/_alert.scss')
-rw-r--r-- | src/objects/_alert.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_alert.scss b/src/objects/_alert.scss index 651ad23..4efacab 100644 --- a/src/objects/_alert.scss +++ b/src/objects/_alert.scss | |||
@@ -16,9 +16,9 @@ | |||
16 | border: props.get(vars.$border-width) solid props.get(vars.$border-color); | 16 | border: props.get(vars.$border-width) solid props.get(vars.$border-color); |
17 | border-radius: props.get(vars.$rounding); | 17 | border-radius: props.get(vars.$rounding); |
18 | 18 | ||
19 | @each $mod, $theme in vars.$themes { | 19 | @each $mod, $theme in vars.$themes-config { |
20 | @include iro.bem-modifier($mod) { | 20 | @include iro.bem-modifier($mod) { |
21 | border-color: props.get(vars.$populated-themes, $theme, --border-color); | 21 | border-color: props.get(vars.$themes, $theme, --border-color); |
22 | } | 22 | } |
23 | } | 23 | } |
24 | } | 24 | } |