@gofynd/theme-template 3.2.12 → 3.2.14
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/index.css +0 -1
- package/dist/index.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +0 -1
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +0 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.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/pages/checkout/checkout.css +0 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +0 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/index.css +0 -1
- package/dist/pages/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -39512,7 +39512,6 @@ h5,
|
|
|
39512
39512
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
39513
39513
|
padding: 14px;
|
|
39514
39514
|
border-radius: var(--buttonRadius, 0px);
|
|
39515
|
-
background-color: white;
|
|
39516
39515
|
color: var(--primaryColor);
|
|
39517
39516
|
border: 1px solid var(--primaryColor);
|
|
39518
39517
|
width: 100%;
|