_dashboard-11.scss 299 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12
/* Start:: Dashboard-11 Styles */
.my-stocks-container .stock-item {
  @apply text-xs px-5 py-4 border-b border-gray-200 dark:border-white/10;
}
.my-stocks-container .stock-item:not(:first-child) {
  @apply mt-0;
}
.my-stocks-container .stock-link {
  @apply p-0;
}

/* End:: Dashboard-11 Styles */