diff options
author | Volpeon <git@volpeon.ink> | 2024-05-05 09:21:49 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-05-05 09:21:49 +0200 |
commit | f8dcf5d4a091ccc0a4289b104b4b1d904ff015e0 (patch) | |
tree | ee2fd1505fa39f5f37988a6b5346f866e3769320 /src/objects/_lightbox.scss | |
parent | Button fixes to handle icons without margin adjustments (diff) | |
download | iro-design-f8dcf5d4a091ccc0a4289b104b4b1d904ff015e0.tar.gz iro-design-f8dcf5d4a091ccc0a4289b104b4b1d904ff015e0.tar.bz2 iro-design-f8dcf5d4a091ccc0a4289b104b4b1d904ff015e0.zip |
Update
Diffstat (limited to 'src/objects/_lightbox.scss')
-rw-r--r-- | src/objects/_lightbox.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/objects/_lightbox.scss b/src/objects/_lightbox.scss index f2f83ef..31d3398 100644 --- a/src/objects/_lightbox.scss +++ b/src/objects/_lightbox.scss | |||
@@ -42,9 +42,6 @@ | |||
42 | --idle: fn.global-color(--fg-hi2), | 42 | --idle: fn.global-color(--fg-hi2), |
43 | --selected: fn.global-color(--fg-lo), | 43 | --selected: fn.global-color(--fg-lo), |
44 | ), | 44 | ), |
45 | --footer: ( | ||
46 | --bg: fn.global-color(--bg-hi), | ||
47 | ), | ||
48 | ), | 45 | ), |
49 | ), 'colors'); | 46 | ), 'colors'); |
50 | 47 | ||
@@ -127,8 +124,10 @@ | |||
127 | } | 124 | } |
128 | 125 | ||
129 | @include iro.bem-elem('footer') { | 126 | @include iro.bem-elem('footer') { |
130 | grid-area: footer; | 127 | grid-area: footer; |
131 | background-color: fn.color(--footer --bg); | 128 | display: flex; |
129 | align-items: flex-start; | ||
130 | padding: 0 fn.dim(--pad) fn.dim(--pad); | ||
132 | } | 131 | } |
133 | 132 | ||
134 | @include iro.bem-elem('thumbnail') { | 133 | @include iro.bem-elem('thumbnail') { |