aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/styles/Home.module.css
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-07-02 12:22:32 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2021-07-02 12:22:32 +0300
commit2d75368dbb23d1a79e87f6ee1b7db87c4df498fe (patch)
treea59424c6a6ccff0a97cfe652f5cbe0c59744d01c /frontend/styles/Home.module.css
parentb6beb5f02e8c291f2b5f2bc7d0c15d0955336c32 (diff)
Add some crude error display stuff
Diffstat (limited to 'frontend/styles/Home.module.css')
-rw-r--r--frontend/styles/Home.module.css13
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