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.

report-card.css 273B

123456789101112131415
  1. .es-report-card {
  2. @apply md:!grid-cols-2;
  3. .fi-fo-component-ctn {
  4. @apply divide-y divide-gray-200 dark:divide-white/10 !gap-0;
  5. }
  6. .fi-section-content-ctn {
  7. @apply md:!col-span-1;
  8. }
  9. .fi-section-content {
  10. @apply !p-0;
  11. }
  12. }