summaryrefslogtreecommitdiffstats
path: root/src/objects/_alert.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-18 20:41:38 +0200
committerVolpeon <git@volpeon.ink>2024-10-18 20:41:38 +0200
commitf441e288cb6d33e2338ab8047053022b81c9aa0b (patch)
tree4a52f352852e20534e3c1bc282e94d3093729f37 /src/objects/_alert.scss
parentUpdate (diff)
downloadiro-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.scss4
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 }