@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
|
@@ -750,7 +750,7 @@ h5,
|
|
|
750
750
|
position: relative;
|
|
751
751
|
}
|
|
752
752
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
753
|
-
color: var(--errorText, #
|
|
753
|
+
color: var(--errorText, #ff3333);
|
|
754
754
|
padding-top: 5px;
|
|
755
755
|
font-weight: 400;
|
|
756
756
|
font-size: 12px;
|
|
@@ -761,10 +761,10 @@ h5,
|
|
|
761
761
|
line-height: 21px;
|
|
762
762
|
}
|
|
763
763
|
.fy-input__label___YQgmr span {
|
|
764
|
-
color: var(--errorText, #
|
|
764
|
+
color: var(--errorText, #ff3333);
|
|
765
765
|
}
|
|
766
766
|
.fy-input__required___MaAlL {
|
|
767
|
-
color: var(--errorText, #
|
|
767
|
+
color: var(--errorText, #ff3333);
|
|
768
768
|
}
|
|
769
769
|
.fy-input__floating___jgtoq {
|
|
770
770
|
position: absolute;
|
|
@@ -811,7 +811,7 @@ h5,
|
|
|
811
811
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
812
812
|
}
|
|
813
813
|
.fy-input__inputError___KsMkv {
|
|
814
|
-
border-color: var(--errorText, #
|
|
814
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
815
815
|
}
|
|
816
816
|
.fy-input__no-border____9qYF {
|
|
817
817
|
border: none;
|
|
@@ -1244,7 +1244,7 @@ h5,
|
|
|
1244
1244
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1245
1245
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1246
1246
|
padding: 0;
|
|
1247
|
-
margin-
|
|
1247
|
+
margin-inline-start: 0;
|
|
1248
1248
|
}
|
|
1249
1249
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1250
1250
|
border-top-color: #ffffff;
|
|
@@ -1257,7 +1257,7 @@ h5,
|
|
|
1257
1257
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1258
1258
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1259
1259
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1260
|
-
border-top: 2px solid var(--errorText, #
|
|
1260
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1261
1261
|
}
|
|
1262
1262
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1263
1263
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1266,7 +1266,7 @@ h5,
|
|
|
1266
1266
|
}
|
|
1267
1267
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1268
1268
|
border: 2px solid #ffffff;
|
|
1269
|
-
border-top: 2px solid var(--errorText, #
|
|
1269
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1270
1270
|
}
|
|
1271
1271
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1272
1272
|
border: 2px solid #ffffff;
|
|
@@ -1295,7 +1295,7 @@ h5,
|
|
|
1295
1295
|
color: var(--buttonPrimary, #4e3f09);
|
|
1296
1296
|
}
|
|
1297
1297
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1298
|
-
color: var(--errorText, #
|
|
1298
|
+
color: var(--errorText, #ff3333);
|
|
1299
1299
|
}
|
|
1300
1300
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1301
1301
|
color: var(--successText, #1c958f);
|
|
@@ -1318,7 +1318,7 @@ h5,
|
|
|
1318
1318
|
}
|
|
1319
1319
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1320
1320
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1321
|
-
color: var(--errorText, #
|
|
1321
|
+
color: var(--errorText, #ff3333);
|
|
1322
1322
|
}
|
|
1323
1323
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1324
1324
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1346,7 +1346,7 @@ h5,
|
|
|
1346
1346
|
}
|
|
1347
1347
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1348
1348
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1349
|
-
color: var(--errorText, #
|
|
1349
|
+
color: var(--errorText, #ff3333);
|
|
1350
1350
|
}
|
|
1351
1351
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1352
1352
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -498,7 +498,7 @@ h5,
|
|
|
498
498
|
}
|
|
499
499
|
.order-tracking-details__orderTrackingDetails___FRBMf .order-tracking-details__orderShipments___N9p2M .order-tracking-details__shipmentDetails___iWSGH {
|
|
500
500
|
padding: 0 24px;
|
|
501
|
-
border-
|
|
501
|
+
border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
|
|
502
502
|
min-width: 352px;
|
|
503
503
|
}
|
|
504
504
|
@media only screen and (max-width: 768px) {
|
|
@@ -506,7 +506,7 @@ h5,
|
|
|
506
506
|
width: 100%;
|
|
507
507
|
padding: 0;
|
|
508
508
|
min-width: unset;
|
|
509
|
-
border-
|
|
509
|
+
border-inline-start: none;
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
.order-tracking-details__orderTrackingDetails___FRBMf .order-tracking-details__orderShipments___N9p2M .order-tracking-details__shipmentBagItem___vn2Dj {
|
|
@@ -524,7 +524,7 @@ h5,
|
|
|
524
524
|
}
|
|
525
525
|
.order-tracking-details__orderTrackingDetails___FRBMf .order-tracking-details__orderShipments___N9p2M .order-tracking-details__view___DwqT2 {
|
|
526
526
|
text-align: center;
|
|
527
|
-
padding-
|
|
527
|
+
padding-inline-end: 30px;
|
|
528
528
|
padding-top: 5px;
|
|
529
529
|
cursor: pointer;
|
|
530
530
|
}
|
|
@@ -1270,7 +1270,7 @@ h5,
|
|
|
1270
1270
|
}
|
|
1271
1271
|
.order-shipment__orderItem____zenT .order-shipment__orderHeader___dBn7E .order-shipment__filter___lnsey {
|
|
1272
1272
|
position: absolute;
|
|
1273
|
-
|
|
1273
|
+
inset-inline-end: 0px;
|
|
1274
1274
|
}
|
|
1275
1275
|
.order-shipment__orderItem____zenT .order-shipment__orderHeader___dBn7E .order-shipment__filterArrowUp___g46yt {
|
|
1276
1276
|
margin-inline-start: auto;
|
|
@@ -1807,6 +1807,31 @@ h5,
|
|
|
1807
1807
|
.accordion__accordionContentImageItem____FBCe {
|
|
1808
1808
|
display: flex;
|
|
1809
1809
|
align-items: center;
|
|
1810
|
+
position: relative;
|
|
1811
|
+
cursor: pointer;
|
|
1812
|
+
}
|
|
1813
|
+
.accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
|
|
1814
|
+
position: absolute;
|
|
1815
|
+
left: -155%;
|
|
1816
|
+
top: -100px;
|
|
1817
|
+
z-index: 20;
|
|
1818
|
+
}
|
|
1819
|
+
@media only screen and (min-width: 769px) {
|
|
1820
|
+
.accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
|
|
1821
|
+
display: none;
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
.accordion__accordionContentImageItem____FBCe .accordion__largePreviewImg___P4ud_ {
|
|
1825
|
+
width: 73px;
|
|
1826
|
+
height: 92px;
|
|
1827
|
+
border-radius: 4px;
|
|
1828
|
+
background: lightgray 50% / cover no-repeat;
|
|
1829
|
+
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
|
|
1830
|
+
pointer-events: none;
|
|
1831
|
+
}
|
|
1832
|
+
/* Show on hover */
|
|
1833
|
+
.accordion__accordionContentImageItem____FBCe:hover .accordion__imagePreview___FOjGs {
|
|
1834
|
+
display: block;
|
|
1810
1835
|
}
|
|
1811
1836
|
.accordion__accordionContentImg___lbTPr {
|
|
1812
1837
|
border-radius: 50%;
|
|
@@ -2277,7 +2302,7 @@ h5,
|
|
|
2277
2302
|
line-height: 140%;
|
|
2278
2303
|
}
|
|
2279
2304
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__margin___aoRFj {
|
|
2280
|
-
color: var(--errorText, #
|
|
2305
|
+
color: var(--errorText, #ff3333);
|
|
2281
2306
|
margin-inline-start: 10px;
|
|
2282
2307
|
}
|
|
2283
2308
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu {
|
|
@@ -2701,7 +2726,7 @@ h5,
|
|
|
2701
2726
|
}
|
|
2702
2727
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__status___B417y .shipment-tracking__info___KBL6j {
|
|
2703
2728
|
position: absolute;
|
|
2704
|
-
|
|
2729
|
+
inset-inline-end: 20px;
|
|
2705
2730
|
text-align: center;
|
|
2706
2731
|
color: #ffffff;
|
|
2707
2732
|
padding: 10px;
|
|
@@ -2717,7 +2742,7 @@ h5,
|
|
|
2717
2742
|
opacity: 0.5;
|
|
2718
2743
|
}
|
|
2719
2744
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX {
|
|
2720
|
-
margin-
|
|
2745
|
+
margin-inline-start: 20px;
|
|
2721
2746
|
}
|
|
2722
2747
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX .shipment-tracking__boldsm___aDLPp {
|
|
2723
2748
|
font-weight: 700;
|
|
@@ -2746,7 +2771,7 @@ h5,
|
|
|
2746
2771
|
width: 100%;
|
|
2747
2772
|
}
|
|
2748
2773
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__dropdownArrow___m8GIu {
|
|
2749
|
-
margin-
|
|
2774
|
+
margin-inline-start: auto;
|
|
2750
2775
|
}
|
|
2751
2776
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__title___BMsCR {
|
|
2752
2777
|
font-weight: bold;
|
|
@@ -2795,12 +2820,12 @@ h5,
|
|
|
2795
2820
|
font-size: 12px;
|
|
2796
2821
|
font-weight: 500;
|
|
2797
2822
|
line-height: 140%;
|
|
2798
|
-
border-
|
|
2823
|
+
border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
|
|
2799
2824
|
color: var(--buttonLink, #b1655b);
|
|
2800
2825
|
}
|
|
2801
2826
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:last-child,
|
|
2802
2827
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:last-child {
|
|
2803
|
-
border-
|
|
2828
|
+
border-inline-end: none;
|
|
2804
2829
|
}
|
|
2805
2830
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:hover,
|
|
2806
2831
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:hover {
|
|
@@ -3192,7 +3217,7 @@ h5,
|
|
|
3192
3217
|
}
|
|
3193
3218
|
.shipment-breakup__billing___FTdqB .shipment-breakup__values___Ji3lV {
|
|
3194
3219
|
position: absolute;
|
|
3195
|
-
|
|
3220
|
+
inset-inline-end: 16px;
|
|
3196
3221
|
color: var(--textBody, #3c3131);
|
|
3197
3222
|
font-size: 12px;
|
|
3198
3223
|
font-weight: 400;
|
|
@@ -3609,7 +3634,7 @@ h5,
|
|
|
3609
3634
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
3610
3635
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
3611
3636
|
padding: 0;
|
|
3612
|
-
margin-
|
|
3637
|
+
margin-inline-start: 0;
|
|
3613
3638
|
}
|
|
3614
3639
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
3615
3640
|
border-top-color: #ffffff;
|
|
@@ -3622,7 +3647,7 @@ h5,
|
|
|
3622
3647
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
3623
3648
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
3624
3649
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
3625
|
-
border-top: 2px solid var(--errorText, #
|
|
3650
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
3626
3651
|
}
|
|
3627
3652
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
3628
3653
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -3631,7 +3656,7 @@ h5,
|
|
|
3631
3656
|
}
|
|
3632
3657
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
3633
3658
|
border: 2px solid #ffffff;
|
|
3634
|
-
border-top: 2px solid var(--errorText, #
|
|
3659
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
3635
3660
|
}
|
|
3636
3661
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
3637
3662
|
border: 2px solid #ffffff;
|
|
@@ -3660,7 +3685,7 @@ h5,
|
|
|
3660
3685
|
color: var(--buttonPrimary, #4e3f09);
|
|
3661
3686
|
}
|
|
3662
3687
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
3663
|
-
color: var(--errorText, #
|
|
3688
|
+
color: var(--errorText, #ff3333);
|
|
3664
3689
|
}
|
|
3665
3690
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
3666
3691
|
color: var(--successText, #1c958f);
|
|
@@ -3683,7 +3708,7 @@ h5,
|
|
|
3683
3708
|
}
|
|
3684
3709
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
3685
3710
|
background-color: var(--errorBackground, #e6d5d5);
|
|
3686
|
-
color: var(--errorText, #
|
|
3711
|
+
color: var(--errorText, #ff3333);
|
|
3687
3712
|
}
|
|
3688
3713
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
3689
3714
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -3711,7 +3736,7 @@ h5,
|
|
|
3711
3736
|
}
|
|
3712
3737
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
3713
3738
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
3714
|
-
color: var(--errorText, #
|
|
3739
|
+
color: var(--errorText, #ff3333);
|
|
3715
3740
|
}
|
|
3716
3741
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
3717
3742
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -4567,7 +4592,7 @@ h5,
|
|
|
4567
4592
|
position: relative;
|
|
4568
4593
|
}
|
|
4569
4594
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
4570
|
-
color: var(--errorText, #
|
|
4595
|
+
color: var(--errorText, #ff3333);
|
|
4571
4596
|
padding-top: 5px;
|
|
4572
4597
|
font-weight: 400;
|
|
4573
4598
|
font-size: 12px;
|
|
@@ -4578,10 +4603,10 @@ h5,
|
|
|
4578
4603
|
line-height: 21px;
|
|
4579
4604
|
}
|
|
4580
4605
|
.fy-input__label___YQgmr span {
|
|
4581
|
-
color: var(--errorText, #
|
|
4606
|
+
color: var(--errorText, #ff3333);
|
|
4582
4607
|
}
|
|
4583
4608
|
.fy-input__required___MaAlL {
|
|
4584
|
-
color: var(--errorText, #
|
|
4609
|
+
color: var(--errorText, #ff3333);
|
|
4585
4610
|
}
|
|
4586
4611
|
.fy-input__floating___jgtoq {
|
|
4587
4612
|
position: absolute;
|
|
@@ -4628,7 +4653,7 @@ h5,
|
|
|
4628
4653
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
4629
4654
|
}
|
|
4630
4655
|
.fy-input__inputError___KsMkv {
|
|
4631
|
-
border-color: var(--errorText, #
|
|
4656
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
4632
4657
|
}
|
|
4633
4658
|
.fy-input__no-border____9qYF {
|
|
4634
4659
|
border: none;
|