From 3751fc96483816e20a90b9b70010f7d13676b45f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 02:16:34 +0100 Subject: [PATCH] Added the no reload class to the Error styles.sass --- client/src/pages/Error/styles.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/pages/Error/styles.sass b/client/src/pages/Error/styles.sass index 763b77f1..3e74f78a 100644 --- a/client/src/pages/Error/styles.sass +++ b/client/src/pages/Error/styles.sass @@ -11,6 +11,12 @@ color: $white text-align: center +.no-reload + width: unset + height: unset + position: center + display: unset + .error-page svg color: $red