From 2f27e222add9bf10b55971ab915ac411e81d24f0 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 23 Jan 2022 19:25:56 +0100 Subject: Rewritten ui to use boostrap --- src/components/Content/Content.module.scss | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'src/components/Content/Content.module.scss') diff --git a/src/components/Content/Content.module.scss b/src/components/Content/Content.module.scss index 8908516..4720afd 100644 --- a/src/components/Content/Content.module.scss +++ b/src/components/Content/Content.module.scss @@ -6,33 +6,10 @@ overflow: hidden; } -.header { - flex-shrink: 0; - flex-grow: 0; - width: 100%; - display: flex; - padding: 0.5em; - background-color: black; - color: white; -} - .body { flex-grow: 1; flex-shrink: 1; overflow-y: auto; - - pre { - width: 100%; - height: 100%; - padding: 1em; - font-family: monospace; - overflow: auto; - } - - iframe { - height: 100%; - width: 100%; - } } .renderError { @@ -42,10 +19,4 @@ flex-flow: column nowrap; justify-content: center; align-items: center; - - a { - margin-top: 1em; - text-decoration: underline; - color: blue; - } } -- cgit v1.2.3