crawlnicle/frontend/css/styles.css
Tyler Hallada 4eee21caed Switch to tailwind for css styling
Could use more partials to reduce some of the current repetition (especially forms), but this is a start with everything converted.
2024-01-07 19:45:20 -05:00

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;
}