You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme.css 328B

12345678910111213141516171819202122232425
  1. @import '../../../../vendor/filament/filament/resources/css/theme.css';
  2. @config './tailwind.config.js';
  3. .fi-body {
  4. @apply bg-platinum;
  5. }
  6. .fi-topbar > nav {
  7. @apply bg-translucent;
  8. }
  9. .fi-sidebar-header {
  10. @apply bg-translucent;
  11. }
  12. .choices__inner {
  13. height: 2.25rem;
  14. }
  15. .fi-badge {
  16. display: inline-flex;
  17. }