mp-design-system 1.2.43 → 1.2.44
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -10,6 +10,15 @@
|
|
10
10
|
font-size: var(--step-4) !important;
|
11
11
|
letter-spacing: -.02em;
|
12
12
|
}
|
13
|
+
|
14
|
+
&__form.o-grid {
|
15
|
+
flex-wrap: wrap;
|
16
|
+
row-gap: var(--space-s);
|
17
|
+
|
18
|
+
.c-input {
|
19
|
+
flex-shrink: 1;
|
20
|
+
}
|
21
|
+
}
|
13
22
|
|
14
23
|
&__input-wrap {
|
15
24
|
display: flex;
|
@@ -46,15 +55,6 @@
|
|
46
55
|
}
|
47
56
|
}
|
48
57
|
|
49
|
-
.o-grid {
|
50
|
-
flex-wrap: wrap;
|
51
|
-
row-gap: var(--space-s);
|
52
|
-
|
53
|
-
.c-input {
|
54
|
-
flex-shrink: 1;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
|
58
58
|
.c-label--required:after {
|
59
59
|
content: "*";
|
60
60
|
color: color('red');
|