Add xs size prop to button
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user