@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
|
@@ -2230,16 +2230,12 @@ h5,
|
|
|
2230
2230
|
}
|
|
2231
2231
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
2232
2232
|
display: flex;
|
|
2233
|
-
width: 580px;
|
|
2233
|
+
max-width: 580px;
|
|
2234
|
+
width: 100%;
|
|
2234
2235
|
flex-direction: column;
|
|
2235
2236
|
align-items: center;
|
|
2236
2237
|
gap: 8px;
|
|
2237
2238
|
}
|
|
2238
|
-
@media only screen and (max-width: 768px) {
|
|
2239
|
-
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
2240
|
-
width: 100%;
|
|
2241
|
-
}
|
|
2242
|
-
}
|
|
2243
2239
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
2244
2240
|
color: var(--textHeading, #26201a);
|
|
2245
2241
|
text-align: center;
|
|
@@ -2268,6 +2264,9 @@ h5,
|
|
|
2268
2264
|
font-size: 12px;
|
|
2269
2265
|
}
|
|
2270
2266
|
}
|
|
2267
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
2268
|
+
margin-top: 12px;
|
|
2269
|
+
}
|
|
2271
2270
|
|
|
2272
2271
|
/**color by character**/
|
|
2273
2272
|
/** Font family **/
|
|
@@ -11652,16 +11652,12 @@ h5,
|
|
|
11652
11652
|
}
|
|
11653
11653
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
11654
11654
|
display: flex;
|
|
11655
|
-
width: 580px;
|
|
11655
|
+
max-width: 580px;
|
|
11656
|
+
width: 100%;
|
|
11656
11657
|
flex-direction: column;
|
|
11657
11658
|
align-items: center;
|
|
11658
11659
|
gap: 8px;
|
|
11659
11660
|
}
|
|
11660
|
-
@media only screen and (max-width: 768px) {
|
|
11661
|
-
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
11662
|
-
width: 100%;
|
|
11663
|
-
}
|
|
11664
|
-
}
|
|
11665
11661
|
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
11666
11662
|
color: var(--textHeading, #26201a);
|
|
11667
11663
|
text-align: center;
|
|
@@ -11690,6 +11686,9 @@ h5,
|
|
|
11690
11686
|
font-size: 12px;
|
|
11691
11687
|
}
|
|
11692
11688
|
}
|
|
11689
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
11690
|
+
margin-top: 12px;
|
|
11691
|
+
}
|
|
11693
11692
|
|
|
11694
11693
|
/**color by character**/
|
|
11695
11694
|
/** Font family **/
|