ecomlab-components-next 0.1.125 → 0.1.127

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: "50px",
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: 8px 12px;
140
+ padding: 24px 0;
140
141
  flex-direction: column-reverse !important;
141
142
  }
142
143
 
143
144
  &__title_card {
144
- font-size: 18px;
145
- line-height: 24px;
145
+ text-align: center;
146
+ // font-size: 18px;
147
+ // line-height: 24px;
146
148
  }
147
149
 
148
150
  &__info-box {
149
- gap: 10px;
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
- font-size: 14px;
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 {
@@ -194,7 +200,7 @@
194
200
 
195
201
  &__item {
196
202
  gap: 16px;
197
- padding: 8px 12px;
203
+ padding: 8px 0px;
198
204
  flex-direction: column-reverse !important;
199
205
  }
200
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.125",
3
+ "version": "0.1.127",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [