initial version

This commit is contained in:
2024-01-29 08:04:27 -03:00
commit afd43e3ff3
11 changed files with 338 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.indicator {
display: none;
}
.htmx-request .indicator {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
display: block;
}