@gofynd/theme-template 3.2.0 → 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 +15 -15
- package/dist/components/address-form/form-input-selector.css +13 -13
- package/dist/components/core/fy-button/fy-button.css +5 -5
- 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 +5 -5
- package/dist/components/form-builder/form-builder.css +18 -18
- package/dist/components/index.css +27 -27
- package/dist/components/location-modal/location-modal.css +9 -9
- package/dist/components/order-shipment/order-shipment.css +25 -0
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.css +5 -5
- package/dist/components/range-slider/range-slider.css +5 -5
- package/dist/components/reasons-list/reason-item/reason-item.css +1 -1
- package/dist/components/reasons-list/reasons-list.css +1 -1
- package/dist/components/shipment-item/shipment-item.css +1 -1
- package/dist/components/shipments-update-item/shipments-update-item.css +1 -1
- package/dist/index.css +115 -90
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +5 -5
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
- package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +30 -5
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -18
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
- package/dist/page-layouts/compare/compare.css +5 -5
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -7
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -7
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +16 -16
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +12 -12
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +5 -5
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +5 -5
- package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
- package/dist/page-layouts/single-checkout/address/single-address.css +17 -17
- package/dist/page-layouts/single-checkout/payment/card-form.css +12 -12
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +12 -12
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +14 -14
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/pages/cart/cart.css +53 -28
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +53 -28
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +33 -33
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +33 -33
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +9 -9
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +9 -9
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +13 -13
- package/dist/pages/edit-profile/index.css +13 -13
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +115 -90
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +10 -10
- package/dist/pages/login/login.css +10 -10
- package/dist/pages/order/index.css +9 -9
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +35 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +9 -9
- package/dist/pages/order-status/index.css +5 -5
- package/dist/pages/order-status/order-status.css +5 -5
- package/dist/pages/product-listing/index.css +17 -17
- package/dist/pages/product-listing/product-listing.css +17 -17
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +9 -9
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +14 -14
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +5 -5
- package/dist/pages/profile/components/empty-state/empty-state.css +5 -5
- package/dist/pages/profile/email/email.css +9 -9
- package/dist/pages/profile/email/index.css +9 -9
- package/dist/pages/profile/index.css +10 -10
- package/dist/pages/profile/phone/index.css +14 -14
- package/dist/pages/profile/phone/phone.css +14 -14
- package/dist/pages/profile/profile-details.css +10 -10
- package/dist/pages/register/index.css +15 -15
- package/dist/pages/register/register.css +15 -15
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- package/dist/pages/wishlist/index.css +16 -16
- package/dist/pages/wishlist/wishlist.css +16 -16
- package/package.json +1 -1
|
@@ -434,7 +434,7 @@ h5,
|
|
|
434
434
|
justify-content: space-between;
|
|
435
435
|
}
|
|
436
436
|
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
|
|
437
|
-
color: var(--errorText, #
|
|
437
|
+
color: var(--errorText, #ff3333);
|
|
438
438
|
}
|
|
439
439
|
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
|
|
440
440
|
margin-inline-end: 8px;
|
|
@@ -445,7 +445,7 @@ h5,
|
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
.address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
|
|
448
|
-
color: var(--errorText, #
|
|
448
|
+
color: var(--errorText, #ff3333);
|
|
449
449
|
width: max-content;
|
|
450
450
|
font-size: 12px;
|
|
451
451
|
font-weight: 400;
|
|
@@ -1102,7 +1102,7 @@ h5,
|
|
|
1102
1102
|
position: relative;
|
|
1103
1103
|
}
|
|
1104
1104
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1105
|
-
color: var(--errorText, #
|
|
1105
|
+
color: var(--errorText, #ff3333);
|
|
1106
1106
|
padding-top: 5px;
|
|
1107
1107
|
font-weight: 400;
|
|
1108
1108
|
font-size: 12px;
|
|
@@ -1113,10 +1113,10 @@ h5,
|
|
|
1113
1113
|
line-height: 21px;
|
|
1114
1114
|
}
|
|
1115
1115
|
.fy-input__label___YQgmr span {
|
|
1116
|
-
color: var(--errorText, #
|
|
1116
|
+
color: var(--errorText, #ff3333);
|
|
1117
1117
|
}
|
|
1118
1118
|
.fy-input__required___MaAlL {
|
|
1119
|
-
color: var(--errorText, #
|
|
1119
|
+
color: var(--errorText, #ff3333);
|
|
1120
1120
|
}
|
|
1121
1121
|
.fy-input__floating___jgtoq {
|
|
1122
1122
|
position: absolute;
|
|
@@ -1163,7 +1163,7 @@ h5,
|
|
|
1163
1163
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1164
1164
|
}
|
|
1165
1165
|
.fy-input__inputError___KsMkv {
|
|
1166
|
-
border-color: var(--errorText, #
|
|
1166
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1167
1167
|
}
|
|
1168
1168
|
.fy-input__no-border____9qYF {
|
|
1169
1169
|
border: none;
|
|
@@ -1566,7 +1566,7 @@ h5,
|
|
|
1566
1566
|
position: relative;
|
|
1567
1567
|
}
|
|
1568
1568
|
.fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
|
|
1569
|
-
color: var(--errorText, #
|
|
1569
|
+
color: var(--errorText, #ff3333);
|
|
1570
1570
|
font-weight: 400;
|
|
1571
1571
|
font-size: 12px;
|
|
1572
1572
|
padding-top: 5px;
|
|
@@ -1577,7 +1577,7 @@ h5,
|
|
|
1577
1577
|
line-height: 21px;
|
|
1578
1578
|
}
|
|
1579
1579
|
.fy-input-group__required___A8_zF {
|
|
1580
|
-
color: var(--errorText, #
|
|
1580
|
+
color: var(--errorText, #ff3333);
|
|
1581
1581
|
}
|
|
1582
1582
|
.fy-input-group__fyInput___ufjFf {
|
|
1583
1583
|
accent-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -1944,13 +1944,13 @@ h5,
|
|
|
1944
1944
|
position: relative;
|
|
1945
1945
|
}
|
|
1946
1946
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
|
|
1947
|
-
color: var(--errorText, #
|
|
1947
|
+
color: var(--errorText, #ff3333);
|
|
1948
1948
|
font-weight: 400;
|
|
1949
1949
|
font-size: 12px;
|
|
1950
1950
|
padding-top: 5px;
|
|
1951
1951
|
}
|
|
1952
1952
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
|
|
1953
|
-
color: var(--errorText, #
|
|
1953
|
+
color: var(--errorText, #ff3333);
|
|
1954
1954
|
}
|
|
1955
1955
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
|
|
1956
1956
|
box-sizing: border-box;
|
|
@@ -1968,7 +1968,7 @@ h5,
|
|
|
1968
1968
|
cursor: not-allowed;
|
|
1969
1969
|
}
|
|
1970
1970
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
|
|
1971
|
-
border-color: var(--errorText, #
|
|
1971
|
+
border-color: var(--errorText, #ff3333);
|
|
1972
1972
|
}
|
|
1973
1973
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
|
|
1974
1974
|
border-radius: 3px;
|
|
@@ -2383,7 +2383,7 @@ h5,
|
|
|
2383
2383
|
flex-direction: column;
|
|
2384
2384
|
}
|
|
2385
2385
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
2386
|
-
color: var(--errorText, #
|
|
2386
|
+
color: var(--errorText, #ff3333);
|
|
2387
2387
|
font-size: 12px;
|
|
2388
2388
|
font-style: normal;
|
|
2389
2389
|
font-weight: 400;
|
|
@@ -2391,14 +2391,14 @@ h5,
|
|
|
2391
2391
|
margin-top: 5px;
|
|
2392
2392
|
}
|
|
2393
2393
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
2394
|
-
color: var(--errorText, #
|
|
2394
|
+
color: var(--errorText, #ff3333);
|
|
2395
2395
|
font-size: 12px;
|
|
2396
2396
|
font-style: normal;
|
|
2397
2397
|
font-weight: 400;
|
|
2398
2398
|
line-height: 16.8px;
|
|
2399
2399
|
}
|
|
2400
2400
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
2401
|
-
border: 1px solid var(--errorText, #
|
|
2401
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
2402
2402
|
}
|
|
2403
2403
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
2404
2404
|
height: auto;
|
|
@@ -2422,7 +2422,7 @@ h5,
|
|
|
2422
2422
|
opacity: 0.3;
|
|
2423
2423
|
}
|
|
2424
2424
|
.mobile-number__required___yHCeh {
|
|
2425
|
-
color: var(--errorText, #
|
|
2425
|
+
color: var(--errorText, #ff3333);
|
|
2426
2426
|
}
|
|
2427
2427
|
.mobile-number__countryDropdown___GP6Fo {
|
|
2428
2428
|
background-color: aquamarine;
|
|
@@ -4156,7 +4156,7 @@ h5,
|
|
|
4156
4156
|
font-weight: 600;
|
|
4157
4157
|
font-size: 12px;
|
|
4158
4158
|
line-height: 140%;
|
|
4159
|
-
color: var(--errorText, #
|
|
4159
|
+
color: var(--errorText, #ff3333);
|
|
4160
4160
|
}
|
|
4161
4161
|
.single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
|
|
4162
4162
|
font-weight: 400;
|
|
@@ -4170,7 +4170,7 @@ h5,
|
|
|
4170
4170
|
line-height: 140%;
|
|
4171
4171
|
text-align: center;
|
|
4172
4172
|
text-transform: uppercase;
|
|
4173
|
-
color: var(--errorText, #
|
|
4173
|
+
color: var(--errorText, #ff3333);
|
|
4174
4174
|
cursor: pointer;
|
|
4175
4175
|
}
|
|
4176
4176
|
|
|
@@ -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;
|
|
@@ -963,7 +963,7 @@ h5,
|
|
|
963
963
|
color: var(--textBody, #3c3131);
|
|
964
964
|
}
|
|
965
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 {
|
|
966
|
-
border: 1px solid var(--errorText, #
|
|
966
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
967
967
|
}
|
|
968
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 {
|
|
969
969
|
position: absolute;
|
|
@@ -977,10 +977,10 @@ h5,
|
|
|
977
977
|
padding: 0 4px;
|
|
978
978
|
}
|
|
979
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 {
|
|
980
|
-
color: var(--errorText, #
|
|
980
|
+
color: var(--errorText, #ff3333);
|
|
981
981
|
}
|
|
982
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 {
|
|
983
|
-
color: var(--errorText, #
|
|
983
|
+
color: var(--errorText, #ff3333);
|
|
984
984
|
}
|
|
985
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 {
|
|
986
986
|
display: flex;
|
|
@@ -1496,13 +1496,13 @@ h5,
|
|
|
1496
1496
|
border: 1px solid var(--primaryColor);
|
|
1497
1497
|
}
|
|
1498
1498
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
|
|
1499
|
-
border: 1px solid var(--errorText, #
|
|
1499
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1500
1500
|
}
|
|
1501
1501
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
|
|
1502
1502
|
border: 1px solid var(--primaryColor);
|
|
1503
1503
|
}
|
|
1504
1504
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
|
|
1505
|
-
border: 1px solid var(--errorText, #
|
|
1505
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1506
1506
|
}
|
|
1507
1507
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
|
|
1508
1508
|
position: absolute;
|
|
@@ -1516,10 +1516,10 @@ h5,
|
|
|
1516
1516
|
padding: 0 4px;
|
|
1517
1517
|
}
|
|
1518
1518
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
|
|
1519
|
-
color: var(--errorText, #
|
|
1519
|
+
color: var(--errorText, #ff3333);
|
|
1520
1520
|
}
|
|
1521
1521
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
|
|
1522
|
-
color: var(--errorText, #
|
|
1522
|
+
color: var(--errorText, #ff3333);
|
|
1523
1523
|
}
|
|
1524
1524
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
|
|
1525
1525
|
padding: 14px;
|
|
@@ -1574,7 +1574,7 @@ h5,
|
|
|
1574
1574
|
.checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
|
|
1575
1575
|
font-weight: 400;
|
|
1576
1576
|
font-size: 12px;
|
|
1577
|
-
color: var(--errorText, #
|
|
1577
|
+
color: var(--errorText, #ff3333);
|
|
1578
1578
|
line-height: 140%;
|
|
1579
1579
|
background-color: #fbeaea;
|
|
1580
1580
|
border-radius: 4px;
|
|
@@ -1622,7 +1622,7 @@ h5,
|
|
|
1622
1622
|
color: green;
|
|
1623
1623
|
}
|
|
1624
1624
|
.checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
|
|
1625
|
-
color: var(--errorText, #
|
|
1625
|
+
color: var(--errorText, #ff3333);
|
|
1626
1626
|
font-size: 12px;
|
|
1627
1627
|
font-weight: 400;
|
|
1628
1628
|
margin-top: 8px;
|
|
@@ -1817,7 +1817,7 @@ h5,
|
|
|
1817
1817
|
font-size: 12px;
|
|
1818
1818
|
font-weight: 400;
|
|
1819
1819
|
line-height: 16.8px;
|
|
1820
|
-
color: var(--errorText, #
|
|
1820
|
+
color: var(--errorText, #ff3333);
|
|
1821
1821
|
text-align: center;
|
|
1822
1822
|
}
|
|
1823
1823
|
.checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
|
|
@@ -1935,7 +1935,7 @@ h5,
|
|
|
1935
1935
|
border-radius: 4px;
|
|
1936
1936
|
}
|
|
1937
1937
|
.checkout-payment-content__upiError___hFHVG {
|
|
1938
|
-
color: var(--errorText, #
|
|
1938
|
+
color: var(--errorText, #ff3333);
|
|
1939
1939
|
font-size: 12px;
|
|
1940
1940
|
font-weight: 400;
|
|
1941
1941
|
}
|
|
@@ -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;
|
|
@@ -963,7 +963,7 @@ h5,
|
|
|
963
963
|
color: var(--textBody, #3c3131);
|
|
964
964
|
}
|
|
965
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 {
|
|
966
|
-
border: 1px solid var(--errorText, #
|
|
966
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
967
967
|
}
|
|
968
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 {
|
|
969
969
|
position: absolute;
|
|
@@ -977,10 +977,10 @@ h5,
|
|
|
977
977
|
padding: 0 4px;
|
|
978
978
|
}
|
|
979
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 {
|
|
980
|
-
color: var(--errorText, #
|
|
980
|
+
color: var(--errorText, #ff3333);
|
|
981
981
|
}
|
|
982
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 {
|
|
983
|
-
color: var(--errorText, #
|
|
983
|
+
color: var(--errorText, #ff3333);
|
|
984
984
|
}
|
|
985
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 {
|
|
986
986
|
display: flex;
|
|
@@ -1496,13 +1496,13 @@ h5,
|
|
|
1496
1496
|
border: 1px solid var(--primaryColor);
|
|
1497
1497
|
}
|
|
1498
1498
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
|
|
1499
|
-
border: 1px solid var(--errorText, #
|
|
1499
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1500
1500
|
}
|
|
1501
1501
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
|
|
1502
1502
|
border: 1px solid var(--primaryColor);
|
|
1503
1503
|
}
|
|
1504
1504
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
|
|
1505
|
-
border: 1px solid var(--errorText, #
|
|
1505
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1506
1506
|
}
|
|
1507
1507
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
|
|
1508
1508
|
position: absolute;
|
|
@@ -1516,10 +1516,10 @@ h5,
|
|
|
1516
1516
|
padding: 0 4px;
|
|
1517
1517
|
}
|
|
1518
1518
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
|
|
1519
|
-
color: var(--errorText, #
|
|
1519
|
+
color: var(--errorText, #ff3333);
|
|
1520
1520
|
}
|
|
1521
1521
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
|
|
1522
|
-
color: var(--errorText, #
|
|
1522
|
+
color: var(--errorText, #ff3333);
|
|
1523
1523
|
}
|
|
1524
1524
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
|
|
1525
1525
|
padding: 14px;
|
|
@@ -1574,7 +1574,7 @@ h5,
|
|
|
1574
1574
|
.checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
|
|
1575
1575
|
font-weight: 400;
|
|
1576
1576
|
font-size: 12px;
|
|
1577
|
-
color: var(--errorText, #
|
|
1577
|
+
color: var(--errorText, #ff3333);
|
|
1578
1578
|
line-height: 140%;
|
|
1579
1579
|
background-color: #fbeaea;
|
|
1580
1580
|
border-radius: 4px;
|
|
@@ -1622,7 +1622,7 @@ h5,
|
|
|
1622
1622
|
color: green;
|
|
1623
1623
|
}
|
|
1624
1624
|
.checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
|
|
1625
|
-
color: var(--errorText, #
|
|
1625
|
+
color: var(--errorText, #ff3333);
|
|
1626
1626
|
font-size: 12px;
|
|
1627
1627
|
font-weight: 400;
|
|
1628
1628
|
margin-top: 8px;
|
|
@@ -1817,7 +1817,7 @@ h5,
|
|
|
1817
1817
|
font-size: 12px;
|
|
1818
1818
|
font-weight: 400;
|
|
1819
1819
|
line-height: 16.8px;
|
|
1820
|
-
color: var(--errorText, #
|
|
1820
|
+
color: var(--errorText, #ff3333);
|
|
1821
1821
|
text-align: center;
|
|
1822
1822
|
}
|
|
1823
1823
|
.checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
|
|
@@ -1935,7 +1935,7 @@ h5,
|
|
|
1935
1935
|
border-radius: 4px;
|
|
1936
1936
|
}
|
|
1937
1937
|
.checkout-payment-content__upiError___hFHVG {
|
|
1938
|
-
color: var(--errorText, #
|
|
1938
|
+
color: var(--errorText, #ff3333);
|
|
1939
1939
|
font-size: 12px;
|
|
1940
1940
|
font-weight: 400;
|
|
1941
1941
|
}
|
|
@@ -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;
|
|
@@ -963,7 +963,7 @@ h5,
|
|
|
963
963
|
color: var(--textBody, #3c3131);
|
|
964
964
|
}
|
|
965
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 {
|
|
966
|
-
border: 1px solid var(--errorText, #
|
|
966
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
967
967
|
}
|
|
968
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 {
|
|
969
969
|
position: absolute;
|
|
@@ -977,10 +977,10 @@ h5,
|
|
|
977
977
|
padding: 0 4px;
|
|
978
978
|
}
|
|
979
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 {
|
|
980
|
-
color: var(--errorText, #
|
|
980
|
+
color: var(--errorText, #ff3333);
|
|
981
981
|
}
|
|
982
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 {
|
|
983
|
-
color: var(--errorText, #
|
|
983
|
+
color: var(--errorText, #ff3333);
|
|
984
984
|
}
|
|
985
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 {
|
|
986
986
|
display: flex;
|
|
@@ -1496,13 +1496,13 @@ h5,
|
|
|
1496
1496
|
border: 1px solid var(--primaryColor);
|
|
1497
1497
|
}
|
|
1498
1498
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
|
|
1499
|
-
border: 1px solid var(--errorText, #
|
|
1499
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1500
1500
|
}
|
|
1501
1501
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
|
|
1502
1502
|
border: 1px solid var(--primaryColor);
|
|
1503
1503
|
}
|
|
1504
1504
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
|
|
1505
|
-
border: 1px solid var(--errorText, #
|
|
1505
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1506
1506
|
}
|
|
1507
1507
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
|
|
1508
1508
|
position: absolute;
|
|
@@ -1516,10 +1516,10 @@ h5,
|
|
|
1516
1516
|
padding: 0 4px;
|
|
1517
1517
|
}
|
|
1518
1518
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
|
|
1519
|
-
color: var(--errorText, #
|
|
1519
|
+
color: var(--errorText, #ff3333);
|
|
1520
1520
|
}
|
|
1521
1521
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
|
|
1522
|
-
color: var(--errorText, #
|
|
1522
|
+
color: var(--errorText, #ff3333);
|
|
1523
1523
|
}
|
|
1524
1524
|
.checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
|
|
1525
1525
|
padding: 14px;
|
|
@@ -1574,7 +1574,7 @@ h5,
|
|
|
1574
1574
|
.checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
|
|
1575
1575
|
font-weight: 400;
|
|
1576
1576
|
font-size: 12px;
|
|
1577
|
-
color: var(--errorText, #
|
|
1577
|
+
color: var(--errorText, #ff3333);
|
|
1578
1578
|
line-height: 140%;
|
|
1579
1579
|
background-color: #fbeaea;
|
|
1580
1580
|
border-radius: 4px;
|
|
@@ -1622,7 +1622,7 @@ h5,
|
|
|
1622
1622
|
color: green;
|
|
1623
1623
|
}
|
|
1624
1624
|
.checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
|
|
1625
|
-
color: var(--errorText, #
|
|
1625
|
+
color: var(--errorText, #ff3333);
|
|
1626
1626
|
font-size: 12px;
|
|
1627
1627
|
font-weight: 400;
|
|
1628
1628
|
margin-top: 8px;
|
|
@@ -1817,7 +1817,7 @@ h5,
|
|
|
1817
1817
|
font-size: 12px;
|
|
1818
1818
|
font-weight: 400;
|
|
1819
1819
|
line-height: 16.8px;
|
|
1820
|
-
color: var(--errorText, #
|
|
1820
|
+
color: var(--errorText, #ff3333);
|
|
1821
1821
|
text-align: center;
|
|
1822
1822
|
}
|
|
1823
1823
|
.checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
|
|
@@ -1935,7 +1935,7 @@ h5,
|
|
|
1935
1935
|
border-radius: 4px;
|
|
1936
1936
|
}
|
|
1937
1937
|
.checkout-payment-content__upiError___hFHVG {
|
|
1938
|
-
color: var(--errorText, #
|
|
1938
|
+
color: var(--errorText, #ff3333);
|
|
1939
1939
|
font-size: 12px;
|
|
1940
1940
|
font-weight: 400;
|
|
1941
1941
|
}
|
|
@@ -3800,7 +3800,7 @@ h5,
|
|
|
3800
3800
|
}
|
|
3801
3801
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR .checkout-payment__redSplit___RhEIg {
|
|
3802
3802
|
width: 8px;
|
|
3803
|
-
background: var(--errorText, #
|
|
3803
|
+
background: var(--errorText, #ff3333);
|
|
3804
3804
|
border-radius: 8px 0px 0px 8px;
|
|
3805
3805
|
}
|
|
3806
3806
|
|
|
@@ -4160,7 +4160,7 @@ h5,
|
|
|
4160
4160
|
font-size: 14px;
|
|
4161
4161
|
font-weight: 600;
|
|
4162
4162
|
line-height: 140%;
|
|
4163
|
-
color: var(--errorText, #
|
|
4163
|
+
color: var(--errorText, #ff3333);
|
|
4164
4164
|
margin-bottom: 4px;
|
|
4165
4165
|
}
|
|
4166
4166
|
.checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
|