@gofynd/theme-template 3.2.2 → 3.2.3
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/components/index.js +1 -1
- package/dist/index.css +4 -4
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -4
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/index.css +4 -4
- package/dist/pages/index.js +1 -1
- package/dist/pages/product-listing/index.css +4 -4
- package/dist/pages/product-listing/product-listing.css +4 -4
- package/dist/pages/wishlist/index.css +4 -4
- package/dist/pages/wishlist/wishlist.css +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -21073,19 +21073,19 @@ h5,
|
|
|
21073
21073
|
}
|
|
21074
21074
|
}
|
|
21075
21075
|
.add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__qtyContainer___thA9_ {
|
|
21076
|
-
height:
|
|
21076
|
+
height: 100%;
|
|
21077
21077
|
justify-content: space-between;
|
|
21078
21078
|
border-radius: var(--buttonRadius, 0px);
|
|
21079
|
-
padding: 0 12px;
|
|
21080
|
-
background-color: var(--buttonSecondary, #fff);
|
|
21081
21079
|
flex: 1;
|
|
21080
|
+
padding: 18px 12px;
|
|
21082
21081
|
}
|
|
21083
21082
|
@media only screen and (max-width: 768px) {
|
|
21084
21083
|
.add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__qtyContainer___thA9_ {
|
|
21085
|
-
|
|
21084
|
+
padding: 12px;
|
|
21086
21085
|
}
|
|
21087
21086
|
}
|
|
21088
21087
|
.add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__inputContainer___vwPxp {
|
|
21088
|
+
width: 100%;
|
|
21089
21089
|
border: none;
|
|
21090
21090
|
}
|
|
21091
21091
|
.add-to-cart__sizeCartContainer___ILhna {
|