@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/pages/index.css
CHANGED
|
@@ -37540,7 +37540,6 @@ h5,
|
|
|
37540
37540
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
37541
37541
|
padding: 14px;
|
|
37542
37542
|
border-radius: var(--buttonRadius, 0px);
|
|
37543
|
-
background-color: white;
|
|
37544
37543
|
color: var(--primaryColor);
|
|
37545
37544
|
border: 1px solid var(--primaryColor);
|
|
37546
37545
|
width: 100%;
|