| 1234567891011121314151617181920 |
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
- @layer base {
- * {
- @apply font-sans;
- }
- }
- .fullscreen {
- z-index: 9999 !important;
- width: 100% !important;
- height: calc(100vh - 3.5rem) !important;
- top: 0px !important;
- left: 0px !important;
-
- }
|