_dashboard-9.scss 1.49 KB
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
/* Start:: Dashboard-9 Styles */
.crm-recent-activity li {
  @apply pb-6 last:pb-0 text-xs;
}
.crm-recent-activity .crm-timeline-content {
  @apply w-[15.5rem];
}
.crm-recent-activity .crm-recent-activity-content {
  @apply relative before:absolute before:content-[""] before:w-px before:bg-transparent ltr:before:left-[0.5625rem] rtl:before:right-[0.5625rem] before:top-[1.4375rem] last:before:hidden;

  &:nth-child(1)::before {
    @apply h-3/5 border-primary/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(2)::before {
    @apply h-[68%] border-secondary/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(3)::before {
    @apply h-[42%] border-success/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(4)::before {
    @apply h-3/5 border-danger/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(5)::before {
    @apply h-[47%] border-warning/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(6)::before {
    @apply h-3/5 border-info/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(7)::before {
    @apply h-3/5 border-pink-500/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(8)::before {
    @apply h-3/5 border-primary/20 ltr:border-r rtl:border-l border-dashed;
  }
  &:nth-child(9)::before {
    @apply h-3/5 border-secondary/20 ltr:border-r rtl:border-l border-dashed;
  }
}
#leads{
  .apexcharts-text.apexcharts-yaxis-label.apexcharts-yaxis-label {
    @apply rtl:-translate-x-20;
  }
}

/* End:: Dashboard-9 Styles */