clustvirt/css/style.css
Matthew Stobbs 9c35be1fcf really liking templ
- made multiple components for reuse in templ
- going to start on actual data displaying templates
2024-03-14 21:56:49 -06:00

16 lines
306 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
@layer components {
.notimpl {
@apply italic font-light list-image-possible;
}
div.infobox {
@apply m-2 px-4 pt-2 flex-col shadow-md rounded-2xl border-8 border-double;
@apply divide-solid divide-y-2;
}
}