_dashboard-3.scss 805 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 25 26 27 28 29 30 31 32 33 34 35 36 37
/* Start:: Dashboard-3 Styles */
.crypto-buy-sell-input {
  @apply w-3/5;
}
#buy-style-1,
#sell-style-1 {
  .choices__inner {
    @apply sm:min-w-[5rem] border-0;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    @apply hidden;
  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    @apply ltr:pr-0 rtl:pl-0;
  }
}
.activity-table,
.crypto-table {
  .ti-custom-table th {
    @apply text-xs text-[#495057] dark:text-white;
  }

  .ti-custom-table td {
    @apply text-xs font-medium py-4 px-4;
  }
}
#crypto {
  .apexcharts-text.apexcharts-yaxis-label.apexcharts-yaxis-label {
    @apply rtl:-translate-x-8;
  }
}

/* End:: Dashboard-3 Styles */