@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
|
@@ -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,28 +794,28 @@ 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;
|
|
808
808
|
}
|
|
809
809
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
810
810
|
border-inline: none;
|
|
811
|
-
padding-
|
|
811
|
+
padding-inline-end: 4px;
|
|
812
812
|
}
|
|
813
813
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
814
814
|
width: 100%;
|
|
815
815
|
font-weight: 400;
|
|
816
816
|
display: flex;
|
|
817
|
-
border-
|
|
818
|
-
padding-
|
|
817
|
+
border-inline-start: none;
|
|
818
|
+
padding-inline-start: 4px;
|
|
819
819
|
}
|
|
820
820
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
821
821
|
outline: none;
|
|
@@ -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;
|
|
@@ -1216,7 +1216,7 @@ h5,
|
|
|
1216
1216
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1217
1217
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1218
1218
|
padding: 0;
|
|
1219
|
-
margin-
|
|
1219
|
+
margin-inline-start: 0;
|
|
1220
1220
|
}
|
|
1221
1221
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1222
1222
|
border-top-color: #ffffff;
|
|
@@ -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,28 +794,28 @@ 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;
|
|
808
808
|
}
|
|
809
809
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
810
810
|
border-inline: none;
|
|
811
|
-
padding-
|
|
811
|
+
padding-inline-end: 4px;
|
|
812
812
|
}
|
|
813
813
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
814
814
|
width: 100%;
|
|
815
815
|
font-weight: 400;
|
|
816
816
|
display: flex;
|
|
817
|
-
border-
|
|
818
|
-
padding-
|
|
817
|
+
border-inline-start: none;
|
|
818
|
+
padding-inline-start: 4px;
|
|
819
819
|
}
|
|
820
820
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
821
821
|
outline: none;
|
|
@@ -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;
|
|
@@ -1216,7 +1216,7 @@ h5,
|
|
|
1216
1216
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1217
1217
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1218
1218
|
padding: 0;
|
|
1219
|
-
margin-
|
|
1219
|
+
margin-inline-start: 0;
|
|
1220
1220
|
}
|
|
1221
1221
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1222
1222
|
border-top-color: #ffffff;
|
|
@@ -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;
|
|
@@ -355,10 +355,10 @@ h5,
|
|
|
355
355
|
}
|
|
356
356
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
|
|
357
357
|
margin-bottom: 11px;
|
|
358
|
-
margin-
|
|
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;
|
|
@@ -1229,7 +1229,7 @@ h5,
|
|
|
1229
1229
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1230
1230
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1231
1231
|
padding: 0;
|
|
1232
|
-
margin-
|
|
1232
|
+
margin-inline-start: 0;
|
|
1233
1233
|
}
|
|
1234
1234
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1235
1235
|
border-top-color: #ffffff;
|
|
@@ -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);
|
|
@@ -339,7 +339,7 @@ h5,
|
|
|
339
339
|
padding: 24px;
|
|
340
340
|
}
|
|
341
341
|
.register__required___npDAe {
|
|
342
|
-
color: var(--errorText, #
|
|
342
|
+
color: var(--errorText, #ff3333);
|
|
343
343
|
}
|
|
344
344
|
.register__registerFormWrapper___nCdfI {
|
|
345
345
|
margin-top: 10px;
|
|
@@ -495,11 +495,11 @@ h5,
|
|
|
495
495
|
display: none;
|
|
496
496
|
}
|
|
497
497
|
.register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng input {
|
|
498
|
-
border: 1px solid var(--errorText, #
|
|
498
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
499
499
|
}
|
|
500
500
|
.register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__errorText___W8444 {
|
|
501
501
|
display: inline-block;
|
|
502
|
-
color: var(--errorText, #
|
|
502
|
+
color: var(--errorText, #ff3333);
|
|
503
503
|
font-size: 12px;
|
|
504
504
|
font-style: normal;
|
|
505
505
|
font-weight: 400;
|
|
@@ -507,10 +507,10 @@ h5,
|
|
|
507
507
|
margin-top: 8px;
|
|
508
508
|
}
|
|
509
509
|
.register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng label {
|
|
510
|
-
color: var(--errorText, #
|
|
510
|
+
color: var(--errorText, #ff3333);
|
|
511
511
|
}
|
|
512
512
|
.register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__loginInputWrapper___uBT1u {
|
|
513
|
-
color: var(--errorText, #
|
|
513
|
+
color: var(--errorText, #ff3333);
|
|
514
514
|
}
|
|
515
515
|
.register__registerFormWrapper___nCdfI .register__loginAlert___H8COF {
|
|
516
516
|
height: 48px;
|
|
@@ -520,8 +520,8 @@ h5,
|
|
|
520
520
|
align-items: center;
|
|
521
521
|
font-size: 13px;
|
|
522
522
|
background-color: var(--errorBackground, #e6d5d5);
|
|
523
|
-
border: 1px dashed var(--errorText, #
|
|
524
|
-
color: var(--errorText, #
|
|
523
|
+
border: 1px dashed var(--errorText, #ff3333);
|
|
524
|
+
color: var(--errorText, #ff3333);
|
|
525
525
|
}
|
|
526
526
|
.register__passwordInputWrapper___a2PM1 {
|
|
527
527
|
position: relative;
|
|
@@ -533,7 +533,7 @@ h5,
|
|
|
533
533
|
}
|
|
534
534
|
.register__consentWrapper___eRJuQ .register__errorText___W8444 {
|
|
535
535
|
display: inline-block;
|
|
536
|
-
color: var(--errorText, #
|
|
536
|
+
color: var(--errorText, #ff3333);
|
|
537
537
|
font-size: 12px;
|
|
538
538
|
font-style: normal;
|
|
539
539
|
font-weight: 400;
|
|
@@ -896,7 +896,7 @@ h5,
|
|
|
896
896
|
flex-direction: column;
|
|
897
897
|
}
|
|
898
898
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
899
|
-
color: var(--errorText, #
|
|
899
|
+
color: var(--errorText, #ff3333);
|
|
900
900
|
font-size: 12px;
|
|
901
901
|
font-style: normal;
|
|
902
902
|
font-weight: 400;
|
|
@@ -904,28 +904,28 @@ h5,
|
|
|
904
904
|
margin-top: 5px;
|
|
905
905
|
}
|
|
906
906
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
907
|
-
color: var(--errorText, #
|
|
907
|
+
color: var(--errorText, #ff3333);
|
|
908
908
|
font-size: 12px;
|
|
909
909
|
font-style: normal;
|
|
910
910
|
font-weight: 400;
|
|
911
911
|
line-height: 16.8px;
|
|
912
912
|
}
|
|
913
913
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
914
|
-
border: 1px solid var(--errorText, #
|
|
914
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
915
915
|
}
|
|
916
916
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
917
917
|
height: auto;
|
|
918
918
|
}
|
|
919
919
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
920
920
|
border-inline: none;
|
|
921
|
-
padding-
|
|
921
|
+
padding-inline-end: 4px;
|
|
922
922
|
}
|
|
923
923
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
924
924
|
width: 100%;
|
|
925
925
|
font-weight: 400;
|
|
926
926
|
display: flex;
|
|
927
|
-
border-
|
|
928
|
-
padding-
|
|
927
|
+
border-inline-start: none;
|
|
928
|
+
padding-inline-start: 4px;
|
|
929
929
|
}
|
|
930
930
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
931
931
|
outline: none;
|
|
@@ -935,7 +935,7 @@ h5,
|
|
|
935
935
|
opacity: 0.3;
|
|
936
936
|
}
|
|
937
937
|
.mobile-number__required___yHCeh {
|
|
938
|
-
color: var(--errorText, #
|
|
938
|
+
color: var(--errorText, #ff3333);
|
|
939
939
|
}
|
|
940
940
|
.mobile-number__countryDropdown___GP6Fo {
|
|
941
941
|
background-color: aquamarine;
|
|
@@ -1365,10 +1365,10 @@ h5,
|
|
|
1365
1365
|
outline: none;
|
|
1366
1366
|
}
|
|
1367
1367
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
|
|
1368
|
-
color: var(--errorText, #
|
|
1368
|
+
color: var(--errorText, #ff3333);
|
|
1369
1369
|
}
|
|
1370
1370
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
|
|
1371
|
-
border-color: var(--errorText, #
|
|
1371
|
+
border-color: var(--errorText, #ff3333);
|
|
1372
1372
|
}
|
|
1373
1373
|
.verify-both__submitBtn___rVsbN {
|
|
1374
1374
|
border: none;
|
|
@@ -1395,7 +1395,7 @@ h5,
|
|
|
1395
1395
|
font-weight: 400;
|
|
1396
1396
|
line-height: 140%;
|
|
1397
1397
|
margin-top: 8px;
|
|
1398
|
-
color: var(--errorText, #
|
|
1398
|
+
color: var(--errorText, #ff3333);
|
|
1399
1399
|
}
|
|
1400
1400
|
.verify-both__resendOtpWrapper___Mq8mf {
|
|
1401
1401
|
display: flex;
|