@gofynd/theme-template 3.2.8 → 3.2.10
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/compare-product-card/compare-product-card.css +65 -1
- package/dist/components/compare-product-card/compare-product-card.js +1 -1
- package/dist/components/core/modal/modal.js +1 -1
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/sort-modal/sort-modal.js +1 -1
- package/dist/index.css +5 -6
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.js +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.js +1 -1
- package/dist/page-layouts/compare/compare.css +66 -1
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/size-guide/size-guide.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +5 -6
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +993 -6
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +993 -6
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +5 -6
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
- package/dist/page-layouts/single-checkout/payment/zero-pay-btn/zero-pay-btn.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +5 -6
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +5 -6
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/index.css +5 -6
- package/dist/pages/index.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -40089,16 +40089,12 @@ h5,
|
|
|
40089
40089
|
}
|
|
40090
40090
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
40091
40091
|
display: flex;
|
|
40092
|
-
width: 580px;
|
|
40092
|
+
max-width: 580px;
|
|
40093
|
+
width: 100%;
|
|
40093
40094
|
flex-direction: column;
|
|
40094
40095
|
align-items: center;
|
|
40095
40096
|
gap: 8px;
|
|
40096
40097
|
}
|
|
40097
|
-
@media only screen and (max-width: 768px) {
|
|
40098
|
-
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
40099
|
-
width: 100%;
|
|
40100
|
-
}
|
|
40101
|
-
}
|
|
40102
40098
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
40103
40099
|
color: var(--textHeading, #26201a);
|
|
40104
40100
|
text-align: center;
|
|
@@ -40127,6 +40123,9 @@ h5,
|
|
|
40127
40123
|
font-size: 12px;
|
|
40128
40124
|
}
|
|
40129
40125
|
}
|
|
40126
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
40127
|
+
margin-top: 12px;
|
|
40128
|
+
}
|
|
40130
40129
|
|
|
40131
40130
|
/**color by character**/
|
|
40132
40131
|
/** Font family **/
|