comm.scss 152 B

1234567
  1. .btn-default {
  2. @apply rounded-20px text-16px p-12px bg-bg-page;
  3. }
  4. .btn-primary {
  5. @apply rounded-20px text-16px p-12px bg-bg-primary color-white;
  6. }