ecomlab-components-next 0.1.124 → 0.1.126
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.
|
@@ -75,16 +75,13 @@ var BlocksInfo = function BlocksInfo(_ref) {
|
|
|
75
75
|
className: 'landing-blocks-info-2__btn-1',
|
|
76
76
|
green: true,
|
|
77
77
|
width: "100%",
|
|
78
|
+
maxWidth: '430px',
|
|
78
79
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C",
|
|
79
80
|
onClick: function onClick() {
|
|
80
81
|
var _window2;
|
|
81
82
|
return (_window2 = window) === null || _window2 === void 0 ? void 0 : _window2.open("".concat(linkMain, "/auth").concat(refPage), '_blunk');
|
|
82
83
|
},
|
|
83
|
-
size: "
|
|
84
|
-
style: {
|
|
85
|
-
fontSize: '16px',
|
|
86
|
-
marginTop: '16px'
|
|
87
|
-
}
|
|
84
|
+
size: "56px"
|
|
88
85
|
}))));
|
|
89
86
|
})));
|
|
90
87
|
};
|
|
@@ -135,30 +135,36 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
&__item {
|
|
138
|
+
width: 100%;
|
|
138
139
|
gap: 24px;
|
|
139
|
-
padding:
|
|
140
|
+
padding: 24px;
|
|
140
141
|
flex-direction: column-reverse !important;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
&__title_card {
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
text-align: center;
|
|
146
|
+
// font-size: 18px;
|
|
147
|
+
// line-height: 24px;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
&__info-box {
|
|
149
|
-
|
|
151
|
+
justify-content: center;
|
|
152
|
+
align-items: center;
|
|
150
153
|
width: 100%;
|
|
154
|
+
gap: 24px;
|
|
151
155
|
}
|
|
152
156
|
|
|
153
|
-
&__info-block {
|
|
157
|
+
&__info-block {
|
|
158
|
+
|
|
159
|
+
}
|
|
154
160
|
|
|
155
161
|
&__description {
|
|
156
|
-
|
|
157
|
-
line-height: 24px;
|
|
162
|
+
text-align: center;
|
|
158
163
|
}
|
|
159
164
|
|
|
160
165
|
&__img-box {
|
|
161
166
|
width: 100%;
|
|
167
|
+
max-width: fit-content;
|
|
162
168
|
}
|
|
163
169
|
|
|
164
170
|
&__img {
|