2024-03-14 01:12:48 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-03-14 07:54:41 +00:00
|
|
|
@tailwind variants;
|
2024-03-14 01:12:48 +00:00
|
|
|
|
2024-03-14 07:54:41 +00:00
|
|
|
@layer components {
|
|
|
|
.notimpl {
|
|
|
|
@apply italic font-light list-image-possible;
|
|
|
|
}
|
2024-03-15 03:56:49 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
2024-03-14 07:54:41 +00:00
|
|
|
}
|