@gofynd/theme-template 3.1.3 → 3.2.1
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/accordion/accordion.css +25 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.css +26 -20
- package/dist/components/address-form/form-input-selector.css +16 -16
- package/dist/components/address-item/address-item.js +1 -1
- package/dist/components/chip-review-item/chip-review-item.js +1 -1
- package/dist/components/core/fy-button/fy-button.css +6 -6
- package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
- package/dist/components/filter-modal/filter-modal.css +12 -9
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +22 -22
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +52 -43
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +10 -10
- package/dist/components/order-header/order-header.css +4 -4
- package/dist/components/order-header/order-header.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +26 -1
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +6 -6
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +2 -2
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +9 -6
- package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
- package/dist/components/reasons-list/reasons-list.css +3 -3
- package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
- package/dist/components/shipment-item/shipment-item.css +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
- package/dist/components/shipments-update-item/shipments-update-item.css +10 -6
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +210 -143
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
- package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +36 -8
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
- package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
- package/dist/page-layouts/compare/compare.css +14 -12
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
- 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 +13 -13
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
- package/dist/page-layouts/single-checkout/address/single-address-content.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
- 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 +2 -2
- package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +87 -47
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +87 -47
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +92 -62
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +92 -62
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +11 -11
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +11 -11
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +19 -19
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +19 -19
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +208 -141
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +14 -14
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +14 -14
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +10 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +10 -10
- package/dist/pages/order-status/index.css +11 -8
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +11 -8
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +30 -24
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +30 -24
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
- package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
- package/dist/pages/profile/email/email.css +10 -10
- package/dist/pages/profile/email/index.css +10 -10
- package/dist/pages/profile/index.css +12 -12
- package/dist/pages/profile/phone/index.css +18 -18
- package/dist/pages/profile/phone/phone.css +18 -18
- package/dist/pages/profile/profile-details.css +12 -12
- package/dist/pages/register/index.css +18 -18
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +18 -18
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- package/dist/pages/shared-cart/index.js +1 -1
- package/dist/pages/shared-cart/shared-cart.js +1 -1
- package/dist/pages/wishlist/index.css +20 -17
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +20 -17
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -354,7 +354,7 @@ h5,
|
|
|
354
354
|
font-size: 14px;
|
|
355
355
|
font-weight: 600;
|
|
356
356
|
line-height: 140%;
|
|
357
|
-
color: var(--errorText, #
|
|
357
|
+
color: var(--errorText, #ff3333);
|
|
358
358
|
margin-bottom: 4px;
|
|
359
359
|
}
|
|
360
360
|
.checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
|
|
@@ -490,7 +490,7 @@ h5,
|
|
|
490
490
|
.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 {
|
|
491
491
|
font-weight: 400;
|
|
492
492
|
font-size: 12px;
|
|
493
|
-
color: var(--errorText, #
|
|
493
|
+
color: var(--errorText, #ff3333);
|
|
494
494
|
line-height: 140%;
|
|
495
495
|
border-radius: 4px;
|
|
496
496
|
text-align: center;
|
|
@@ -525,6 +525,9 @@ h5,
|
|
|
525
525
|
.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 {
|
|
526
526
|
transform: rotate(270deg);
|
|
527
527
|
}
|
|
528
|
+
[dir='rtl'] .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 {
|
|
529
|
+
transform: rotate(90deg);
|
|
530
|
+
}
|
|
528
531
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
|
|
529
532
|
transform: rotate(180deg);
|
|
530
533
|
}
|
|
@@ -685,7 +688,10 @@ h5,
|
|
|
685
688
|
color: var(--textHeading);
|
|
686
689
|
}
|
|
687
690
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
|
|
688
|
-
margin: 8px
|
|
691
|
+
margin-top: 8px;
|
|
692
|
+
margin-inline-end: 0;
|
|
693
|
+
margin-bottom: 16px;
|
|
694
|
+
margin-inline-start: 0;
|
|
689
695
|
color: var(--textBody);
|
|
690
696
|
font-size: 12px;
|
|
691
697
|
}
|
|
@@ -957,7 +963,7 @@ h5,
|
|
|
957
963
|
color: var(--textBody, #3c3131);
|
|
958
964
|
}
|
|
959
965
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__error___DzZ0L {
|
|
960
|
-
border: 1px solid var(--errorText, #
|
|
966
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
961
967
|
}
|
|
962
968
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l {
|
|
963
969
|
position: absolute;
|
|
@@ -971,10 +977,10 @@ h5,
|
|
|
971
977
|
padding: 0 4px;
|
|
972
978
|
}
|
|
973
979
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
|
|
974
|
-
color: var(--errorText, #
|
|
980
|
+
color: var(--errorText, #ff3333);
|
|
975
981
|
}
|
|
976
982
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__errorInputName___creos {
|
|
977
|
-
color: var(--errorText, #
|
|
983
|
+
color: var(--errorText, #ff3333);
|
|
978
984
|
}
|
|
979
985
|
.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 {
|
|
980
986
|
display: flex;
|
|
@@ -1010,7 +1016,10 @@ h5,
|
|
|
1010
1016
|
padding: 16px;
|
|
1011
1017
|
}
|
|
1012
1018
|
.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__rbiGuidelinesContent___ycqoZ ul {
|
|
1013
|
-
padding: 0
|
|
1019
|
+
padding-top: 0;
|
|
1020
|
+
padding-inline-end: 0;
|
|
1021
|
+
padding-bottom: 0;
|
|
1022
|
+
padding-inline-start: 16px;
|
|
1014
1023
|
}
|
|
1015
1024
|
.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__rbiGuidelinesContent___ycqoZ ul li {
|
|
1016
1025
|
list-style-type: disc;
|
|
@@ -1085,7 +1094,10 @@ h5,
|
|
|
1085
1094
|
}
|
|
1086
1095
|
}
|
|
1087
1096
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
|
|
1088
|
-
margin: 8px
|
|
1097
|
+
margin-top: 8px;
|
|
1098
|
+
margin-inline-end: 0;
|
|
1099
|
+
margin-bottom: 16px;
|
|
1100
|
+
margin-inline-start: 0;
|
|
1089
1101
|
color: var(--textBody);
|
|
1090
1102
|
}
|
|
1091
1103
|
@media only screen and (min-width: 769px) {
|
|
@@ -1094,7 +1106,10 @@ h5,
|
|
|
1094
1106
|
}
|
|
1095
1107
|
}
|
|
1096
1108
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
|
|
1097
|
-
padding: 0px
|
|
1109
|
+
padding-top: 0px;
|
|
1110
|
+
padding-inline-end: 16px;
|
|
1111
|
+
padding-bottom: 24px;
|
|
1112
|
+
padding-inline-start: 16px;
|
|
1098
1113
|
}
|
|
1099
1114
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
|
|
1100
1115
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
|
|
@@ -1481,13 +1496,13 @@ h5,
|
|
|
1481
1496
|
border: 1px solid var(--primaryColor);
|
|
1482
1497
|
}
|
|
1483
1498
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
|
|
1484
|
-
border: 1px solid var(--errorText, #
|
|
1499
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1485
1500
|
}
|
|
1486
1501
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
|
|
1487
1502
|
border: 1px solid var(--primaryColor);
|
|
1488
1503
|
}
|
|
1489
1504
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
|
|
1490
|
-
border: 1px solid var(--errorText, #
|
|
1505
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1491
1506
|
}
|
|
1492
1507
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
|
|
1493
1508
|
position: absolute;
|
|
@@ -1501,10 +1516,10 @@ h5,
|
|
|
1501
1516
|
padding: 0 4px;
|
|
1502
1517
|
}
|
|
1503
1518
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
|
|
1504
|
-
color: var(--errorText, #
|
|
1519
|
+
color: var(--errorText, #ff3333);
|
|
1505
1520
|
}
|
|
1506
1521
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
|
|
1507
|
-
color: var(--errorText, #
|
|
1522
|
+
color: var(--errorText, #ff3333);
|
|
1508
1523
|
}
|
|
1509
1524
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
|
|
1510
1525
|
padding: 14px;
|
|
@@ -1559,7 +1574,7 @@ h5,
|
|
|
1559
1574
|
.checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
|
|
1560
1575
|
font-weight: 400;
|
|
1561
1576
|
font-size: 12px;
|
|
1562
|
-
color: var(--errorText, #
|
|
1577
|
+
color: var(--errorText, #ff3333);
|
|
1563
1578
|
line-height: 140%;
|
|
1564
1579
|
background-color: #fbeaea;
|
|
1565
1580
|
border-radius: 4px;
|
|
@@ -1607,7 +1622,7 @@ h5,
|
|
|
1607
1622
|
color: green;
|
|
1608
1623
|
}
|
|
1609
1624
|
.checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
|
|
1610
|
-
color: var(--errorText, #
|
|
1625
|
+
color: var(--errorText, #ff3333);
|
|
1611
1626
|
font-size: 12px;
|
|
1612
1627
|
font-weight: 400;
|
|
1613
1628
|
margin-top: 8px;
|
|
@@ -1729,7 +1744,10 @@ h5,
|
|
|
1729
1744
|
font-weight: 700;
|
|
1730
1745
|
font-size: 24px;
|
|
1731
1746
|
line-height: 33.6px;
|
|
1732
|
-
margin: 16px
|
|
1747
|
+
margin-top: 16px;
|
|
1748
|
+
margin-inline-end: 0;
|
|
1749
|
+
margin-bottom: 8px;
|
|
1750
|
+
margin-inline-start: 0;
|
|
1733
1751
|
color: var(--primaryColor);
|
|
1734
1752
|
}
|
|
1735
1753
|
.checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
|
|
@@ -1799,7 +1817,7 @@ h5,
|
|
|
1799
1817
|
font-size: 12px;
|
|
1800
1818
|
font-weight: 400;
|
|
1801
1819
|
line-height: 16.8px;
|
|
1802
|
-
color: var(--errorText, #
|
|
1820
|
+
color: var(--errorText, #ff3333);
|
|
1803
1821
|
text-align: center;
|
|
1804
1822
|
}
|
|
1805
1823
|
.checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
|
|
@@ -1917,7 +1935,7 @@ h5,
|
|
|
1917
1935
|
border-radius: 4px;
|
|
1918
1936
|
}
|
|
1919
1937
|
.checkout-payment-content__upiError___hFHVG {
|
|
1920
|
-
color: var(--errorText, #
|
|
1938
|
+
color: var(--errorText, #ff3333);
|
|
1921
1939
|
font-size: 12px;
|
|
1922
1940
|
font-weight: 400;
|
|
1923
1941
|
}
|
|
@@ -2024,7 +2042,7 @@ h5,
|
|
|
2024
2042
|
}
|
|
2025
2043
|
.checkout-payment-content__crossMobile___jmnlv {
|
|
2026
2044
|
position: absolute;
|
|
2027
|
-
|
|
2045
|
+
inset-inline-end: 16px;
|
|
2028
2046
|
}
|
|
2029
2047
|
.checkout-payment-content__noResultFound___suFuv {
|
|
2030
2048
|
color: var(--Text-Body, #4d4d4e);
|
|
@@ -2880,8 +2898,8 @@ h5,
|
|
|
2880
2898
|
width: 100%;
|
|
2881
2899
|
z-index: 1;
|
|
2882
2900
|
bottom: 0;
|
|
2883
|
-
|
|
2884
|
-
|
|
2901
|
+
inset-inline-start: 0;
|
|
2902
|
+
inset-inline-end: 0;
|
|
2885
2903
|
display: none;
|
|
2886
2904
|
box-sizing: border-box;
|
|
2887
2905
|
background-color: var(--pageBackground, #f8f8f8);
|
|
@@ -3714,7 +3732,7 @@ h5,
|
|
|
3714
3732
|
color: var(--textHeading);
|
|
3715
3733
|
}
|
|
3716
3734
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
|
|
3717
|
-
padding-
|
|
3735
|
+
padding-inline-start: 0 !important;
|
|
3718
3736
|
}
|
|
3719
3737
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
|
|
3720
3738
|
display: flex;
|
|
@@ -3763,7 +3781,7 @@ h5,
|
|
|
3763
3781
|
}
|
|
3764
3782
|
}
|
|
3765
3783
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
|
|
3766
|
-
padding-
|
|
3784
|
+
padding-inline-start: 0 !important;
|
|
3767
3785
|
}
|
|
3768
3786
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
|
|
3769
3787
|
border-width: 0 1px 1px 1px;
|
|
@@ -3782,7 +3800,7 @@ h5,
|
|
|
3782
3800
|
}
|
|
3783
3801
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR .checkout-payment__redSplit___RhEIg {
|
|
3784
3802
|
width: 8px;
|
|
3785
|
-
background: var(--errorText, #
|
|
3803
|
+
background: var(--errorText, #ff3333);
|
|
3786
3804
|
border-radius: 8px 0px 0px 8px;
|
|
3787
3805
|
}
|
|
3788
3806
|
|
|
@@ -4142,7 +4160,7 @@ h5,
|
|
|
4142
4160
|
font-size: 14px;
|
|
4143
4161
|
font-weight: 600;
|
|
4144
4162
|
line-height: 140%;
|
|
4145
|
-
color: var(--errorText, #
|
|
4163
|
+
color: var(--errorText, #ff3333);
|
|
4146
4164
|
margin-bottom: 4px;
|
|
4147
4165
|
}
|
|
4148
4166
|
.checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
|