ecomlab-components-next 0.1.117 → 0.1.119
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.
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
|
|
137
137
|
.description-content {
|
|
138
138
|
margin-top: 2px;
|
|
139
|
+
min-height: 77px;
|
|
139
140
|
|
|
140
141
|
.text_description {
|
|
141
142
|
color: #5D5D75;
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
-webkit-box-orient: vertical;
|
|
150
151
|
overflow: hidden;
|
|
151
152
|
hyphens: auto;
|
|
152
|
-
min-height: 88px;
|
|
153
|
+
// min-height: 88px;
|
|
153
154
|
|
|
154
155
|
b {
|
|
155
156
|
background-color: #fdfd78;
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
.description-content {
|
|
137
137
|
margin-top: 2px;
|
|
138
|
+
min-height: 66px;
|
|
138
139
|
|
|
139
140
|
.text_description {
|
|
140
141
|
color: #5D5D75;
|
|
@@ -148,7 +149,6 @@
|
|
|
148
149
|
-webkit-box-orient: vertical;
|
|
149
150
|
overflow: hidden;
|
|
150
151
|
hyphens: auto;
|
|
151
|
-
// min-height: 66px;
|
|
152
152
|
|
|
153
153
|
b {
|
|
154
154
|
background-color: #fdfd78;
|
|
@@ -25,7 +25,9 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
|
|
|
25
25
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
26
26
|
var transactionPlatforms = [_mir["default"]];
|
|
27
27
|
var Footer = function Footer(_ref) {
|
|
28
|
-
var footerItems = _ref.footerItems
|
|
28
|
+
var footerItems = _ref.footerItems,
|
|
29
|
+
_ref$service = _ref.service,
|
|
30
|
+
service = _ref$service === void 0 ? 'ECOMRU.RU' : _ref$service;
|
|
29
31
|
var _useState = (0, _react.useState)(new Set()),
|
|
30
32
|
_useState2 = _slicedToArray(_useState, 2),
|
|
31
33
|
currentDrop = _useState2[0],
|
|
@@ -65,7 +67,7 @@ var Footer = function Footer(_ref) {
|
|
|
65
67
|
}
|
|
66
68
|
}, /*#__PURE__*/_react["default"].createElement("h4", {
|
|
67
69
|
className: "footer__title"
|
|
68
|
-
},
|
|
70
|
+
}, service), /*#__PURE__*/_react["default"].createElement("button", {
|
|
69
71
|
className: "footer__btn-drop"
|
|
70
72
|
}, /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
71
73
|
src: _bxChevronDown["default"],
|