wip: continue implementation
This commit is contained in:
+5
-19
@@ -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";
|
||||
Reference in New Issue
Block a user