New xsmall button size

This commit is contained in:
Michael Lange
2020-06-17 00:17:15 -07:00
parent e28efc6afc
commit 4e7b844422

View File

@@ -54,6 +54,12 @@ $button-box-shadow-standard: 0 2px 0 0 rgba($grey, 0.2);
}
}
&.is-xsmall {
padding-top: 0;
padding-bottom: 0;
font-size: $size-7;
}
@each $name, $pair in $colors {
$color: nth($pair, 1);
$color-invert: nth($pair, 2);