mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
17 lines
243 B
CSS
17 lines
243 B
CSS
![]() |
@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
|
||
|
}
|
||
|
}
|