simpo-component-library 3.6.113 → 3.6.116
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/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +5 -5
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.116.tgz +0 -0
- package/src/lib/styles/global-styles.css +3 -5
- package/simpo-component-library-3.6.113.tgz +0 -0
package/package.json
CHANGED
Binary file
|
@@ -183,6 +183,9 @@
|
|
183
183
|
width: 100% !important;
|
184
184
|
max-width: 100% !important;
|
185
185
|
}
|
186
|
+
.address-class {
|
187
|
+
width: 100vw;
|
188
|
+
}
|
186
189
|
|
187
190
|
}
|
188
191
|
|
@@ -210,11 +213,6 @@
|
|
210
213
|
.hover-effect:hover {
|
211
214
|
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
|
212
215
|
}
|
213
|
-
|
214
|
-
.address-class {
|
215
|
-
width: 100vw;
|
216
|
-
}
|
217
|
-
|
218
216
|
.sidepanel-class {
|
219
217
|
position: absolute !important;
|
220
218
|
right: 0px;
|
Binary file
|