From 73e09f270660c78e50e86921a5ca6b356f760c7c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Mar 2018 12:01:55 +0100 Subject: Try to detect incompatible web browsers --- client/src/sass/application.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 438990a40..f2d9f7201 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -24,6 +24,14 @@ body { color: #000; } +#incompatible-browser { + display: none; + text-align: center; + position: absolute; + width: 100%; + top: 45%; +} + strong { font-weight: $font-semibold; } -- cgit v1.2.3