diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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 { | |||
24 | color: #000; | 24 | color: #000; |
25 | } | 25 | } |
26 | 26 | ||
27 | #incompatible-browser { | ||
28 | display: none; | ||
29 | text-align: center; | ||
30 | position: absolute; | ||
31 | width: 100%; | ||
32 | top: 45%; | ||
33 | } | ||
34 | |||
27 | strong { | 35 | strong { |
28 | font-weight: $font-semibold; | 36 | font-weight: $font-semibold; |
29 | } | 37 | } |