ConceptPortal-public/rsconcept/frontend/src/index.css

17 lines
243 B
CSS
Raw Normal View History

2023-07-15 17:46:19 +03:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.rdt_TableCell{
font-size: 14px;
}
@layer components {
.border {
@apply border-gray-300 rounded dark:border-gray-400
}
.dark {
@apply text-zinc-200 bg-gray-900
}
}