@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
|
@@ -383,7 +383,7 @@ h5,
|
|
|
383
383
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
384
384
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
385
385
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
386
|
-
border-top: 2px solid var(--errorText, #
|
|
386
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
387
387
|
}
|
|
388
388
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
389
389
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -392,7 +392,7 @@ h5,
|
|
|
392
392
|
}
|
|
393
393
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
394
394
|
border: 2px solid #ffffff;
|
|
395
|
-
border-top: 2px solid var(--errorText, #
|
|
395
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
396
396
|
}
|
|
397
397
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
398
398
|
border: 2px solid #ffffff;
|
|
@@ -421,7 +421,7 @@ h5,
|
|
|
421
421
|
color: var(--buttonPrimary, #4e3f09);
|
|
422
422
|
}
|
|
423
423
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
424
|
-
color: var(--errorText, #
|
|
424
|
+
color: var(--errorText, #ff3333);
|
|
425
425
|
}
|
|
426
426
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
427
427
|
color: var(--successText, #1c958f);
|
|
@@ -444,7 +444,7 @@ h5,
|
|
|
444
444
|
}
|
|
445
445
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
446
446
|
background-color: var(--errorBackground, #e6d5d5);
|
|
447
|
-
color: var(--errorText, #
|
|
447
|
+
color: var(--errorText, #ff3333);
|
|
448
448
|
}
|
|
449
449
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
450
450
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -472,7 +472,7 @@ h5,
|
|
|
472
472
|
}
|
|
473
473
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
474
474
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
475
|
-
color: var(--errorText, #
|
|
475
|
+
color: var(--errorText, #ff3333);
|
|
476
476
|
}
|
|
477
477
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
478
478
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -1680,7 +1680,7 @@ h5,
|
|
|
1680
1680
|
position: relative;
|
|
1681
1681
|
}
|
|
1682
1682
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1683
|
-
color: var(--errorText, #
|
|
1683
|
+
color: var(--errorText, #ff3333);
|
|
1684
1684
|
padding-top: 5px;
|
|
1685
1685
|
font-weight: 400;
|
|
1686
1686
|
font-size: 12px;
|
|
@@ -1691,10 +1691,10 @@ h5,
|
|
|
1691
1691
|
line-height: 21px;
|
|
1692
1692
|
}
|
|
1693
1693
|
.fy-input__label___YQgmr span {
|
|
1694
|
-
color: var(--errorText, #
|
|
1694
|
+
color: var(--errorText, #ff3333);
|
|
1695
1695
|
}
|
|
1696
1696
|
.fy-input__required___MaAlL {
|
|
1697
|
-
color: var(--errorText, #
|
|
1697
|
+
color: var(--errorText, #ff3333);
|
|
1698
1698
|
}
|
|
1699
1699
|
.fy-input__floating___jgtoq {
|
|
1700
1700
|
position: absolute;
|
|
@@ -1741,7 +1741,7 @@ h5,
|
|
|
1741
1741
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1742
1742
|
}
|
|
1743
1743
|
.fy-input__inputError___KsMkv {
|
|
1744
|
-
border-color: var(--errorText, #
|
|
1744
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1745
1745
|
}
|
|
1746
1746
|
.fy-input__no-border____9qYF {
|
|
1747
1747
|
border: none;
|
|
@@ -2187,7 +2187,7 @@ h5,
|
|
|
2187
2187
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
2188
2188
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2189
2189
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
2190
|
-
border-top: 2px solid var(--errorText, #
|
|
2190
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2191
2191
|
}
|
|
2192
2192
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
2193
2193
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -2196,7 +2196,7 @@ h5,
|
|
|
2196
2196
|
}
|
|
2197
2197
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
2198
2198
|
border: 2px solid #ffffff;
|
|
2199
|
-
border-top: 2px solid var(--errorText, #
|
|
2199
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2200
2200
|
}
|
|
2201
2201
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
2202
2202
|
border: 2px solid #ffffff;
|
|
@@ -2225,7 +2225,7 @@ h5,
|
|
|
2225
2225
|
color: var(--buttonPrimary, #4e3f09);
|
|
2226
2226
|
}
|
|
2227
2227
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
2228
|
-
color: var(--errorText, #
|
|
2228
|
+
color: var(--errorText, #ff3333);
|
|
2229
2229
|
}
|
|
2230
2230
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
2231
2231
|
color: var(--successText, #1c958f);
|
|
@@ -2248,7 +2248,7 @@ h5,
|
|
|
2248
2248
|
}
|
|
2249
2249
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
2250
2250
|
background-color: var(--errorBackground, #e6d5d5);
|
|
2251
|
-
color: var(--errorText, #
|
|
2251
|
+
color: var(--errorText, #ff3333);
|
|
2252
2252
|
}
|
|
2253
2253
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
2254
2254
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -2276,7 +2276,7 @@ h5,
|
|
|
2276
2276
|
}
|
|
2277
2277
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2278
2278
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
2279
|
-
color: var(--errorText, #
|
|
2279
|
+
color: var(--errorText, #ff3333);
|
|
2280
2280
|
}
|
|
2281
2281
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
2282
2282
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -1680,7 +1680,7 @@ h5,
|
|
|
1680
1680
|
position: relative;
|
|
1681
1681
|
}
|
|
1682
1682
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1683
|
-
color: var(--errorText, #
|
|
1683
|
+
color: var(--errorText, #ff3333);
|
|
1684
1684
|
padding-top: 5px;
|
|
1685
1685
|
font-weight: 400;
|
|
1686
1686
|
font-size: 12px;
|
|
@@ -1691,10 +1691,10 @@ h5,
|
|
|
1691
1691
|
line-height: 21px;
|
|
1692
1692
|
}
|
|
1693
1693
|
.fy-input__label___YQgmr span {
|
|
1694
|
-
color: var(--errorText, #
|
|
1694
|
+
color: var(--errorText, #ff3333);
|
|
1695
1695
|
}
|
|
1696
1696
|
.fy-input__required___MaAlL {
|
|
1697
|
-
color: var(--errorText, #
|
|
1697
|
+
color: var(--errorText, #ff3333);
|
|
1698
1698
|
}
|
|
1699
1699
|
.fy-input__floating___jgtoq {
|
|
1700
1700
|
position: absolute;
|
|
@@ -1741,7 +1741,7 @@ h5,
|
|
|
1741
1741
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1742
1742
|
}
|
|
1743
1743
|
.fy-input__inputError___KsMkv {
|
|
1744
|
-
border-color: var(--errorText, #
|
|
1744
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1745
1745
|
}
|
|
1746
1746
|
.fy-input__no-border____9qYF {
|
|
1747
1747
|
border: none;
|
|
@@ -2187,7 +2187,7 @@ h5,
|
|
|
2187
2187
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
2188
2188
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2189
2189
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
2190
|
-
border-top: 2px solid var(--errorText, #
|
|
2190
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2191
2191
|
}
|
|
2192
2192
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
2193
2193
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -2196,7 +2196,7 @@ h5,
|
|
|
2196
2196
|
}
|
|
2197
2197
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
2198
2198
|
border: 2px solid #ffffff;
|
|
2199
|
-
border-top: 2px solid var(--errorText, #
|
|
2199
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2200
2200
|
}
|
|
2201
2201
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
2202
2202
|
border: 2px solid #ffffff;
|
|
@@ -2225,7 +2225,7 @@ h5,
|
|
|
2225
2225
|
color: var(--buttonPrimary, #4e3f09);
|
|
2226
2226
|
}
|
|
2227
2227
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
2228
|
-
color: var(--errorText, #
|
|
2228
|
+
color: var(--errorText, #ff3333);
|
|
2229
2229
|
}
|
|
2230
2230
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
2231
2231
|
color: var(--successText, #1c958f);
|
|
@@ -2248,7 +2248,7 @@ h5,
|
|
|
2248
2248
|
}
|
|
2249
2249
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
2250
2250
|
background-color: var(--errorBackground, #e6d5d5);
|
|
2251
|
-
color: var(--errorText, #
|
|
2251
|
+
color: var(--errorText, #ff3333);
|
|
2252
2252
|
}
|
|
2253
2253
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
2254
2254
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -2276,7 +2276,7 @@ h5,
|
|
|
2276
2276
|
}
|
|
2277
2277
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2278
2278
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
2279
|
-
color: var(--errorText, #
|
|
2279
|
+
color: var(--errorText, #ff3333);
|
|
2280
2280
|
}
|
|
2281
2281
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
2282
2282
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -358,7 +358,7 @@ h5,
|
|
|
358
358
|
margin-inline-end: 25px;
|
|
359
359
|
}
|
|
360
360
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
|
|
361
|
-
color: var(--errorText, #
|
|
361
|
+
color: var(--errorText, #ff3333);
|
|
362
362
|
}
|
|
363
363
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__radioContent___Z1Me4 {
|
|
364
364
|
margin: 4px 0 0;
|
|
@@ -735,7 +735,7 @@ h5,
|
|
|
735
735
|
position: relative;
|
|
736
736
|
}
|
|
737
737
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
738
|
-
color: var(--errorText, #
|
|
738
|
+
color: var(--errorText, #ff3333);
|
|
739
739
|
padding-top: 5px;
|
|
740
740
|
font-weight: 400;
|
|
741
741
|
font-size: 12px;
|
|
@@ -746,10 +746,10 @@ h5,
|
|
|
746
746
|
line-height: 21px;
|
|
747
747
|
}
|
|
748
748
|
.fy-input__label___YQgmr span {
|
|
749
|
-
color: var(--errorText, #
|
|
749
|
+
color: var(--errorText, #ff3333);
|
|
750
750
|
}
|
|
751
751
|
.fy-input__required___MaAlL {
|
|
752
|
-
color: var(--errorText, #
|
|
752
|
+
color: var(--errorText, #ff3333);
|
|
753
753
|
}
|
|
754
754
|
.fy-input__floating___jgtoq {
|
|
755
755
|
position: absolute;
|
|
@@ -796,7 +796,7 @@ h5,
|
|
|
796
796
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
797
797
|
}
|
|
798
798
|
.fy-input__inputError___KsMkv {
|
|
799
|
-
border-color: var(--errorText, #
|
|
799
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
800
800
|
}
|
|
801
801
|
.fy-input__no-border____9qYF {
|
|
802
802
|
border: none;
|
|
@@ -1242,7 +1242,7 @@ h5,
|
|
|
1242
1242
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1243
1243
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1244
1244
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1245
|
-
border-top: 2px solid var(--errorText, #
|
|
1245
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1246
1246
|
}
|
|
1247
1247
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1248
1248
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1251,7 +1251,7 @@ h5,
|
|
|
1251
1251
|
}
|
|
1252
1252
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1253
1253
|
border: 2px solid #ffffff;
|
|
1254
|
-
border-top: 2px solid var(--errorText, #
|
|
1254
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1255
1255
|
}
|
|
1256
1256
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1257
1257
|
border: 2px solid #ffffff;
|
|
@@ -1280,7 +1280,7 @@ h5,
|
|
|
1280
1280
|
color: var(--buttonPrimary, #4e3f09);
|
|
1281
1281
|
}
|
|
1282
1282
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1283
|
-
color: var(--errorText, #
|
|
1283
|
+
color: var(--errorText, #ff3333);
|
|
1284
1284
|
}
|
|
1285
1285
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1286
1286
|
color: var(--successText, #1c958f);
|
|
@@ -1303,7 +1303,7 @@ h5,
|
|
|
1303
1303
|
}
|
|
1304
1304
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1305
1305
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1306
|
-
color: var(--errorText, #
|
|
1306
|
+
color: var(--errorText, #ff3333);
|
|
1307
1307
|
}
|
|
1308
1308
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1309
1309
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1331,7 +1331,7 @@ h5,
|
|
|
1331
1331
|
}
|
|
1332
1332
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1333
1333
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1334
|
-
color: var(--errorText, #
|
|
1334
|
+
color: var(--errorText, #ff3333);
|
|
1335
1335
|
}
|
|
1336
1336
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1337
1337
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -786,7 +786,7 @@ h5,
|
|
|
786
786
|
flex-direction: column;
|
|
787
787
|
}
|
|
788
788
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
789
|
-
color: var(--errorText, #
|
|
789
|
+
color: var(--errorText, #ff3333);
|
|
790
790
|
font-size: 12px;
|
|
791
791
|
font-style: normal;
|
|
792
792
|
font-weight: 400;
|
|
@@ -794,14 +794,14 @@ h5,
|
|
|
794
794
|
margin-top: 5px;
|
|
795
795
|
}
|
|
796
796
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
797
|
-
color: var(--errorText, #
|
|
797
|
+
color: var(--errorText, #ff3333);
|
|
798
798
|
font-size: 12px;
|
|
799
799
|
font-style: normal;
|
|
800
800
|
font-weight: 400;
|
|
801
801
|
line-height: 16.8px;
|
|
802
802
|
}
|
|
803
803
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
804
|
-
border: 1px solid var(--errorText, #
|
|
804
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
805
805
|
}
|
|
806
806
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
807
807
|
height: auto;
|
|
@@ -825,7 +825,7 @@ h5,
|
|
|
825
825
|
opacity: 0.3;
|
|
826
826
|
}
|
|
827
827
|
.mobile-number__required___yHCeh {
|
|
828
|
-
color: var(--errorText, #
|
|
828
|
+
color: var(--errorText, #ff3333);
|
|
829
829
|
}
|
|
830
830
|
.mobile-number__countryDropdown___GP6Fo {
|
|
831
831
|
background-color: aquamarine;
|
|
@@ -1229,7 +1229,7 @@ h5,
|
|
|
1229
1229
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1230
1230
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1231
1231
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1232
|
-
border-top: 2px solid var(--errorText, #
|
|
1232
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1233
1233
|
}
|
|
1234
1234
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1235
1235
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1238,7 +1238,7 @@ h5,
|
|
|
1238
1238
|
}
|
|
1239
1239
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1240
1240
|
border: 2px solid #ffffff;
|
|
1241
|
-
border-top: 2px solid var(--errorText, #
|
|
1241
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1242
1242
|
}
|
|
1243
1243
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1244
1244
|
border: 2px solid #ffffff;
|
|
@@ -1267,7 +1267,7 @@ h5,
|
|
|
1267
1267
|
color: var(--buttonPrimary, #4e3f09);
|
|
1268
1268
|
}
|
|
1269
1269
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1270
|
-
color: var(--errorText, #
|
|
1270
|
+
color: var(--errorText, #ff3333);
|
|
1271
1271
|
}
|
|
1272
1272
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1273
1273
|
color: var(--successText, #1c958f);
|
|
@@ -1290,7 +1290,7 @@ h5,
|
|
|
1290
1290
|
}
|
|
1291
1291
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1292
1292
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1293
|
-
color: var(--errorText, #
|
|
1293
|
+
color: var(--errorText, #ff3333);
|
|
1294
1294
|
}
|
|
1295
1295
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1296
1296
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1318,7 +1318,7 @@ h5,
|
|
|
1318
1318
|
}
|
|
1319
1319
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1320
1320
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1321
|
-
color: var(--errorText, #
|
|
1321
|
+
color: var(--errorText, #ff3333);
|
|
1322
1322
|
}
|
|
1323
1323
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1324
1324
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -2201,7 +2201,7 @@ h5,
|
|
|
2201
2201
|
color: var(--textHeading, #26201a) !important;
|
|
2202
2202
|
}
|
|
2203
2203
|
.add-phone-modal__errorText___ydIA0 {
|
|
2204
|
-
color: var(--errorText, #
|
|
2204
|
+
color: var(--errorText, #ff3333);
|
|
2205
2205
|
display: inline-block;
|
|
2206
2206
|
font-size: 12px;
|
|
2207
2207
|
margin-top: 3px;
|
|
@@ -3105,7 +3105,7 @@ h5,
|
|
|
3105
3105
|
position: relative;
|
|
3106
3106
|
}
|
|
3107
3107
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
3108
|
-
color: var(--errorText, #
|
|
3108
|
+
color: var(--errorText, #ff3333);
|
|
3109
3109
|
padding-top: 5px;
|
|
3110
3110
|
font-weight: 400;
|
|
3111
3111
|
font-size: 12px;
|
|
@@ -3116,10 +3116,10 @@ h5,
|
|
|
3116
3116
|
line-height: 21px;
|
|
3117
3117
|
}
|
|
3118
3118
|
.fy-input__label___YQgmr span {
|
|
3119
|
-
color: var(--errorText, #
|
|
3119
|
+
color: var(--errorText, #ff3333);
|
|
3120
3120
|
}
|
|
3121
3121
|
.fy-input__required___MaAlL {
|
|
3122
|
-
color: var(--errorText, #
|
|
3122
|
+
color: var(--errorText, #ff3333);
|
|
3123
3123
|
}
|
|
3124
3124
|
.fy-input__floating___jgtoq {
|
|
3125
3125
|
position: absolute;
|
|
@@ -3166,7 +3166,7 @@ h5,
|
|
|
3166
3166
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
3167
3167
|
}
|
|
3168
3168
|
.fy-input__inputError___KsMkv {
|
|
3169
|
-
border-color: var(--errorText, #
|
|
3169
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
3170
3170
|
}
|
|
3171
3171
|
.fy-input__no-border____9qYF {
|
|
3172
3172
|
border: none;
|
|
@@ -786,7 +786,7 @@ h5,
|
|
|
786
786
|
flex-direction: column;
|
|
787
787
|
}
|
|
788
788
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
789
|
-
color: var(--errorText, #
|
|
789
|
+
color: var(--errorText, #ff3333);
|
|
790
790
|
font-size: 12px;
|
|
791
791
|
font-style: normal;
|
|
792
792
|
font-weight: 400;
|
|
@@ -794,14 +794,14 @@ h5,
|
|
|
794
794
|
margin-top: 5px;
|
|
795
795
|
}
|
|
796
796
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
797
|
-
color: var(--errorText, #
|
|
797
|
+
color: var(--errorText, #ff3333);
|
|
798
798
|
font-size: 12px;
|
|
799
799
|
font-style: normal;
|
|
800
800
|
font-weight: 400;
|
|
801
801
|
line-height: 16.8px;
|
|
802
802
|
}
|
|
803
803
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
804
|
-
border: 1px solid var(--errorText, #
|
|
804
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
805
805
|
}
|
|
806
806
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
807
807
|
height: auto;
|
|
@@ -825,7 +825,7 @@ h5,
|
|
|
825
825
|
opacity: 0.3;
|
|
826
826
|
}
|
|
827
827
|
.mobile-number__required___yHCeh {
|
|
828
|
-
color: var(--errorText, #
|
|
828
|
+
color: var(--errorText, #ff3333);
|
|
829
829
|
}
|
|
830
830
|
.mobile-number__countryDropdown___GP6Fo {
|
|
831
831
|
background-color: aquamarine;
|
|
@@ -1229,7 +1229,7 @@ h5,
|
|
|
1229
1229
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1230
1230
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1231
1231
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1232
|
-
border-top: 2px solid var(--errorText, #
|
|
1232
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1233
1233
|
}
|
|
1234
1234
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1235
1235
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1238,7 +1238,7 @@ h5,
|
|
|
1238
1238
|
}
|
|
1239
1239
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1240
1240
|
border: 2px solid #ffffff;
|
|
1241
|
-
border-top: 2px solid var(--errorText, #
|
|
1241
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1242
1242
|
}
|
|
1243
1243
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1244
1244
|
border: 2px solid #ffffff;
|
|
@@ -1267,7 +1267,7 @@ h5,
|
|
|
1267
1267
|
color: var(--buttonPrimary, #4e3f09);
|
|
1268
1268
|
}
|
|
1269
1269
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1270
|
-
color: var(--errorText, #
|
|
1270
|
+
color: var(--errorText, #ff3333);
|
|
1271
1271
|
}
|
|
1272
1272
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1273
1273
|
color: var(--successText, #1c958f);
|
|
@@ -1290,7 +1290,7 @@ h5,
|
|
|
1290
1290
|
}
|
|
1291
1291
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1292
1292
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1293
|
-
color: var(--errorText, #
|
|
1293
|
+
color: var(--errorText, #ff3333);
|
|
1294
1294
|
}
|
|
1295
1295
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1296
1296
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1318,7 +1318,7 @@ h5,
|
|
|
1318
1318
|
}
|
|
1319
1319
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1320
1320
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1321
|
-
color: var(--errorText, #
|
|
1321
|
+
color: var(--errorText, #ff3333);
|
|
1322
1322
|
}
|
|
1323
1323
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1324
1324
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -2201,7 +2201,7 @@ h5,
|
|
|
2201
2201
|
color: var(--textHeading, #26201a) !important;
|
|
2202
2202
|
}
|
|
2203
2203
|
.add-phone-modal__errorText___ydIA0 {
|
|
2204
|
-
color: var(--errorText, #
|
|
2204
|
+
color: var(--errorText, #ff3333);
|
|
2205
2205
|
display: inline-block;
|
|
2206
2206
|
font-size: 12px;
|
|
2207
2207
|
margin-top: 3px;
|
|
@@ -3105,7 +3105,7 @@ h5,
|
|
|
3105
3105
|
position: relative;
|
|
3106
3106
|
}
|
|
3107
3107
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
3108
|
-
color: var(--errorText, #
|
|
3108
|
+
color: var(--errorText, #ff3333);
|
|
3109
3109
|
padding-top: 5px;
|
|
3110
3110
|
font-weight: 400;
|
|
3111
3111
|
font-size: 12px;
|
|
@@ -3116,10 +3116,10 @@ h5,
|
|
|
3116
3116
|
line-height: 21px;
|
|
3117
3117
|
}
|
|
3118
3118
|
.fy-input__label___YQgmr span {
|
|
3119
|
-
color: var(--errorText, #
|
|
3119
|
+
color: var(--errorText, #ff3333);
|
|
3120
3120
|
}
|
|
3121
3121
|
.fy-input__required___MaAlL {
|
|
3122
|
-
color: var(--errorText, #
|
|
3122
|
+
color: var(--errorText, #ff3333);
|
|
3123
3123
|
}
|
|
3124
3124
|
.fy-input__floating___jgtoq {
|
|
3125
3125
|
position: absolute;
|
|
@@ -3166,7 +3166,7 @@ h5,
|
|
|
3166
3166
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
3167
3167
|
}
|
|
3168
3168
|
.fy-input__inputError___KsMkv {
|
|
3169
|
-
border-color: var(--errorText, #
|
|
3169
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
3170
3170
|
}
|
|
3171
3171
|
.fy-input__no-border____9qYF {
|
|
3172
3172
|
border: none;
|
|
@@ -358,7 +358,7 @@ h5,
|
|
|
358
358
|
margin-inline-end: 25px;
|
|
359
359
|
}
|
|
360
360
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
|
|
361
|
-
color: var(--errorText, #
|
|
361
|
+
color: var(--errorText, #ff3333);
|
|
362
362
|
}
|
|
363
363
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__radioContent___Z1Me4 {
|
|
364
364
|
margin: 4px 0 0;
|
|
@@ -735,7 +735,7 @@ h5,
|
|
|
735
735
|
position: relative;
|
|
736
736
|
}
|
|
737
737
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
738
|
-
color: var(--errorText, #
|
|
738
|
+
color: var(--errorText, #ff3333);
|
|
739
739
|
padding-top: 5px;
|
|
740
740
|
font-weight: 400;
|
|
741
741
|
font-size: 12px;
|
|
@@ -746,10 +746,10 @@ h5,
|
|
|
746
746
|
line-height: 21px;
|
|
747
747
|
}
|
|
748
748
|
.fy-input__label___YQgmr span {
|
|
749
|
-
color: var(--errorText, #
|
|
749
|
+
color: var(--errorText, #ff3333);
|
|
750
750
|
}
|
|
751
751
|
.fy-input__required___MaAlL {
|
|
752
|
-
color: var(--errorText, #
|
|
752
|
+
color: var(--errorText, #ff3333);
|
|
753
753
|
}
|
|
754
754
|
.fy-input__floating___jgtoq {
|
|
755
755
|
position: absolute;
|
|
@@ -796,7 +796,7 @@ h5,
|
|
|
796
796
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
797
797
|
}
|
|
798
798
|
.fy-input__inputError___KsMkv {
|
|
799
|
-
border-color: var(--errorText, #
|
|
799
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
800
800
|
}
|
|
801
801
|
.fy-input__no-border____9qYF {
|
|
802
802
|
border: none;
|
|
@@ -1242,7 +1242,7 @@ h5,
|
|
|
1242
1242
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1243
1243
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1244
1244
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1245
|
-
border-top: 2px solid var(--errorText, #
|
|
1245
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1246
1246
|
}
|
|
1247
1247
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1248
1248
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1251,7 +1251,7 @@ h5,
|
|
|
1251
1251
|
}
|
|
1252
1252
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1253
1253
|
border: 2px solid #ffffff;
|
|
1254
|
-
border-top: 2px solid var(--errorText, #
|
|
1254
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1255
1255
|
}
|
|
1256
1256
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1257
1257
|
border: 2px solid #ffffff;
|
|
@@ -1280,7 +1280,7 @@ h5,
|
|
|
1280
1280
|
color: var(--buttonPrimary, #4e3f09);
|
|
1281
1281
|
}
|
|
1282
1282
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1283
|
-
color: var(--errorText, #
|
|
1283
|
+
color: var(--errorText, #ff3333);
|
|
1284
1284
|
}
|
|
1285
1285
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1286
1286
|
color: var(--successText, #1c958f);
|
|
@@ -1303,7 +1303,7 @@ h5,
|
|
|
1303
1303
|
}
|
|
1304
1304
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1305
1305
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1306
|
-
color: var(--errorText, #
|
|
1306
|
+
color: var(--errorText, #ff3333);
|
|
1307
1307
|
}
|
|
1308
1308
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1309
1309
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1331,7 +1331,7 @@ h5,
|
|
|
1331
1331
|
}
|
|
1332
1332
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1333
1333
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1334
|
-
color: var(--errorText, #
|
|
1334
|
+
color: var(--errorText, #ff3333);
|
|
1335
1335
|
}
|
|
1336
1336
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1337
1337
|
border: 1px solid var(--successBackground, #c2dbc9);
|