mp-design-system 1.2.18 → 1.2.19
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -73,15 +73,14 @@ $grid-gutter-width: 36;
|
|
73
73
|
}
|
74
74
|
|
75
75
|
&--of-two-switch {
|
76
|
-
gap: var(--space-s);
|
77
76
|
justify-content: space-between;
|
78
|
-
|
79
|
-
&>* {
|
80
|
-
@include margin(0);
|
81
|
-
}
|
82
77
|
|
83
78
|
@media (min-width: 40em) {
|
84
79
|
@include o-grid(2);
|
80
|
+
|
81
|
+
&>:nth-child(2n + 2) {
|
82
|
+
@include margin-left(0);
|
83
|
+
}
|
85
84
|
}
|
86
85
|
}
|
87
86
|
|