Button control dashed: Fix SVG size for mobile
This commit is contained in:
@@ -238,6 +238,12 @@
|
||||
|
||||
// Big Dashed
|
||||
&.button-control--dashed {
|
||||
@include breakpoint (xs) {
|
||||
svg[fill] {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint (sm) {
|
||||
circle {
|
||||
stroke-width: 4.5;
|
||||
|
||||
Reference in New Issue
Block a user