Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

theme.css 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @import '../../../../vendor/filament/filament/resources/css/theme.css';
  2. @import 'tooltip.css';
  3. @import '../../../../vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
  4. @config './tailwind.config.js';
  5. .choices__list.choices__list--single {
  6. @apply w-full;
  7. }
  8. .choices:focus-visible {
  9. outline: none;
  10. }
  11. .choices__group {
  12. color: rgba(var(--gray-900), 1);
  13. font-weight: bold;
  14. }
  15. .choices[data-type="select-one"] .choices__inner {
  16. height: 2.25rem;
  17. }
  18. .table-repeater-container {
  19. @apply rounded-none ring-0;
  20. }
  21. .table-repeater-component {
  22. @apply space-y-10;
  23. }
  24. .table-repeater-component ul {
  25. @apply justify-start;
  26. }
  27. .table-repeater-row {
  28. @apply divide-x-0 !important;
  29. }
  30. .table-repeater-column {
  31. @apply py-2 !important;
  32. }
  33. .table-repeater-header {
  34. @apply rounded-t-none !important;
  35. }
  36. .table-repeater-rows-wrapper {
  37. @apply divide-gray-300 last:border-b last:border-gray-300 dark:divide-white/20 dark:last:border-white/20;
  38. }
  39. .table-repeater-header tr {
  40. @apply divide-x-0 text-base sm:text-sm sm:leading-6 !important;
  41. }
  42. .table-repeater-header-column {
  43. @apply ps-3 pe-3 font-semibold bg-gray-200 dark:bg-gray-800 rounded-none !important;
  44. }
  45. .es-report-card {
  46. @apply md:!grid-cols-2;
  47. .fi-fo-component-ctn {
  48. @apply divide-y divide-gray-200 dark:divide-white/10 !gap-0;
  49. }
  50. .fi-section-content-ctn {
  51. @apply md:!col-span-1;
  52. }
  53. .fi-section-content {
  54. @apply !p-0;
  55. }
  56. }
  57. .fi-modal.fi-width-screen {
  58. .fi-modal-header {
  59. @apply xl:px-80;
  60. .absolute.end-4.top-4 {
  61. @apply xl:end-80;
  62. }
  63. }
  64. .fi-modal-content {
  65. @apply xl:px-80;
  66. }
  67. .fi-modal-footer {
  68. @apply xl:px-80;
  69. }
  70. }
  71. .es-table__header-ctn, .es-table__footer-ctn {
  72. @apply divide-y divide-gray-200 dark:divide-white/10 h-12;
  73. }
  74. .es-table__row {
  75. @apply [@media(hover:hover)]:transition [@media(hover:hover)]:duration-75 hover:bg-gray-50 dark:hover:bg-white/5;
  76. }
  77. .es-table .es-table__rowgroup td:first-child {
  78. padding-left: 3rem;
  79. }
  80. .es-table .es-table__rowgroup .es-table__row > td:nth-child(2) {
  81. word-wrap: break-word;
  82. word-break: break-word;
  83. white-space: normal;
  84. }
  85. .es-table .es-table__rowgroup .es-table__row > td:nth-child(3) {
  86. word-wrap: break-word;
  87. word-break: break-word;
  88. white-space: normal;
  89. }
  90. .es-table .es-table__rowgroup .es-table__row > td:nth-child(4) {
  91. white-space: nowrap;
  92. }
  93. .es-table .es-table__rowgroup .es-table__row > td:last-child {
  94. padding-right: 3rem;
  95. }
  96. .connected-account-header .fi-icon-btn.fi-ac-icon-btn-action {
  97. @apply text-primary-500 hover:text-danger-600 focus-visible:text-danger-600 focus-visible:ring-danger-500 dark:text-primary-400 dark:hover:text-danger-300 dark:focus-visible:text-danger-300 dark:focus-visible:ring-danger-500;
  98. }
  99. .fi-ta-empty-state-icon-ctn {
  100. @apply bg-platinum;
  101. }
  102. .fi-body {
  103. position: relative;
  104. background-color: #E8E9EB;
  105. z-index: 1;
  106. }
  107. .fi-body::before {
  108. content: '';
  109. position: absolute;
  110. top: 0;
  111. left: 0;
  112. width: 100%;
  113. height: 100%;
  114. background-image:
  115. linear-gradient(99.6deg,
  116. rgba(232, 233, 235, 1) 10.6%,
  117. rgba(240, 241, 243, 1) 32.9%,
  118. rgba(248, 249, 251, 0.7) 50%,
  119. rgba(240, 241, 243, 1) 67.1%,
  120. rgba(232, 233, 235, 1) 83.4%);
  121. pointer-events: none;
  122. z-index: -1;
  123. }
  124. :is(.dark .fi-body) {
  125. position: relative;
  126. background-color: rgb(3, 7, 18);
  127. z-index: 1;
  128. }
  129. :is(.dark .fi-body)::before {
  130. content: '';
  131. position: absolute;
  132. top: 0;
  133. right: 0;
  134. background-image: radial-gradient(
  135. ellipse at top right,
  136. rgba(var(--primary-950), 1) 0%,
  137. rgba(var(--primary-950), 0.9) 15%,
  138. rgba(var(--primary-900), 0.7) 30%,
  139. rgba(var(--primary-900), 0.5) 45%,
  140. rgba(var(--primary-950), 0.3) 60%,
  141. rgba(var(--primary-950), 0.1) 75%,
  142. rgba(3,7,18,0) 100%
  143. );
  144. width: 100%;
  145. height: 100%;
  146. pointer-events: none;
  147. z-index: -1;
  148. }
  149. .fi-topbar > nav, .fi-sidebar-header {
  150. @apply bg-transparent ring-0 shadow-none !important;
  151. transition: background-color 0.3s, top 0.3s;
  152. }
  153. .fi-topbar > nav.topbar-hovered, .fi-sidebar-header.topbar-hovered {
  154. background-color: rgba(255, 255, 255, 0.75) !important;
  155. }
  156. :is(.dark .fi-topbar > nav.topbar-hovered, .dark .fi-sidebar-header.topbar-hovered) {
  157. background-color: rgba(10, 16, 33, 0.75) !important;
  158. }
  159. .fi-topbar > nav.topbar-scrolled, .fi-sidebar-header.topbar-scrolled {
  160. background-color: rgba(255, 255, 255, 0.5) !important;
  161. }
  162. :is(.dark .fi-topbar > nav.topbar-scrolled, .dark .fi-sidebar-header.topbar-scrolled) {
  163. background-color: rgba(10, 16, 33, 0.5) !important;
  164. }
  165. .fi-badge {
  166. display: inline-flex;
  167. }