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/_lightbox.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/_lightbox.vars.scss')
-rw-r--r-- | src/objects/_lightbox.vars.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/objects/_lightbox.vars.scss b/src/objects/_lightbox.vars.scss index cc926e4..6d22aa8 100644 --- a/src/objects/_lightbox.vars.scss +++ b/src/objects/_lightbox.vars.scss | |||
@@ -23,11 +23,11 @@ $thumbnails--spacing: props.def(--o-lightbox--thumbnails--spacing, props.get(cor | |||
23 | $static-themes: props.def(--o-lightbox, (), 'color'); | 23 | $static-themes: props.def(--o-lightbox, (), 'color'); |
24 | 24 | ||
25 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 25 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
26 | $lightbox-theme: --static-#{string.slice($theme, 3)}; | 26 | $lightbox-theme: --static-#{string.slice($theme, 3)}; |
27 | 27 | ||
28 | $static-themes: props.merge($static-themes, ( | 28 | $static-themes: props.merge($static-themes, ( |
29 | $lightbox-theme: ( | 29 | $lightbox-theme: ( |
30 | --text: props.get(core.$transparent-colors, $theme, --800), | 30 | --text: props.get(core.$transparent-colors, $theme, --800), |
31 | ) | 31 | ) |
32 | )); | 32 | )); |
33 | } | 33 | } |