Button control dashed: Fix SVG size for mobile
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user