iglooform 2.5.35 → 2.5.36
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/es/layout/footer.js
CHANGED
|
@@ -137,9 +137,11 @@ var LayoutFooter = function LayoutFooter(_ref) {
|
|
|
137
137
|
className: "igloo-layout-footer",
|
|
138
138
|
children: _jsxs("div", {
|
|
139
139
|
className: "footer-content",
|
|
140
|
-
children: [extraInfo && extraInfo(), !hiddenIglooIcon && _jsx("
|
|
140
|
+
children: [extraInfo && extraInfo(), !hiddenIglooIcon && (companyIcon ? _jsx("img", {
|
|
141
|
+
src: companyIcon
|
|
142
|
+
}) : _jsx("div", {
|
|
141
143
|
className: "igloo-logo"
|
|
142
|
-
}), _jsxs("div", {
|
|
144
|
+
})), _jsxs("div", {
|
|
143
145
|
className: classnames('compony-info', {
|
|
144
146
|
'compony-info-without-icon': hiddenIglooIcon
|
|
145
147
|
}),
|
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
|
|
142
142
|
& > img {
|
|
143
143
|
width: 64px;
|
|
144
|
-
height: 36px;
|
|
145
144
|
object-fit: contain;
|
|
146
145
|
margin-right: 40px;
|
|
147
146
|
}
|
|
@@ -329,6 +328,12 @@
|
|
|
329
328
|
width: 100%;
|
|
330
329
|
margin: 0 auto;
|
|
331
330
|
|
|
331
|
+
& > img {
|
|
332
|
+
width: 44px;
|
|
333
|
+
margin-bottom: 8px;
|
|
334
|
+
object-fit: contain;
|
|
335
|
+
}
|
|
336
|
+
|
|
332
337
|
.igloo-logo {
|
|
333
338
|
width: 44px;
|
|
334
339
|
height: 24px;
|
package/lib/layout/footer.js
CHANGED
|
@@ -155,9 +155,11 @@ var LayoutFooter = function LayoutFooter(_ref) {
|
|
|
155
155
|
className: "igloo-layout-footer",
|
|
156
156
|
children: (0, _jsxRuntime.jsxs)("div", {
|
|
157
157
|
className: "footer-content",
|
|
158
|
-
children: [extraInfo && extraInfo(), !hiddenIglooIcon && (0, _jsxRuntime.jsx)("
|
|
158
|
+
children: [extraInfo && extraInfo(), !hiddenIglooIcon && (companyIcon ? (0, _jsxRuntime.jsx)("img", {
|
|
159
|
+
src: companyIcon
|
|
160
|
+
}) : (0, _jsxRuntime.jsx)("div", {
|
|
159
161
|
className: "igloo-logo"
|
|
160
|
-
}), (0, _jsxRuntime.jsxs)("div", {
|
|
162
|
+
})), (0, _jsxRuntime.jsxs)("div", {
|
|
161
163
|
className: (0, _classnames.default)('compony-info', {
|
|
162
164
|
'compony-info-without-icon': hiddenIglooIcon
|
|
163
165
|
}),
|
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
|
|
142
142
|
& > img {
|
|
143
143
|
width: 64px;
|
|
144
|
-
height: 36px;
|
|
145
144
|
object-fit: contain;
|
|
146
145
|
margin-right: 40px;
|
|
147
146
|
}
|
|
@@ -329,6 +328,12 @@
|
|
|
329
328
|
width: 100%;
|
|
330
329
|
margin: 0 auto;
|
|
331
330
|
|
|
331
|
+
& > img {
|
|
332
|
+
width: 44px;
|
|
333
|
+
margin-bottom: 8px;
|
|
334
|
+
object-fit: contain;
|
|
335
|
+
}
|
|
336
|
+
|
|
332
337
|
.igloo-logo {
|
|
333
338
|
width: 44px;
|
|
334
339
|
height: 24px;
|