ecomlab-components-next 0.1.138 → 0.1.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ConstructorComponents/AdvantagesBlock/AdvantagesBlock.scss +1 -1
- package/dist/components/ConstructorComponents/BlocksInfo/BlocksInfo.scss +1 -5
- package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.scss +2 -2
- package/dist/components/ConstructorComponents/FormWithBtn/FormWithBtn.scss +1 -9
- package/dist/components/ConstructorComponents/Header/Header.scss +0 -4
- package/dist/components/ConstructorComponents/PagePreviews/PagePreviews.module.scss +1 -2
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
&__title_card {
|
|
36
36
|
color: #464853;
|
|
37
37
|
font-family: Inter;
|
|
38
|
-
font-size:
|
|
38
|
+
font-size: 24px;
|
|
39
39
|
font-style: normal;
|
|
40
40
|
font-weight: 700;
|
|
41
41
|
}
|
|
@@ -209,10 +209,6 @@
|
|
|
209
209
|
width: 100%;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
&__description {
|
|
213
|
-
font-size: 14px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
212
|
&__img-box {
|
|
217
213
|
width: 100%;
|
|
218
214
|
aspect-ratio: none;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
&__description {
|
|
68
68
|
color: #333;
|
|
69
69
|
font-family: "Golos Text";
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 16px;
|
|
71
71
|
font-style: normal;
|
|
72
72
|
font-weight: 400;
|
|
73
73
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
&__description {
|
|
141
|
-
font-size:
|
|
141
|
+
font-size: 14px;
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
}
|
|
@@ -34,12 +34,10 @@
|
|
|
34
34
|
|
|
35
35
|
&__title {
|
|
36
36
|
font-size: 28px;
|
|
37
|
-
line-height: 32px
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
&__description {
|
|
41
|
-
font-size:
|
|
42
|
-
line-height: 30px
|
|
40
|
+
font-size: 16px;
|
|
43
41
|
}
|
|
44
42
|
}
|
|
45
43
|
}
|
|
@@ -51,12 +49,6 @@
|
|
|
51
49
|
|
|
52
50
|
&__title {
|
|
53
51
|
font-size: 20px;
|
|
54
|
-
line-height: 24px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&__description {
|
|
58
|
-
font-size: 14px;
|
|
59
|
-
line-height: 20px;
|
|
60
52
|
}
|
|
61
53
|
}
|
|
62
54
|
}
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
img {
|
|
95
95
|
border-radius: 10px;
|
|
96
96
|
max-width: max-content;
|
|
97
|
-
width: 100%;
|
|
98
97
|
height: auto;
|
|
99
98
|
object-fit: cover;
|
|
100
99
|
animation: fadeInUp 0.3s;
|
|
@@ -185,7 +184,7 @@
|
|
|
185
184
|
|
|
186
185
|
img {
|
|
187
186
|
width: 100%;
|
|
188
|
-
max-width:
|
|
187
|
+
max-width: max-content;
|
|
189
188
|
}
|
|
190
189
|
}
|
|
191
190
|
}
|