Button control dashed: Fix SVG size for mobile

This commit is contained in:
2020-02-20 19:03:15 +01:00
parent 37145c46b1
commit 2fe870847a

View File

@@ -238,6 +238,12 @@
// Big Dashed
&.button-control--dashed {
@include breakpoint (xs) {
svg[fill] {
width: 24px;
}
}
@include breakpoint (sm) {
circle {
stroke-width: 4.5;