@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
|
@@ -418,7 +418,7 @@ h5,
|
|
|
418
418
|
margin-inline-start: 4px;
|
|
419
419
|
}
|
|
420
420
|
.delivery-info__error___fwjK5 {
|
|
421
|
-
color: var(--errorText, #
|
|
421
|
+
color: var(--errorText, #ff3333);
|
|
422
422
|
}
|
|
423
423
|
.delivery-info__button___RWUmQ {
|
|
424
424
|
border: none;
|
|
@@ -463,11 +463,11 @@ h5,
|
|
|
463
463
|
color: var(--textHeading, #26201a);
|
|
464
464
|
}
|
|
465
465
|
.delivery-info__error___fwjK5 {
|
|
466
|
-
color: var(--errorText, #
|
|
466
|
+
color: var(--errorText, #ff3333);
|
|
467
467
|
}
|
|
468
468
|
.delivery-info__emptyPincode___SpvOg {
|
|
469
469
|
margin-top: 8px;
|
|
470
|
-
color: var(--errorText, #
|
|
470
|
+
color: var(--errorText, #ff3333);
|
|
471
471
|
font-size: 12px;
|
|
472
472
|
font-weight: 400;
|
|
473
473
|
line-height: normal;
|
|
@@ -846,7 +846,7 @@ h5,
|
|
|
846
846
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
847
847
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
848
848
|
padding: 0;
|
|
849
|
-
margin-
|
|
849
|
+
margin-inline-start: 0;
|
|
850
850
|
}
|
|
851
851
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
852
852
|
border-top-color: #ffffff;
|
|
@@ -859,7 +859,7 @@ h5,
|
|
|
859
859
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
860
860
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
861
861
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
862
|
-
border-top: 2px solid var(--errorText, #
|
|
862
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
863
863
|
}
|
|
864
864
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
865
865
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -868,7 +868,7 @@ h5,
|
|
|
868
868
|
}
|
|
869
869
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
870
870
|
border: 2px solid #ffffff;
|
|
871
|
-
border-top: 2px solid var(--errorText, #
|
|
871
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
872
872
|
}
|
|
873
873
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
874
874
|
border: 2px solid #ffffff;
|
|
@@ -897,7 +897,7 @@ h5,
|
|
|
897
897
|
color: var(--buttonPrimary, #4e3f09);
|
|
898
898
|
}
|
|
899
899
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
900
|
-
color: var(--errorText, #
|
|
900
|
+
color: var(--errorText, #ff3333);
|
|
901
901
|
}
|
|
902
902
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
903
903
|
color: var(--successText, #1c958f);
|
|
@@ -920,7 +920,7 @@ h5,
|
|
|
920
920
|
}
|
|
921
921
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
922
922
|
background-color: var(--errorBackground, #e6d5d5);
|
|
923
|
-
color: var(--errorText, #
|
|
923
|
+
color: var(--errorText, #ff3333);
|
|
924
924
|
}
|
|
925
925
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
926
926
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -948,7 +948,7 @@ h5,
|
|
|
948
948
|
}
|
|
949
949
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
950
950
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
951
|
-
color: var(--errorText, #
|
|
951
|
+
color: var(--errorText, #ff3333);
|
|
952
952
|
}
|
|
953
953
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
954
954
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -1804,7 +1804,7 @@ h5,
|
|
|
1804
1804
|
position: relative;
|
|
1805
1805
|
}
|
|
1806
1806
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1807
|
-
color: var(--errorText, #
|
|
1807
|
+
color: var(--errorText, #ff3333);
|
|
1808
1808
|
padding-top: 5px;
|
|
1809
1809
|
font-weight: 400;
|
|
1810
1810
|
font-size: 12px;
|
|
@@ -1815,10 +1815,10 @@ h5,
|
|
|
1815
1815
|
line-height: 21px;
|
|
1816
1816
|
}
|
|
1817
1817
|
.fy-input__label___YQgmr span {
|
|
1818
|
-
color: var(--errorText, #
|
|
1818
|
+
color: var(--errorText, #ff3333);
|
|
1819
1819
|
}
|
|
1820
1820
|
.fy-input__required___MaAlL {
|
|
1821
|
-
color: var(--errorText, #
|
|
1821
|
+
color: var(--errorText, #ff3333);
|
|
1822
1822
|
}
|
|
1823
1823
|
.fy-input__floating___jgtoq {
|
|
1824
1824
|
position: absolute;
|
|
@@ -1865,7 +1865,7 @@ h5,
|
|
|
1865
1865
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1866
1866
|
}
|
|
1867
1867
|
.fy-input__inputError___KsMkv {
|
|
1868
|
-
border-color: var(--errorText, #
|
|
1868
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1869
1869
|
}
|
|
1870
1870
|
.fy-input__no-border____9qYF {
|
|
1871
1871
|
border: none;
|
|
@@ -382,7 +382,7 @@ h5,
|
|
|
382
382
|
}
|
|
383
383
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
384
384
|
color: var(--textBody, #3c3131);
|
|
385
|
-
margin-
|
|
385
|
+
margin-inline-end: 4px;
|
|
386
386
|
text-overflow: ellipsis;
|
|
387
387
|
overflow: hidden;
|
|
388
388
|
}
|
|
@@ -472,7 +472,7 @@ h5,
|
|
|
472
472
|
padding: 24px 12px;
|
|
473
473
|
overflow-x: auto;
|
|
474
474
|
scroll-behavior: smooth;
|
|
475
|
-
scroll-margin-
|
|
475
|
+
scroll-margin-inline-start: 24px;
|
|
476
476
|
}
|
|
477
477
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
478
478
|
justify-content: center;
|
|
@@ -877,7 +877,10 @@ h5,
|
|
|
877
877
|
}
|
|
878
878
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
879
879
|
font-size: small;
|
|
880
|
-
margin:
|
|
880
|
+
margin-top: 0;
|
|
881
|
+
margin-inline-end: 0px;
|
|
882
|
+
margin-bottom: 12px;
|
|
883
|
+
margin-inline-start: 0px;
|
|
881
884
|
display: none;
|
|
882
885
|
}
|
|
883
886
|
@media only screen and (max-width: 480px) {
|
|
@@ -926,7 +929,7 @@ h5,
|
|
|
926
929
|
font-size: 10px;
|
|
927
930
|
font-weight: 500;
|
|
928
931
|
margin-top: 4px;
|
|
929
|
-
color: var(--errorText, #
|
|
932
|
+
color: var(--errorText, #ff3333);
|
|
930
933
|
}
|
|
931
934
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
|
|
932
935
|
height: 4px;
|
|
@@ -1286,7 +1289,7 @@ h5,
|
|
|
1286
1289
|
position: relative;
|
|
1287
1290
|
}
|
|
1288
1291
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1289
|
-
color: var(--errorText, #
|
|
1292
|
+
color: var(--errorText, #ff3333);
|
|
1290
1293
|
padding-top: 5px;
|
|
1291
1294
|
font-weight: 400;
|
|
1292
1295
|
font-size: 12px;
|
|
@@ -1297,10 +1300,10 @@ h5,
|
|
|
1297
1300
|
line-height: 21px;
|
|
1298
1301
|
}
|
|
1299
1302
|
.fy-input__label___YQgmr span {
|
|
1300
|
-
color: var(--errorText, #
|
|
1303
|
+
color: var(--errorText, #ff3333);
|
|
1301
1304
|
}
|
|
1302
1305
|
.fy-input__required___MaAlL {
|
|
1303
|
-
color: var(--errorText, #
|
|
1306
|
+
color: var(--errorText, #ff3333);
|
|
1304
1307
|
}
|
|
1305
1308
|
.fy-input__floating___jgtoq {
|
|
1306
1309
|
position: absolute;
|
|
@@ -1347,7 +1350,7 @@ h5,
|
|
|
1347
1350
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1348
1351
|
}
|
|
1349
1352
|
.fy-input__inputError___KsMkv {
|
|
1350
|
-
border-color: var(--errorText, #
|
|
1353
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1351
1354
|
}
|
|
1352
1355
|
.fy-input__no-border____9qYF {
|
|
1353
1356
|
border: none;
|
|
@@ -382,7 +382,7 @@ h5,
|
|
|
382
382
|
}
|
|
383
383
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
384
384
|
color: var(--textBody, #3c3131);
|
|
385
|
-
margin-
|
|
385
|
+
margin-inline-end: 4px;
|
|
386
386
|
text-overflow: ellipsis;
|
|
387
387
|
overflow: hidden;
|
|
388
388
|
}
|
|
@@ -472,7 +472,7 @@ h5,
|
|
|
472
472
|
padding: 24px 12px;
|
|
473
473
|
overflow-x: auto;
|
|
474
474
|
scroll-behavior: smooth;
|
|
475
|
-
scroll-margin-
|
|
475
|
+
scroll-margin-inline-start: 24px;
|
|
476
476
|
}
|
|
477
477
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
478
478
|
justify-content: center;
|
|
@@ -877,7 +877,10 @@ h5,
|
|
|
877
877
|
}
|
|
878
878
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
879
879
|
font-size: small;
|
|
880
|
-
margin:
|
|
880
|
+
margin-top: 0;
|
|
881
|
+
margin-inline-end: 0px;
|
|
882
|
+
margin-bottom: 12px;
|
|
883
|
+
margin-inline-start: 0px;
|
|
881
884
|
display: none;
|
|
882
885
|
}
|
|
883
886
|
@media only screen and (max-width: 480px) {
|
|
@@ -926,7 +929,7 @@ h5,
|
|
|
926
929
|
font-size: 10px;
|
|
927
930
|
font-weight: 500;
|
|
928
931
|
margin-top: 4px;
|
|
929
|
-
color: var(--errorText, #
|
|
932
|
+
color: var(--errorText, #ff3333);
|
|
930
933
|
}
|
|
931
934
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
|
|
932
935
|
height: 4px;
|
|
@@ -1286,7 +1289,7 @@ h5,
|
|
|
1286
1289
|
position: relative;
|
|
1287
1290
|
}
|
|
1288
1291
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1289
|
-
color: var(--errorText, #
|
|
1292
|
+
color: var(--errorText, #ff3333);
|
|
1290
1293
|
padding-top: 5px;
|
|
1291
1294
|
font-weight: 400;
|
|
1292
1295
|
font-size: 12px;
|
|
@@ -1297,10 +1300,10 @@ h5,
|
|
|
1297
1300
|
line-height: 21px;
|
|
1298
1301
|
}
|
|
1299
1302
|
.fy-input__label___YQgmr span {
|
|
1300
|
-
color: var(--errorText, #
|
|
1303
|
+
color: var(--errorText, #ff3333);
|
|
1301
1304
|
}
|
|
1302
1305
|
.fy-input__required___MaAlL {
|
|
1303
|
-
color: var(--errorText, #
|
|
1306
|
+
color: var(--errorText, #ff3333);
|
|
1304
1307
|
}
|
|
1305
1308
|
.fy-input__floating___jgtoq {
|
|
1306
1309
|
position: absolute;
|
|
@@ -1347,7 +1350,7 @@ h5,
|
|
|
1347
1350
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1348
1351
|
}
|
|
1349
1352
|
.fy-input__inputError___KsMkv {
|
|
1350
|
-
border-color: var(--errorText, #
|
|
1353
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1351
1354
|
}
|
|
1352
1355
|
.fy-input__no-border____9qYF {
|
|
1353
1356
|
border: none;
|