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/_thumbnail.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/_thumbnail.vars.scss')
-rw-r--r-- | src/objects/_thumbnail.vars.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/objects/_thumbnail.vars.scss b/src/objects/_thumbnail.vars.scss index 60bf2e9..e49e52e 100644 --- a/src/objects/_thumbnail.vars.scss +++ b/src/objects/_thumbnail.vars.scss | |||
@@ -28,24 +28,24 @@ $size--md: props.def(--o-thumbnail--size, props.get(core.$size--600), 'md') !def | |||
28 | $static-themes: props.def(--o-thumbnail, (), 'color'); | 28 | $static-themes: props.def(--o-thumbnail, (), 'color'); |
29 | 29 | ||
30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
31 | $thumbnail-theme: --static-#{string.slice($theme, 3)}; | 31 | $thumbnail-theme: --static-#{string.slice($theme, 3)}; |
32 | 32 | ||
33 | $static-themes: props.merge($static-themes, ( | 33 | $static-themes: props.merge($static-themes, ( |
34 | $thumbnail-theme: ( | 34 | $thumbnail-theme: ( |
35 | --border: props.get(core.$transparent-colors, $theme, --400), | 35 | --border: props.get(core.$transparent-colors, $theme, --400), |
36 | 36 | ||
37 | --hover: ( | 37 | --hover: ( |
38 | --border: props.get(core.$transparent-colors, $theme, --500), | 38 | --border: props.get(core.$transparent-colors, $theme, --500), |
39 | ), | 39 | ), |
40 | 40 | ||
41 | --selected: ( | 41 | --selected: ( |
42 | --border: props.get(core.$transparent-colors, $theme, --900), | 42 | --border: props.get(core.$transparent-colors, $theme, --900), |
43 | ), | 43 | ), |
44 | 44 | ||
45 | --key-focus: ( | 45 | --key-focus: ( |
46 | --border: props.get(core.$transparent-colors, $theme, --900), | 46 | --border: props.get(core.$transparent-colors, $theme, --900), |
47 | --outline: props.get(core.$transparent-colors, $theme, --300), | 47 | --outline: props.get(core.$transparent-colors, $theme, --300), |
48 | ), | 48 | ), |
49 | ) | 49 | ) |
50 | )); | 50 | )); |
51 | } | 51 | } |