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 395B

1234567891011121314151617181920212223
  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. .fi-icon-btn.bg-gray-100.\!rounded-full.dark\:bg-custom-500\/20 {
  13. @apply bg-translucent;
  14. }
  15. .panel-switch-card-section {
  16. @apply bg-platinum;
  17. }