global.css 265 B

1234567891011121314151617181920
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer base {
  5. * {
  6. @apply font-sans;
  7. }
  8. }
  9. .fullscreen {
  10. z-index: 9999 !important;
  11. width: 100% !important;
  12. height: calc(100vh - 3.5rem) !important;
  13. top: 0px !important;
  14. left: 0px !important;
  15. }