Matthew Stobbs
9c35be1fcf
- made multiple components for reuse in templ - going to start on actual data displaying templates
16 lines
306 B
CSS
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;
|
|
}
|
|
}
|