summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_exhibit.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-18 07:21:26 +0200
committerVolpeon <git@volpeon.ink>2022-06-18 07:21:26 +0200
commit52e2f1b9edcf7507dbef073e4978d5deef04b672 (patch)
tree47daade08333d2594b020d00133a05a1ba702a83 /assets/css/components/_exhibit.scss
parentUpdate (diff)
downloadvolpeon.ink-52e2f1b9edcf7507dbef073e4978d5deef04b672.tar.gz
volpeon.ink-52e2f1b9edcf7507dbef073e4978d5deef04b672.tar.bz2
volpeon.ink-52e2f1b9edcf7507dbef073e4978d5deef04b672.zip
Update
Diffstat (limited to 'assets/css/components/_exhibit.scss')
-rw-r--r--assets/css/components/_exhibit.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/assets/css/components/_exhibit.scss b/assets/css/components/_exhibit.scss
index 96ed1ae..a68c5f6 100644
--- a/assets/css/components/_exhibit.scss
+++ b/assets/css/components/_exhibit.scss
@@ -4,12 +4,6 @@
4 4
5@include iro.props-namespace('exhibit') { 5@include iro.props-namespace('exhibit') {
6 @include iro.props-store(( 6 @include iro.props-store((
7 --dims: (
8 --height: 100vh,
9 )
10 ), 'dims');
11
12 @include iro.props-store((
13 --colors: ( 7 --colors: (
14 --footer: ( 8 --footer: (
15 --bg: fn.global-color(--bg-hi), 9 --bg: fn.global-color(--bg-hi),
@@ -22,7 +16,7 @@
22 grid-template-rows: 1fr auto; 16 grid-template-rows: 1fr auto;
23 grid-template-areas: 'content' 'footer'; 17 grid-template-areas: 'content' 'footer';
24 box-sizing: border-box; 18 box-sizing: border-box;
25 height: fn.dim(--height); 19 height: 100vh;
26 20
27 @include iro.bem-elem('content') { 21 @include iro.bem-elem('content') {
28 grid-area: content; 22 grid-area: content;