diff options
| author | 2022-01-23 19:25:56 +0100 | |
|---|---|---|
| committer | 2022-01-25 22:06:58 +0100 | |
| commit | 2f27e222add9bf10b55971ab915ac411e81d24f0 (patch) | |
| tree | 6ed9ea87932809d57d5db9d3c638a88a954ab8e2 /src/components/Content/Content.module.scss | |
| parent | 51a2ac628822e96459b3d570eada953ac8927d43 (diff) | |
| download | client-2f27e222add9bf10b55971ab915ac411e81d24f0.tar.gz client-2f27e222add9bf10b55971ab915ac411e81d24f0.tar.bz2 client-2f27e222add9bf10b55971ab915ac411e81d24f0.zip | |
Rewritten ui to use boostrap
Diffstat (limited to 'src/components/Content/Content.module.scss')
| -rw-r--r-- | src/components/Content/Content.module.scss | 29 |
1 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 6 | overflow: hidden; | 6 | overflow: hidden; |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | .header { | ||
| 10 | flex-shrink: 0; | ||
| 11 | flex-grow: 0; | ||
| 12 | width: 100%; | ||
| 13 | display: flex; | ||
| 14 | padding: 0.5em; | ||
| 15 | background-color: black; | ||
| 16 | color: white; | ||
| 17 | } | ||
| 18 | |||
| 19 | .body { | 9 | .body { |
| 20 | flex-grow: 1; | 10 | flex-grow: 1; |
| 21 | flex-shrink: 1; | 11 | flex-shrink: 1; |
| 22 | overflow-y: auto; | 12 | overflow-y: auto; |
| 23 | |||
| 24 | pre { | ||
| 25 | width: 100%; | ||
| 26 | height: 100%; | ||
| 27 | padding: 1em; | ||
| 28 | font-family: monospace; | ||
| 29 | overflow: auto; | ||
| 30 | } | ||
| 31 | |||
| 32 | iframe { | ||
| 33 | height: 100%; | ||
| 34 | width: 100%; | ||
| 35 | } | ||
| 36 | } | 13 | } |
| 37 | 14 | ||
| 38 | .renderError { | 15 | .renderError { |
| @@ -42,10 +19,4 @@ | |||
| 42 | flex-flow: column nowrap; | 19 | flex-flow: column nowrap; |
| 43 | justify-content: center; | 20 | justify-content: center; |
| 44 | align-items: center; | 21 | align-items: center; |
| 45 | |||
| 46 | a { | ||
| 47 | margin-top: 1em; | ||
| 48 | text-decoration: underline; | ||
| 49 | color: blue; | ||
| 50 | } | ||
| 51 | } | 22 | } |
