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

theme.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @import '/vendor/filament/filament/resources/css/theme.css';
  2. @import '/vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
  3. @import 'custom-data-table.css';
  4. @import 'custom-section.css';
  5. @import 'form-fields.css';
  6. @import 'modal.css';
  7. @import 'report-card.css';
  8. @import 'tooltip.css';
  9. @import 'top-navigation.css';
  10. @config 'tailwind.config.js';
  11. .fi-in-text-item .group-hover\/item\:underline, .fi-ta-text-item .group-hover\/item\:underline {
  12. @apply text-primary-600 dark:text-primary-400 font-semibold;
  13. }
  14. .fi-sidebar-nav {
  15. scrollbar-width: thin;
  16. }
  17. .fi-ta-empty-state-icon-ctn {
  18. @apply bg-platinum;
  19. }
  20. .fi-dropdown-panel {
  21. @apply divide-gray-200/80;
  22. }
  23. .fi-badge {
  24. display: inline-flex;
  25. }
  26. /* End Alignment sortable column enhancement */
  27. .fi-ta-header-cell:has(button.justify-end > svg.fi-ta-header-cell-sort-icon) {
  28. padding-right: 0;
  29. }
  30. :not(.dark) .fi-body {
  31. position: relative;
  32. background-color: #E8E9EB;
  33. z-index: 1;
  34. }
  35. :not(.dark) .fi-body::before {
  36. content: '';
  37. position: fixed;
  38. top: 0;
  39. left: 0;
  40. width: 100%;
  41. height: 100%;
  42. background-image: linear-gradient(99.6deg,
  43. rgba(232, 233, 235, 1) 10.6%,
  44. rgba(240, 241, 243, 1) 32.9%,
  45. rgba(248, 249, 251, 0.7) 50%,
  46. rgba(240, 241, 243, 1) 67.1%,
  47. rgba(232, 233, 235, 1) 83.4%);
  48. pointer-events: none;
  49. z-index: -1;
  50. }
  51. .fi-ta-table:has(.budget-items-relation-manager) {
  52. .fi-ta-row {
  53. @apply divide-x divide-gray-200 dark:divide-gray-700;
  54. }
  55. .fi-ta-summary-row-heading {
  56. @apply px-3 py-3 !important;
  57. }
  58. .fi-ta-text-summary {
  59. @apply px-3 py-3 !important;
  60. > span {
  61. @apply font-medium text-gray-950 dark:text-white;
  62. }
  63. }
  64. .fi-ta-text {
  65. @apply px-3 py-0 !important;
  66. }
  67. .fi-ta-text-input {
  68. @apply px-0 py-0 !important;
  69. }
  70. .fi-ta-icon {
  71. @apply px-3 py-0 !important;
  72. }
  73. .fi-ta-text-input {
  74. .fi-input-wrp,
  75. .fi-input {
  76. @apply ring-0 bg-transparent shadow-none rounded-none !important;
  77. }
  78. }
  79. .fi-ta-cell:focus-within {
  80. outline: 2px solid #2563eb;
  81. outline-offset: -2px;
  82. z-index: 1;
  83. }
  84. .fi-ta-col-wrp button:focus {
  85. outline: none !important;
  86. box-shadow: none !important;
  87. }
  88. }
  89. .doc-template-container {
  90. color: initial;
  91. }
  92. .doc-template-container .overflow-x-auto,
  93. .doc-template-paper {
  94. scrollbar-width: thin;
  95. }
  96. .doc-template-paper.preview {
  97. zoom: 0.5;
  98. }
  99. @media (min-width: 1024px) {
  100. .doc-template-paper.preview {
  101. zoom: 0.85;
  102. }
  103. }
  104. .doc-template-paper:not(.preview) {
  105. zoom: 0.65;
  106. }
  107. @media (min-width: 1024px) {
  108. .doc-template-paper:not(.preview) {
  109. zoom: 1;
  110. }
  111. }