wip: continue implementation

This commit is contained in:
Björn Fromme
2024-11-27 11:31:48 +01:00
parent b5d52b0053
commit 84ab6446ea
81 changed files with 9127 additions and 898 deletions
+5 -19
View File
@@ -1,21 +1,7 @@
#content {
position: relative;
}
@import "tailwindcss/base";
@import "_base.css";
#loading-indicator {
display: none;
}
@import "tailwindcss/components";
@import "_components.css";
#loading-indicator.htmx-request {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
}
[disabled] {
cursor: not-allowed;
}
@import "tailwindcss/utilities";