diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 12:22:32 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 12:22:32 +0300 |
| commit | 2d75368dbb23d1a79e87f6ee1b7db87c4df498fe (patch) | |
| tree | a59424c6a6ccff0a97cfe652f5cbe0c59744d01c /frontend/styles | |
| parent | b6beb5f02e8c291f2b5f2bc7d0c15d0955336c32 (diff) | |
Add some crude error display stuff
Diffstat (limited to 'frontend/styles')
| -rw-r--r-- | frontend/styles/Home.module.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/styles/Home.module.css b/frontend/styles/Home.module.css index 814ebba..b4a553f 100644 --- a/frontend/styles/Home.module.css +++ b/frontend/styles/Home.module.css @@ -41,3 +41,16 @@ font-size: 175%; text-align: center; } + +#errorContainer { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + + z-index: 15; + color: red; +}
\ No newline at end of file |
