From 51a2ac628822e96459b3d570eada953ac8927d43 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 19 Jan 2022 21:27:21 +0100 Subject: Added boostrap --- src/components/App/App.module.scss | 56 ++------------------------------------ 1 file changed, 2 insertions(+), 54 deletions(-) (limited to 'src/components/App/App.module.scss') diff --git a/src/components/App/App.module.scss b/src/components/App/App.module.scss index 2036eb9..9837cdf 100644 --- a/src/components/App/App.module.scss +++ b/src/components/App/App.module.scss @@ -1,55 +1,3 @@ -.app { - display: flex; - flex-flow: column nowrap; - grid-template-rows: auto 1fr; - height: 100vh; - overflow: hidden; -} - -.main { - display: flex; - flex-flow: row nowrap; - flex-grow: 1; - overflow: hidden; -} - -.header { - font-size: 1.2em; - display: flex; - flex-flow: row nowrap; - align-items: center; - justify-content: space-between; - background: black; - color: white; - padding: 1em; - - a { - color: white; - } -} - -.sidebar { - width: calc((6 / 16) * 100%); - height: 100%; - grid-area: sidebar; - border-right: 1px solid black; - overflow-y: auto; - - li { - border-bottom: 1px solid gray; - } -} - -.details { - width: calc((10 / 16) * 100%); - overflow: hidden; - height: 100%; -} - -.noRequest, .noRequestSelected { - width: 100%; - height: 100%; - display: flex; - justify-content: center; - align-items: center; +.content { + flex: 1 0 auto; } -- cgit v1.2.3