@aclymatepackages/modules 1.0.32 → 1.0.33
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.
|
@@ -150,9 +150,13 @@ const FootprintEquivalencies = _ref => {
|
|
|
150
150
|
xs: 12
|
|
151
151
|
}, /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
152
152
|
display: "flex",
|
|
153
|
-
justifyContent: "center"
|
|
153
|
+
justifyContent: "center",
|
|
154
|
+
width: "100%",
|
|
155
|
+
height: "100%"
|
|
154
156
|
}, /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
155
|
-
position: "relative"
|
|
157
|
+
position: "relative",
|
|
158
|
+
width: "100%",
|
|
159
|
+
height: "100%"
|
|
156
160
|
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
157
161
|
alt: "".concat(type, "-image"),
|
|
158
162
|
src: "https://dashboard.aclymate.com/images/footprint-equivalencies/".concat(type, ".svg"),
|
package/package.json
CHANGED
|
@@ -163,8 +163,8 @@ const FootprintEquivalencies = ({
|
|
|
163
163
|
</Grid>
|
|
164
164
|
</Grid>
|
|
165
165
|
<Grid item lg={6} xs={12}>
|
|
166
|
-
<Box display="flex" justifyContent="center">
|
|
167
|
-
<Box position="relative">
|
|
166
|
+
<Box display="flex" justifyContent="center" width="100%" height="100%">
|
|
167
|
+
<Box position="relative" width="100%" height="100%">
|
|
168
168
|
<img
|
|
169
169
|
alt={`${type}-image`}
|
|
170
170
|
src={`https://dashboard.aclymate.com/images/footprint-equivalencies/${type}.svg`}
|