Display: Fix buttons styles inside flex + add styles for small size

pull/5529/head
Angel Fernando Quiroz Campos 1 year ago
parent 6dcfb7bb66
commit eb1beade4d
  1. 7
      assets/css/scss/atoms/_buttons.scss

@ -1,5 +1,5 @@
.btn { .btn {
@apply cursor-default font-semibold gap-2 inline-flex justify-center px-6 py-3 rounded-md transition; @apply cursor-default font-semibold gap-2 inline-flex justify-center px-6 py-3 rounded-md transition flex-none;
font-size: 1rem; font-size: 1rem;
line-height: 1rem; line-height: 1rem;
@ -153,6 +153,11 @@
@apply bg-gray-10 border-gray-25 cursor-default select-none text-gray-50; @apply bg-gray-10 border-gray-25 cursor-default select-none text-gray-50;
} }
} }
&-sm {
@apply px-4 py-2;
font-size: 13px;
}
} }
$color_7: #ffffff; $color_7: #ffffff;

Loading…
Cancel
Save