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