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 4.5KB

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