您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }