aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scss')
-rw-r--r--frontend/scss/main.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss
index d704d74..ced6763 100644
--- a/frontend/scss/main.scss
+++ b/frontend/scss/main.scss
@@ -33,3 +33,17 @@
font-size: 18px;
}
+
+/* for htmx */
+
+.htmx-indicator {
+ opacity: 0;
+}
+.htmx-request .htmx-indicator {
+ opacity: 1;
+ transition: opacity 200ms ease-in;
+}
+.htmx-request.htmx-indicator {
+ opacity: 1;
+ transition: opacity 200ms ease-in;
+}