@gofynd/theme-template 3.2.8 → 3.2.9
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/index.css +5 -6
- package/dist/index.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/single-checkout/payment/card-form.css +5 -6
- 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/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/package.json +1 -1
package/dist/pages/index.css
CHANGED
|
@@ -38117,16 +38117,12 @@ h5,
|
|
|
38117
38117
|
}
|
|
38118
38118
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
38119
38119
|
display: flex;
|
|
38120
|
-
width: 580px;
|
|
38120
|
+
max-width: 580px;
|
|
38121
|
+
width: 100%;
|
|
38121
38122
|
flex-direction: column;
|
|
38122
38123
|
align-items: center;
|
|
38123
38124
|
gap: 8px;
|
|
38124
38125
|
}
|
|
38125
|
-
@media only screen and (max-width: 768px) {
|
|
38126
|
-
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
38127
|
-
width: 100%;
|
|
38128
|
-
}
|
|
38129
|
-
}
|
|
38130
38126
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
38131
38127
|
color: var(--textHeading, #26201a);
|
|
38132
38128
|
text-align: center;
|
|
@@ -38155,6 +38151,9 @@ h5,
|
|
|
38155
38151
|
font-size: 12px;
|
|
38156
38152
|
}
|
|
38157
38153
|
}
|
|
38154
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
38155
|
+
margin-top: 12px;
|
|
38156
|
+
}
|
|
38158
38157
|
|
|
38159
38158
|
/**color by character**/
|
|
38160
38159
|
/** Font family **/
|