summaryrefslogtreecommitdiff
path: root/makima/frontend/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/index.css')
-rw-r--r--makima/frontend/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/makima/frontend/src/index.css b/makima/frontend/src/index.css
index 5c08006..f29873b 100644
--- a/makima/frontend/src/index.css
+++ b/makima/frontend/src/index.css
@@ -64,6 +64,12 @@ body {
background: rgba(117, 170, 252, 0.35);
}
+/* Loading bar animation for indeterminate progress */
+@keyframes loading-slide {
+ 0% { transform: translateX(-100%); }
+ 100% { transform: translateX(300%); }
+}
+
/* Grid overlay */
.grid-overlay {
position: fixed;