diff options
Diffstat (limited to 'web/js-transition.css')
-rw-r--r-- | web/js-transition.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/js-transition.css b/web/js-transition.css index 54a899f..867e30c 100644 --- a/web/js-transition.css +++ b/web/js-transition.css @@ -14,3 +14,21 @@ background-color: transparent; } } + +.jst-fade { + position: fixed; + left: 0px; + top: 0px; + width: 100vw; + height: 100vh; + z-index: 100; +} +.jst-error { + position: fixed; + top: 50vh; + left: 50vw; + transform: translate(-50%, -50%); + color: rgb(247, 69, 69); + font-size: large; + z-index: 101; +} |