Tyler Hallada
4eee21caed
Could use more partials to reduce some of the current repetition (especially forms), but this is a start with everything converted.
16 lines
198 B
CSS
16 lines
198 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.list-loading {
|
|
display: none;
|
|
}
|
|
|
|
.htmx-request .list-loading {
|
|
display: inline;
|
|
}
|
|
|
|
.htmx-request.list-loading {
|
|
display: inline;
|
|
}
|