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 // Big Dashed
&.button-control--dashed { &.button-control--dashed {
@include breakpoint (xs) {
svg[fill] {
width: 24px;
}
}
@include breakpoint (sm) { @include breakpoint (sm) {
circle { circle {
stroke-width: 4.5; stroke-width: 4.5;