aboutsummaryrefslogtreecommitdiff
path: root/web/js-transition.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/js-transition.css')
-rw-r--r--web/js-transition.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/js-transition.css b/web/js-transition.css
index 56a891e..dbb80f0 100644
--- a/web/js-transition.css
+++ b/web/js-transition.css
@@ -32,6 +32,15 @@
font-size: large;
z-index: 11;
}
+.jst-spinner {
+ position: fixed;
+ top: 50vh;
+ left: 50vw;
+ transform: translate(-50%, -50%);
+ color: rgb(252, 255, 78);
+ font-size: large;
+ z-index: 11;
+}
nav {
z-index: 11;
}