@pelcro/react-pelcro-js 4.0.0-alpha.10 → 4.0.0-alpha.11
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/dist/pelcro.css +4 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -1498,6 +1498,10 @@ Add the correct display in Chrome and Safari.
|
|
|
1498
1498
|
width: 1px;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
+
.pelcro-root .pelcro-vertical-separator:first-child {
|
|
1502
|
+
display: none;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1501
1505
|
.pelcro-root .pelcro-shop-product-image {
|
|
1502
1506
|
max-width: 13rem;
|
|
1503
1507
|
}
|