From 4fe6ced2f0e1657969ab87966baf740f2fea2fc7 Mon Sep 17 00:00:00 2001
From: Volpeon <git@volpeon.ink>
Date: Sun, 19 Jun 2022 13:41:22 +0200
Subject: Improved lightbox

---
 assets/css/components/_exhibit.scss | 27 ++-------------------------
 1 file changed, 2 insertions(+), 25 deletions(-)

(limited to 'assets/css')

diff --git a/assets/css/components/_exhibit.scss b/assets/css/components/_exhibit.scss
index 6122206..9ef013b 100644
--- a/assets/css/components/_exhibit.scss
+++ b/assets/css/components/_exhibit.scss
@@ -3,31 +3,8 @@
 @use 'include-media/dist/include-media' as media;
 
 @include iro.props-namespace('exhibit') {
-    @include iro.props-store((
-        --colors: (
-            --footer: (
-                --bg: fn.global-color(--bg-hi),
-            ),
-        )
-    ), 'colors');
-
     @include iro.bem-component(iro.props-namespace()) {
-        display:             grid;
-        grid-template-rows:  1fr auto;
-        grid-template-areas: 'content' 'footer';
-        box-sizing:          border-box;
-        height:              100vh;
-        height:              100dvh;
-
-        @include iro.bem-elem('content') {
-            grid-area: content;
-            height:    auto;
-            overflow:  hidden;
-        }
-
-        @include iro.bem-elem('footer') {
-            grid-area:        footer;
-            background-color: fn.color(--footer --bg);
-        }
+        height: 100vh;
+        height: 100dvh;
     }
 }
-- 
cgit v1.2.3-70-g09d2