_dashboard-6.scss 435 Bytes
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
/* Start:: Dashboard-6 Styles */

#audience{
  .apexcharts-text.apexcharts-yaxis-label.apexcharts-yaxis-label {
    @apply rtl:-translate-x-3;
  }
}
#audienceReport{
  .apexcharts-text.apexcharts-yaxis-label.apexcharts-yaxis-label {
    @apply rtl:-translate-x-11;
  }
}
#session2 {
  .apexcharts-text  {
    @apply hidden;
  }
}
#sessions {
  .apexcharts-text {
    @apply text-lg #{!important};
  }
}

/* End:: Dashboard-6 Styles */