Add xs size prop to button

This commit is contained in:
2021-10-29 21:47:54 +02:00
parent 68f9743f17
commit 79125b0065

View File

@@ -38,6 +38,18 @@
/* /*
** Size variants ** Size variants
*/ */
// XSmall
&--xsmall {
height: 32px;
padding: 0 6px;
@include bp (sm) {
height: 32px;
padding: 0 16px;
font-size: rem(14px);
}
}
// Small // Small
&--small { &--small {
height: 40px; height: 40px;