@gofynd/theme-template 2.0.0 → 2.0.2
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/address-form/address-form.css +24 -24
- package/dist/components/address-form/form-input-selector.css +20 -20
- package/dist/components/address-item/address-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
- package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
- package/dist/components/blog-footer/blog-footer.css +4 -4
- package/dist/components/blog-page/blog-page.css +12 -12
- package/dist/components/blog-tabs/blog-tabs.css +4 -4
- package/dist/components/breadcrumb/breadcrumb.css +5 -5
- package/dist/components/chip-review-item/chip-review-item.css +4 -4
- package/dist/components/core/fy-button/fy-button.css +342 -9
- package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
- package/dist/components/core/modal/modal.css +4 -4
- package/dist/components/core/skeletons/image-skeleton.css +4 -4
- package/dist/components/dropdown/dropdown.css +4 -4
- package/dist/components/empty-state/empty-state.css +4 -4
- package/dist/components/filter-modal/filter-modal.css +23 -23
- package/dist/components/form-builder/form-builder.css +362 -29
- package/dist/components/index.css +411 -78
- package/dist/components/index.js +1 -1
- package/dist/components/listing-description/listing-description.css +5 -5
- package/dist/components/loader/loader.css +338 -5
- package/dist/components/location-modal/location-modal.css +354 -21
- package/dist/components/order-header/order-header.css +8 -8
- package/dist/components/order-shipment/order-shipment.css +4 -4
- package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
- package/dist/components/price-breakup/price-breakup.css +4 -4
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +347 -14
- package/dist/components/profile-navigation/profile-navigation.css +5 -5
- package/dist/components/quantity-control/quantity-control.css +4 -4
- package/dist/components/range-slider/range-slider.css +8 -8
- package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
- package/dist/components/reasons-list/reasons-list.css +8 -8
- package/dist/components/scroll-top/scroll-top.css +5 -5
- package/dist/components/shipment-address/shipment-address.css +4 -4
- package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
- package/dist/components/shipment-item/shipment-item.css +4 -4
- package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
- package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
- package/dist/components/sort-modal/sort-modal.css +8 -8
- package/dist/components/spinner/spinner.css +4 -4
- package/dist/components/stepper/stepper.css +4 -4
- package/dist/index.css +782 -401
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
- package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
- package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
- package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
- package/dist/page-layouts/compare/compare.css +352 -19
- package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
- package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
- package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
- package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
- package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
- package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
- package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
- package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
- package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
- package/dist/page-layouts/single-checkout/modal.css +4 -4
- package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
- package/dist/pages/blog/blog.css +20 -20
- package/dist/pages/blog/index.css +20 -20
- package/dist/pages/cart/cart.css +423 -89
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +423 -89
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +180 -133
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +180 -133
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +350 -17
- package/dist/pages/contact-us/index.css +350 -17
- package/dist/pages/edit-profile/edit-profile.css +12 -12
- package/dist/pages/edit-profile/index.css +12 -12
- package/dist/pages/faq/faq.css +4 -4
- package/dist/pages/faq/index.css +4 -4
- package/dist/pages/forgot-password/forget-password.css +8 -8
- package/dist/pages/forgot-password/index.css +8 -8
- package/dist/pages/index.css +764 -383
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +28 -28
- package/dist/pages/login/login.css +28 -28
- package/dist/pages/order/index.css +350 -17
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
- package/dist/pages/order/order-tracking.css +350 -17
- package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
- package/dist/pages/order-status/index.css +363 -33
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +363 -33
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +457 -124
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +457 -124
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
- package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
- package/dist/pages/profile/email/email.css +362 -29
- package/dist/pages/profile/email/index.css +362 -29
- package/dist/pages/profile/index.css +350 -17
- package/dist/pages/profile/phone/index.css +366 -33
- package/dist/pages/profile/phone/phone.css +366 -33
- package/dist/pages/profile/profile-details.css +350 -17
- package/dist/pages/register/index.css +20 -20
- package/dist/pages/register/register.css +20 -20
- package/dist/pages/set-password/index.css +4 -4
- package/dist/pages/set-password/set-password.css +4 -4
- package/dist/pages/shared-cart/index.css +8 -8
- package/dist/pages/shared-cart/shared-cart.css +8 -8
- package/dist/pages/verify-email/index.css +4 -4
- package/dist/pages/verify-email/verify-email.css +4 -4
- package/dist/pages/wishlist/index.css +406 -73
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +406 -73
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -106,7 +106,7 @@ h4,
|
|
|
106
106
|
letter-spacing: -0.02em;
|
|
107
107
|
color: var(--textHeading, #26201a);
|
|
108
108
|
font-size: 16px;
|
|
109
|
-
line-height:
|
|
109
|
+
line-height: 1.5;
|
|
110
110
|
}
|
|
111
111
|
@media only screen and (min-width: 769px) {
|
|
112
112
|
h4,
|
|
@@ -115,7 +115,7 @@ h4,
|
|
|
115
115
|
letter-spacing: -0.02em;
|
|
116
116
|
color: var(--textHeading, #26201a);
|
|
117
117
|
font-size: 20px;
|
|
118
|
-
line-height:
|
|
118
|
+
line-height: 1.5;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
h5,
|
|
@@ -182,7 +182,7 @@ h5,
|
|
|
182
182
|
.checkout-payment-content__caption-medium___s4nwJ,
|
|
183
183
|
.checkout-payment-content__captionMedium___boOFu {
|
|
184
184
|
font-size: 12px;
|
|
185
|
-
line-height:
|
|
185
|
+
line-height: 1.5;
|
|
186
186
|
letter-spacing: -0.02em;
|
|
187
187
|
font-weight: 500;
|
|
188
188
|
}
|
|
@@ -195,7 +195,7 @@ h5,
|
|
|
195
195
|
.checkout-payment-content__caption-semi-bold____upNw,
|
|
196
196
|
.checkout-payment-content__captionSemiBold___ThE5O {
|
|
197
197
|
font-size: 12px;
|
|
198
|
-
line-height:
|
|
198
|
+
line-height: 1.5;
|
|
199
199
|
letter-spacing: -0.02em;
|
|
200
200
|
font-weight: 600;
|
|
201
201
|
}
|
|
@@ -337,7 +337,7 @@ h5,
|
|
|
337
337
|
.checkout-payment-content__container___HusGh {
|
|
338
338
|
background: var(--pageBackground, #f8f8f8);
|
|
339
339
|
}
|
|
340
|
-
@media only screen and (min-width:
|
|
340
|
+
@media only screen and (min-width: 769px) {
|
|
341
341
|
.checkout-payment-content__container___HusGh {
|
|
342
342
|
display: flex;
|
|
343
343
|
padding: 24px;
|
|
@@ -355,7 +355,7 @@ h5,
|
|
|
355
355
|
border-color: var(--dividerStokes);
|
|
356
356
|
border-radius: 4px 0px 0px 4px;
|
|
357
357
|
}
|
|
358
|
-
@media only screen and (max-width:
|
|
358
|
+
@media only screen and (max-width: 768px) {
|
|
359
359
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
|
|
360
360
|
width: 100%;
|
|
361
361
|
border: none;
|
|
@@ -368,7 +368,7 @@ h5,
|
|
|
368
368
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
|
|
369
369
|
border-bottom: 1px solid var(--dividerStokes);
|
|
370
370
|
}
|
|
371
|
-
@media only screen and (max-width:
|
|
371
|
+
@media only screen and (max-width: 768px) {
|
|
372
372
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
|
|
373
373
|
border-bottom: unset;
|
|
374
374
|
}
|
|
@@ -396,7 +396,7 @@ h5,
|
|
|
396
396
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
|
|
397
397
|
fill: var(--textHeading, #26201a);
|
|
398
398
|
}
|
|
399
|
-
@media only screen and (max-width:
|
|
399
|
+
@media only screen and (max-width: 768px) {
|
|
400
400
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
|
|
401
401
|
background-color: var(--pageBackground, #f8f8f8);
|
|
402
402
|
border-inline-end: none;
|
|
@@ -412,7 +412,12 @@ h5,
|
|
|
412
412
|
align-items: center;
|
|
413
413
|
padding-inline-start: 12px;
|
|
414
414
|
}
|
|
415
|
-
@media only screen and (
|
|
415
|
+
@media only screen and (max-width: 768px) {
|
|
416
|
+
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
|
|
417
|
+
flex: unset !important;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
@media only screen and (min-width: 769px) {
|
|
416
421
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
|
|
417
422
|
justify-content: flex-end;
|
|
418
423
|
flex: 1;
|
|
@@ -442,6 +447,11 @@ h5,
|
|
|
442
447
|
background-color: var(--primaryColor);
|
|
443
448
|
border: 1px solid var(--primaryColor);
|
|
444
449
|
}
|
|
450
|
+
@media only screen and (max-width: 768px) {
|
|
451
|
+
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
|
|
452
|
+
display: none;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
445
455
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
|
|
446
456
|
display: flex;
|
|
447
457
|
padding: 24px 16px;
|
|
@@ -449,7 +459,7 @@ h5,
|
|
|
449
459
|
word-break: break-word;
|
|
450
460
|
align-items: center;
|
|
451
461
|
}
|
|
452
|
-
@media only screen and (max-width:
|
|
462
|
+
@media only screen and (max-width: 768px) {
|
|
453
463
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
|
|
454
464
|
padding: 24px 0px;
|
|
455
465
|
}
|
|
@@ -462,7 +472,7 @@ h5,
|
|
|
462
472
|
font-weight: 500;
|
|
463
473
|
line-height: 140%;
|
|
464
474
|
}
|
|
465
|
-
@media only screen and (max-width:
|
|
475
|
+
@media only screen and (max-width: 768px) {
|
|
466
476
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__modeName___oABQ2 {
|
|
467
477
|
color: var(--textHeading, #26201a);
|
|
468
478
|
margin-inline-start: 8px;
|
|
@@ -480,7 +490,7 @@ h5,
|
|
|
480
490
|
border-radius: 4px;
|
|
481
491
|
text-align: center;
|
|
482
492
|
}
|
|
483
|
-
@media only screen and (max-width:
|
|
493
|
+
@media only screen and (max-width: 768px) {
|
|
484
494
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__codCharge___o7TCE {
|
|
485
495
|
padding-top: 4px;
|
|
486
496
|
}
|
|
@@ -489,7 +499,7 @@ h5,
|
|
|
489
499
|
display: flex;
|
|
490
500
|
align-items: center;
|
|
491
501
|
}
|
|
492
|
-
@media only screen and (min-width:
|
|
502
|
+
@media only screen and (min-width: 769px) {
|
|
493
503
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
|
|
494
504
|
justify-content: flex-end;
|
|
495
505
|
flex: 1;
|
|
@@ -502,6 +512,11 @@ h5,
|
|
|
502
512
|
justify-content: flex-end;
|
|
503
513
|
flex: 1;
|
|
504
514
|
}
|
|
515
|
+
@media only screen and (min-width: 769px) {
|
|
516
|
+
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
|
|
517
|
+
display: none;
|
|
518
|
+
}
|
|
519
|
+
}
|
|
505
520
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
506
521
|
transform: rotate(270deg);
|
|
507
522
|
}
|
|
@@ -539,7 +554,7 @@ h5,
|
|
|
539
554
|
border-width: 1px 1px 1px 0;
|
|
540
555
|
border-radius: 0px 4px 4px 0px;
|
|
541
556
|
}
|
|
542
|
-
@media only screen and (max-width:
|
|
557
|
+
@media only screen and (max-width: 768px) {
|
|
543
558
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
|
|
544
559
|
padding: 6px;
|
|
545
560
|
}
|
|
@@ -547,12 +562,12 @@ h5,
|
|
|
547
562
|
.checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
|
|
548
563
|
font-weight: 600 !important;
|
|
549
564
|
}
|
|
550
|
-
@media only screen and (min-width:
|
|
565
|
+
@media only screen and (min-width: 769px) {
|
|
551
566
|
.checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 {
|
|
552
567
|
border: 1px solid var(--primaryColor);
|
|
553
568
|
}
|
|
554
569
|
}
|
|
555
|
-
@media only screen and (min-width:
|
|
570
|
+
@media only screen and (min-width: 769px) {
|
|
556
571
|
.checkout-payment-content__container___HusGh .checkout-payment-content__nonSelectedBorder___zA4x7 {
|
|
557
572
|
border: 1px solid var(--dividerStokes);
|
|
558
573
|
}
|
|
@@ -571,7 +586,7 @@ h5,
|
|
|
571
586
|
margin-bottom: 15px;
|
|
572
587
|
line-height: 140%;
|
|
573
588
|
}
|
|
574
|
-
@media only screen and (max-width:
|
|
589
|
+
@media only screen and (max-width: 768px) {
|
|
575
590
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
|
|
576
591
|
.checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
|
|
577
592
|
.checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
|
|
@@ -581,9 +596,10 @@ h5,
|
|
|
581
596
|
.checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
|
|
582
597
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
|
|
583
598
|
font-weight: 500;
|
|
599
|
+
display: none;
|
|
584
600
|
}
|
|
585
601
|
}
|
|
586
|
-
@media only screen and (max-width:
|
|
602
|
+
@media only screen and (max-width: 768px) {
|
|
587
603
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
|
|
588
604
|
.checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
|
|
589
605
|
.checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
|
|
@@ -610,7 +626,7 @@ h5,
|
|
|
610
626
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button span {
|
|
611
627
|
font-size: 16px;
|
|
612
628
|
}
|
|
613
|
-
@media only screen and (max-width:
|
|
629
|
+
@media only screen and (max-width: 768px) {
|
|
614
630
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
|
|
615
631
|
margin-bottom: 16px;
|
|
616
632
|
}
|
|
@@ -679,7 +695,7 @@ h5,
|
|
|
679
695
|
border-radius: 8px;
|
|
680
696
|
margin-bottom: 15px;
|
|
681
697
|
}
|
|
682
|
-
@media only screen and (max-width:
|
|
698
|
+
@media only screen and (max-width: 768px) {
|
|
683
699
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot {
|
|
684
700
|
padding: 0px;
|
|
685
701
|
}
|
|
@@ -777,7 +793,7 @@ h5,
|
|
|
777
793
|
line-height: 140%;
|
|
778
794
|
cursor: pointer;
|
|
779
795
|
}
|
|
780
|
-
@media only screen and (max-width:
|
|
796
|
+
@media only screen and (max-width: 768px) {
|
|
781
797
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp {
|
|
782
798
|
padding: 6px;
|
|
783
799
|
font-size: 12px;
|
|
@@ -799,7 +815,7 @@ h5,
|
|
|
799
815
|
line-height: 140%;
|
|
800
816
|
cursor: unset;
|
|
801
817
|
}
|
|
802
|
-
@media only screen and (max-width:
|
|
818
|
+
@media only screen and (max-width: 768px) {
|
|
803
819
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
804
820
|
padding: 6px;
|
|
805
821
|
font-size: 12px;
|
|
@@ -817,7 +833,7 @@ h5,
|
|
|
817
833
|
line-height: 140%;
|
|
818
834
|
cursor: pointer;
|
|
819
835
|
}
|
|
820
|
-
@media only screen and (max-width:
|
|
836
|
+
@media only screen and (max-width: 768px) {
|
|
821
837
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
|
|
822
838
|
padding: 6px;
|
|
823
839
|
font-size: 12px;
|
|
@@ -848,7 +864,7 @@ h5,
|
|
|
848
864
|
margin-top: 16px;
|
|
849
865
|
position: relative;
|
|
850
866
|
}
|
|
851
|
-
@media only screen and (max-width:
|
|
867
|
+
@media only screen and (max-width: 768px) {
|
|
852
868
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cardNumberBox___UUp9q {
|
|
853
869
|
margin-top: 0;
|
|
854
870
|
}
|
|
@@ -883,7 +899,7 @@ h5,
|
|
|
883
899
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
|
|
884
900
|
width: 47%;
|
|
885
901
|
}
|
|
886
|
-
@media only screen and (max-width:
|
|
902
|
+
@media only screen and (max-width: 768px) {
|
|
887
903
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__expiryContainer___uq0BY,
|
|
888
904
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
|
|
889
905
|
width: 100%;
|
|
@@ -908,7 +924,7 @@ h5,
|
|
|
908
924
|
left: 5px;
|
|
909
925
|
}
|
|
910
926
|
}
|
|
911
|
-
@media only screen and (max-width:
|
|
927
|
+
@media only screen and (max-width: 768px) {
|
|
912
928
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn.checkout-payment-content__marginBottom___qTP6J {
|
|
913
929
|
margin-bottom: 24px;
|
|
914
930
|
}
|
|
@@ -956,7 +972,7 @@ h5,
|
|
|
956
972
|
margin-top: 16px;
|
|
957
973
|
accent-color: var(--primaryColor);
|
|
958
974
|
}
|
|
959
|
-
@media only screen and (max-width:
|
|
975
|
+
@media only screen and (max-width: 768px) {
|
|
960
976
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW {
|
|
961
977
|
margin-bottom: 24px;
|
|
962
978
|
}
|
|
@@ -974,7 +990,7 @@ h5,
|
|
|
974
990
|
align-self: center;
|
|
975
991
|
line-height: 140%;
|
|
976
992
|
}
|
|
977
|
-
@media only screen and (min-width:
|
|
993
|
+
@media only screen and (min-width: 769px) {
|
|
978
994
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesModal___s6bGj {
|
|
979
995
|
max-width: 450px;
|
|
980
996
|
padding: 8px;
|
|
@@ -1118,7 +1134,7 @@ h5,
|
|
|
1118
1134
|
flex-direction: column;
|
|
1119
1135
|
gap: 16px;
|
|
1120
1136
|
}
|
|
1121
|
-
@media only screen and (max-width:
|
|
1137
|
+
@media only screen and (max-width: 768px) {
|
|
1122
1138
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
|
|
1123
1139
|
gap: 0px;
|
|
1124
1140
|
}
|
|
@@ -1137,7 +1153,7 @@ h5,
|
|
|
1137
1153
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 label {
|
|
1138
1154
|
cursor: pointer;
|
|
1139
1155
|
}
|
|
1140
|
-
@media only screen and (max-width:
|
|
1156
|
+
@media only screen and (max-width: 768px) {
|
|
1141
1157
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
|
|
1142
1158
|
padding: 24px 0px;
|
|
1143
1159
|
}
|
|
@@ -1174,7 +1190,7 @@ h5,
|
|
|
1174
1190
|
font-weight: 400;
|
|
1175
1191
|
line-height: 140%;
|
|
1176
1192
|
}
|
|
1177
|
-
@media only screen and (max-width:
|
|
1193
|
+
@media only screen and (max-width: 768px) {
|
|
1178
1194
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeName___F_lVI {
|
|
1179
1195
|
color: var(--textHeading, #26201a);
|
|
1180
1196
|
font-weight: 500;
|
|
@@ -1204,7 +1220,7 @@ h5,
|
|
|
1204
1220
|
max-height: 70vh;
|
|
1205
1221
|
min-height: 40vh;
|
|
1206
1222
|
}
|
|
1207
|
-
@media only screen and (min-width:
|
|
1223
|
+
@media only screen and (min-width: 769px) {
|
|
1208
1224
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
|
|
1209
1225
|
max-height: 554px;
|
|
1210
1226
|
min-width: 420px;
|
|
@@ -1234,7 +1250,7 @@ h5,
|
|
|
1234
1250
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY {
|
|
1235
1251
|
padding-bottom: 24px;
|
|
1236
1252
|
}
|
|
1237
|
-
@media only screen and (max-width:
|
|
1253
|
+
@media only screen and (max-width: 768px) {
|
|
1238
1254
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY .checkout-payment-content__upiApp___M2sjF:first-child {
|
|
1239
1255
|
padding-top: 0;
|
|
1240
1256
|
}
|
|
@@ -1855,7 +1871,7 @@ h5,
|
|
|
1855
1871
|
fill: var(--textBody, #3c3131);
|
|
1856
1872
|
}
|
|
1857
1873
|
}
|
|
1858
|
-
@media only screen and (max-width:
|
|
1874
|
+
@media only screen and (max-width: 768px) {
|
|
1859
1875
|
.checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
|
|
1860
1876
|
fill: var(--textHeading, #26201a);
|
|
1861
1877
|
}
|
|
@@ -1870,7 +1886,7 @@ h5,
|
|
|
1870
1886
|
object-fit: contain;
|
|
1871
1887
|
margin-inline-end: 12px;
|
|
1872
1888
|
}
|
|
1873
|
-
@media only screen and (max-width:
|
|
1889
|
+
@media only screen and (max-width: 768px) {
|
|
1874
1890
|
.checkout-payment-content__modeItemLogo___mixsN img {
|
|
1875
1891
|
margin-inline-end: 8px;
|
|
1876
1892
|
}
|
|
@@ -1897,7 +1913,7 @@ h5,
|
|
|
1897
1913
|
height: 606px;
|
|
1898
1914
|
}
|
|
1899
1915
|
}
|
|
1900
|
-
@media only screen and (max-width:
|
|
1916
|
+
@media only screen and (max-width: 768px) {
|
|
1901
1917
|
.checkout-payment-content__moreOptionContainer___lSVOn {
|
|
1902
1918
|
height: 434px;
|
|
1903
1919
|
}
|
|
@@ -1908,7 +1924,7 @@ h5,
|
|
|
1908
1924
|
margin-bottom: 16px;
|
|
1909
1925
|
max-height: unset !important;
|
|
1910
1926
|
}
|
|
1911
|
-
@media only screen and (max-width:
|
|
1927
|
+
@media only screen and (max-width: 768px) {
|
|
1912
1928
|
.checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__modeItemName___FvXEZ {
|
|
1913
1929
|
color: var(--textBody, #3c3131) !important;
|
|
1914
1930
|
font-size: 12px;
|
|
@@ -1936,7 +1952,7 @@ h5,
|
|
|
1936
1952
|
.checkout-payment-content__otherBorder___ARrf8 {
|
|
1937
1953
|
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1938
1954
|
}
|
|
1939
|
-
@media only screen and (max-width:
|
|
1955
|
+
@media only screen and (max-width: 768px) {
|
|
1940
1956
|
.checkout-payment-content__otherBorder___ARrf8 {
|
|
1941
1957
|
border: none;
|
|
1942
1958
|
}
|
|
@@ -1947,7 +1963,7 @@ h5,
|
|
|
1947
1963
|
height: 24px;
|
|
1948
1964
|
}
|
|
1949
1965
|
}
|
|
1950
|
-
@media only screen and (max-width:
|
|
1966
|
+
@media only screen and (max-width: 768px) {
|
|
1951
1967
|
.checkout-payment-content__modeItemLogo___mixsN span {
|
|
1952
1968
|
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1953
1969
|
padding: 8px 4px;
|
|
@@ -1960,17 +1976,17 @@ h5,
|
|
|
1960
1976
|
align-items: anchor-center;
|
|
1961
1977
|
}
|
|
1962
1978
|
}
|
|
1963
|
-
@media only screen and (max-width:
|
|
1979
|
+
@media only screen and (max-width: 768px) {
|
|
1964
1980
|
.checkout-payment-content__upiMargin___LomcN:last-child {
|
|
1965
1981
|
padding-bottom: 0 !important;
|
|
1966
1982
|
}
|
|
1967
1983
|
}
|
|
1968
|
-
@media only screen and (max-width:
|
|
1984
|
+
@media only screen and (max-width: 768px) {
|
|
1969
1985
|
.checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardModalHeader___ixj3K {
|
|
1970
1986
|
padding: 16px !important;
|
|
1971
1987
|
}
|
|
1972
1988
|
}
|
|
1973
|
-
@media only screen and (max-width:
|
|
1989
|
+
@media only screen and (max-width: 768px) {
|
|
1974
1990
|
.checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__rbiGuidelines___jmtpW {
|
|
1975
1991
|
margin-top: 24px !important;
|
|
1976
1992
|
}
|
|
@@ -2006,6 +2022,21 @@ h5,
|
|
|
2006
2022
|
align-items: center;
|
|
2007
2023
|
justify-content: center;
|
|
2008
2024
|
}
|
|
2025
|
+
@media only screen and (max-width: 768px) {
|
|
2026
|
+
.checkout-payment-content__visibleOnTab___SSdnx {
|
|
2027
|
+
display: block !important;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
@media only screen and (max-width: 768px) {
|
|
2031
|
+
.checkout-payment-content__onDesktopView___JFn5k {
|
|
2032
|
+
display: none;
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
@media only screen and (min-width: 769px) {
|
|
2036
|
+
.checkout-payment-content__onMobileView___IBzw6 {
|
|
2037
|
+
display: none;
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2009
2040
|
|
|
2010
2041
|
/**color by character**/
|
|
2011
2042
|
/** Font family **/
|
|
@@ -2115,7 +2146,7 @@ h4,
|
|
|
2115
2146
|
letter-spacing: -0.02em;
|
|
2116
2147
|
color: var(--textHeading, #26201a);
|
|
2117
2148
|
font-size: 16px;
|
|
2118
|
-
line-height:
|
|
2149
|
+
line-height: 1.5;
|
|
2119
2150
|
}
|
|
2120
2151
|
@media only screen and (min-width: 769px) {
|
|
2121
2152
|
h4,
|
|
@@ -2124,7 +2155,7 @@ h4,
|
|
|
2124
2155
|
letter-spacing: -0.02em;
|
|
2125
2156
|
color: var(--textHeading, #26201a);
|
|
2126
2157
|
font-size: 20px;
|
|
2127
|
-
line-height:
|
|
2158
|
+
line-height: 1.5;
|
|
2128
2159
|
}
|
|
2129
2160
|
}
|
|
2130
2161
|
h5,
|
|
@@ -2191,7 +2222,7 @@ h5,
|
|
|
2191
2222
|
.modal__caption-medium___GbhtF,
|
|
2192
2223
|
.modal__captionMedium___zCJpb {
|
|
2193
2224
|
font-size: 12px;
|
|
2194
|
-
line-height:
|
|
2225
|
+
line-height: 1.5;
|
|
2195
2226
|
letter-spacing: -0.02em;
|
|
2196
2227
|
font-weight: 500;
|
|
2197
2228
|
}
|
|
@@ -2204,7 +2235,7 @@ h5,
|
|
|
2204
2235
|
.modal__caption-semi-bold___feZV5,
|
|
2205
2236
|
.modal__captionSemiBold___pxAn7 {
|
|
2206
2237
|
font-size: 12px;
|
|
2207
|
-
line-height:
|
|
2238
|
+
line-height: 1.5;
|
|
2208
2239
|
letter-spacing: -0.02em;
|
|
2209
2240
|
font-weight: 600;
|
|
2210
2241
|
}
|
|
@@ -2595,7 +2626,7 @@ h4,
|
|
|
2595
2626
|
letter-spacing: -0.02em;
|
|
2596
2627
|
color: var(--textHeading, #26201a);
|
|
2597
2628
|
font-size: 16px;
|
|
2598
|
-
line-height:
|
|
2629
|
+
line-height: 1.5;
|
|
2599
2630
|
}
|
|
2600
2631
|
@media only screen and (min-width: 769px) {
|
|
2601
2632
|
h4,
|
|
@@ -2604,7 +2635,7 @@ h4,
|
|
|
2604
2635
|
letter-spacing: -0.02em;
|
|
2605
2636
|
color: var(--textHeading, #26201a);
|
|
2606
2637
|
font-size: 20px;
|
|
2607
|
-
line-height:
|
|
2638
|
+
line-height: 1.5;
|
|
2608
2639
|
}
|
|
2609
2640
|
}
|
|
2610
2641
|
h5,
|
|
@@ -2671,7 +2702,7 @@ h5,
|
|
|
2671
2702
|
.sticky-pay-now__caption-medium___gZCqf,
|
|
2672
2703
|
.sticky-pay-now__captionMedium___V6P3J {
|
|
2673
2704
|
font-size: 12px;
|
|
2674
|
-
line-height:
|
|
2705
|
+
line-height: 1.5;
|
|
2675
2706
|
letter-spacing: -0.02em;
|
|
2676
2707
|
font-weight: 500;
|
|
2677
2708
|
}
|
|
@@ -2684,7 +2715,7 @@ h5,
|
|
|
2684
2715
|
.sticky-pay-now__caption-semi-bold___QX3JZ,
|
|
2685
2716
|
.sticky-pay-now__captionSemiBold___Fc8TZ {
|
|
2686
2717
|
font-size: 12px;
|
|
2687
|
-
line-height:
|
|
2718
|
+
line-height: 1.5;
|
|
2688
2719
|
letter-spacing: -0.02em;
|
|
2689
2720
|
font-weight: 600;
|
|
2690
2721
|
}
|