@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
|
@@ -1236,7 +1236,7 @@ h5,
|
|
|
1236
1236
|
position: relative;
|
|
1237
1237
|
}
|
|
1238
1238
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
1239
|
-
color: var(--errorText, #
|
|
1239
|
+
color: var(--errorText, #ff3333);
|
|
1240
1240
|
padding-top: 5px;
|
|
1241
1241
|
font-weight: 400;
|
|
1242
1242
|
font-size: 12px;
|
|
@@ -1247,10 +1247,10 @@ h5,
|
|
|
1247
1247
|
line-height: 21px;
|
|
1248
1248
|
}
|
|
1249
1249
|
.fy-input__label___YQgmr span {
|
|
1250
|
-
color: var(--errorText, #
|
|
1250
|
+
color: var(--errorText, #ff3333);
|
|
1251
1251
|
}
|
|
1252
1252
|
.fy-input__required___MaAlL {
|
|
1253
|
-
color: var(--errorText, #
|
|
1253
|
+
color: var(--errorText, #ff3333);
|
|
1254
1254
|
}
|
|
1255
1255
|
.fy-input__floating___jgtoq {
|
|
1256
1256
|
position: absolute;
|
|
@@ -1297,7 +1297,7 @@ h5,
|
|
|
1297
1297
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
1298
1298
|
}
|
|
1299
1299
|
.fy-input__inputError___KsMkv {
|
|
1300
|
-
border-color: var(--errorText, #
|
|
1300
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
1301
1301
|
}
|
|
1302
1302
|
.fy-input__no-border____9qYF {
|
|
1303
1303
|
border: none;
|
|
@@ -1730,7 +1730,7 @@ h5,
|
|
|
1730
1730
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1731
1731
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1732
1732
|
padding: 0;
|
|
1733
|
-
margin-
|
|
1733
|
+
margin-inline-start: 0;
|
|
1734
1734
|
}
|
|
1735
1735
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1736
1736
|
border-top-color: #ffffff;
|
|
@@ -1743,7 +1743,7 @@ h5,
|
|
|
1743
1743
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1744
1744
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1745
1745
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1746
|
-
border-top: 2px solid var(--errorText, #
|
|
1746
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1747
1747
|
}
|
|
1748
1748
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1749
1749
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1752,7 +1752,7 @@ h5,
|
|
|
1752
1752
|
}
|
|
1753
1753
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1754
1754
|
border: 2px solid #ffffff;
|
|
1755
|
-
border-top: 2px solid var(--errorText, #
|
|
1755
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1756
1756
|
}
|
|
1757
1757
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1758
1758
|
border: 2px solid #ffffff;
|
|
@@ -1781,7 +1781,7 @@ h5,
|
|
|
1781
1781
|
color: var(--buttonPrimary, #4e3f09);
|
|
1782
1782
|
}
|
|
1783
1783
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1784
|
-
color: var(--errorText, #
|
|
1784
|
+
color: var(--errorText, #ff3333);
|
|
1785
1785
|
}
|
|
1786
1786
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1787
1787
|
color: var(--successText, #1c958f);
|
|
@@ -1804,7 +1804,7 @@ h5,
|
|
|
1804
1804
|
}
|
|
1805
1805
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1806
1806
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1807
|
-
color: var(--errorText, #
|
|
1807
|
+
color: var(--errorText, #ff3333);
|
|
1808
1808
|
}
|
|
1809
1809
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1810
1810
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1832,7 +1832,7 @@ h5,
|
|
|
1832
1832
|
}
|
|
1833
1833
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1834
1834
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1835
|
-
color: var(--errorText, #
|
|
1835
|
+
color: var(--errorText, #ff3333);
|
|
1836
1836
|
}
|
|
1837
1837
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1838
1838
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -367,7 +367,7 @@ h5,
|
|
|
367
367
|
color: var(--textHeading, #26201a) !important;
|
|
368
368
|
}
|
|
369
369
|
.add-phone-modal__errorText___ydIA0 {
|
|
370
|
-
color: var(--errorText, #
|
|
370
|
+
color: var(--errorText, #ff3333);
|
|
371
371
|
display: inline-block;
|
|
372
372
|
font-size: 12px;
|
|
373
373
|
margin-top: 3px;
|
|
@@ -1301,7 +1301,7 @@ h5,
|
|
|
1301
1301
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1302
1302
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1303
1303
|
padding: 0;
|
|
1304
|
-
margin-
|
|
1304
|
+
margin-inline-start: 0;
|
|
1305
1305
|
}
|
|
1306
1306
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1307
1307
|
border-top-color: #ffffff;
|
|
@@ -1314,7 +1314,7 @@ h5,
|
|
|
1314
1314
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1315
1315
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1316
1316
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1317
|
-
border-top: 2px solid var(--errorText, #
|
|
1317
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1318
1318
|
}
|
|
1319
1319
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1320
1320
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1323,7 +1323,7 @@ h5,
|
|
|
1323
1323
|
}
|
|
1324
1324
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1325
1325
|
border: 2px solid #ffffff;
|
|
1326
|
-
border-top: 2px solid var(--errorText, #
|
|
1326
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1327
1327
|
}
|
|
1328
1328
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1329
1329
|
border: 2px solid #ffffff;
|
|
@@ -1352,7 +1352,7 @@ h5,
|
|
|
1352
1352
|
color: var(--buttonPrimary, #4e3f09);
|
|
1353
1353
|
}
|
|
1354
1354
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1355
|
-
color: var(--errorText, #
|
|
1355
|
+
color: var(--errorText, #ff3333);
|
|
1356
1356
|
}
|
|
1357
1357
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1358
1358
|
color: var(--successText, #1c958f);
|
|
@@ -1375,7 +1375,7 @@ h5,
|
|
|
1375
1375
|
}
|
|
1376
1376
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1377
1377
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1378
|
-
color: var(--errorText, #
|
|
1378
|
+
color: var(--errorText, #ff3333);
|
|
1379
1379
|
}
|
|
1380
1380
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1381
1381
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1403,7 +1403,7 @@ h5,
|
|
|
1403
1403
|
}
|
|
1404
1404
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1405
1405
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1406
|
-
color: var(--errorText, #
|
|
1406
|
+
color: var(--errorText, #ff3333);
|
|
1407
1407
|
}
|
|
1408
1408
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1409
1409
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -2259,7 +2259,7 @@ h5,
|
|
|
2259
2259
|
position: relative;
|
|
2260
2260
|
}
|
|
2261
2261
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
2262
|
-
color: var(--errorText, #
|
|
2262
|
+
color: var(--errorText, #ff3333);
|
|
2263
2263
|
padding-top: 5px;
|
|
2264
2264
|
font-weight: 400;
|
|
2265
2265
|
font-size: 12px;
|
|
@@ -2270,10 +2270,10 @@ h5,
|
|
|
2270
2270
|
line-height: 21px;
|
|
2271
2271
|
}
|
|
2272
2272
|
.fy-input__label___YQgmr span {
|
|
2273
|
-
color: var(--errorText, #
|
|
2273
|
+
color: var(--errorText, #ff3333);
|
|
2274
2274
|
}
|
|
2275
2275
|
.fy-input__required___MaAlL {
|
|
2276
|
-
color: var(--errorText, #
|
|
2276
|
+
color: var(--errorText, #ff3333);
|
|
2277
2277
|
}
|
|
2278
2278
|
.fy-input__floating___jgtoq {
|
|
2279
2279
|
position: absolute;
|
|
@@ -2320,7 +2320,7 @@ h5,
|
|
|
2320
2320
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
2321
2321
|
}
|
|
2322
2322
|
.fy-input__inputError___KsMkv {
|
|
2323
|
-
border-color: var(--errorText, #
|
|
2323
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
2324
2324
|
}
|
|
2325
2325
|
.fy-input__no-border____9qYF {
|
|
2326
2326
|
border: none;
|
|
@@ -2722,7 +2722,7 @@ h5,
|
|
|
2722
2722
|
flex-direction: column;
|
|
2723
2723
|
}
|
|
2724
2724
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
2725
|
-
color: var(--errorText, #
|
|
2725
|
+
color: var(--errorText, #ff3333);
|
|
2726
2726
|
font-size: 12px;
|
|
2727
2727
|
font-style: normal;
|
|
2728
2728
|
font-weight: 400;
|
|
@@ -2730,28 +2730,28 @@ h5,
|
|
|
2730
2730
|
margin-top: 5px;
|
|
2731
2731
|
}
|
|
2732
2732
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
2733
|
-
color: var(--errorText, #
|
|
2733
|
+
color: var(--errorText, #ff3333);
|
|
2734
2734
|
font-size: 12px;
|
|
2735
2735
|
font-style: normal;
|
|
2736
2736
|
font-weight: 400;
|
|
2737
2737
|
line-height: 16.8px;
|
|
2738
2738
|
}
|
|
2739
2739
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
2740
|
-
border: 1px solid var(--errorText, #
|
|
2740
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
2741
2741
|
}
|
|
2742
2742
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
2743
2743
|
height: auto;
|
|
2744
2744
|
}
|
|
2745
2745
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
2746
2746
|
border-inline: none;
|
|
2747
|
-
padding-
|
|
2747
|
+
padding-inline-end: 4px;
|
|
2748
2748
|
}
|
|
2749
2749
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
2750
2750
|
width: 100%;
|
|
2751
2751
|
font-weight: 400;
|
|
2752
2752
|
display: flex;
|
|
2753
|
-
border-
|
|
2754
|
-
padding-
|
|
2753
|
+
border-inline-start: none;
|
|
2754
|
+
padding-inline-start: 4px;
|
|
2755
2755
|
}
|
|
2756
2756
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
2757
2757
|
outline: none;
|
|
@@ -2761,7 +2761,7 @@ h5,
|
|
|
2761
2761
|
opacity: 0.3;
|
|
2762
2762
|
}
|
|
2763
2763
|
.mobile-number__required___yHCeh {
|
|
2764
|
-
color: var(--errorText, #
|
|
2764
|
+
color: var(--errorText, #ff3333);
|
|
2765
2765
|
}
|
|
2766
2766
|
.mobile-number__countryDropdown___GP6Fo {
|
|
2767
2767
|
background-color: aquamarine;
|
|
@@ -1235,7 +1235,7 @@ h5,
|
|
|
1235
1235
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1236
1236
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1237
1237
|
padding: 0;
|
|
1238
|
-
margin-
|
|
1238
|
+
margin-inline-start: 0;
|
|
1239
1239
|
}
|
|
1240
1240
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1241
1241
|
border-top-color: #ffffff;
|
|
@@ -1248,7 +1248,7 @@ h5,
|
|
|
1248
1248
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1249
1249
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1250
1250
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1251
|
-
border-top: 2px solid var(--errorText, #
|
|
1251
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1252
1252
|
}
|
|
1253
1253
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1254
1254
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1257,7 +1257,7 @@ h5,
|
|
|
1257
1257
|
}
|
|
1258
1258
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1259
1259
|
border: 2px solid #ffffff;
|
|
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__success___M7fJl {
|
|
1263
1263
|
border: 2px solid #ffffff;
|
|
@@ -1286,7 +1286,7 @@ h5,
|
|
|
1286
1286
|
color: var(--buttonPrimary, #4e3f09);
|
|
1287
1287
|
}
|
|
1288
1288
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1289
|
-
color: var(--errorText, #
|
|
1289
|
+
color: var(--errorText, #ff3333);
|
|
1290
1290
|
}
|
|
1291
1291
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1292
1292
|
color: var(--successText, #1c958f);
|
|
@@ -1309,7 +1309,7 @@ h5,
|
|
|
1309
1309
|
}
|
|
1310
1310
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1311
1311
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1312
|
-
color: var(--errorText, #
|
|
1312
|
+
color: var(--errorText, #ff3333);
|
|
1313
1313
|
}
|
|
1314
1314
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1315
1315
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1337,7 +1337,7 @@ h5,
|
|
|
1337
1337
|
}
|
|
1338
1338
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1339
1339
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1340
|
-
color: var(--errorText, #
|
|
1340
|
+
color: var(--errorText, #ff3333);
|
|
1341
1341
|
}
|
|
1342
1342
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1343
1343
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -370,7 +370,7 @@ h5,
|
|
|
370
370
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
371
371
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
372
372
|
padding: 0;
|
|
373
|
-
margin-
|
|
373
|
+
margin-inline-start: 0;
|
|
374
374
|
}
|
|
375
375
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
376
376
|
border-top-color: #ffffff;
|
|
@@ -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;
|
|
@@ -2174,7 +2174,7 @@ h5,
|
|
|
2174
2174
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
2175
2175
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
2176
2176
|
padding: 0;
|
|
2177
|
-
margin-
|
|
2177
|
+
margin-inline-start: 0;
|
|
2178
2178
|
}
|
|
2179
2179
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
2180
2180
|
border-top-color: #ffffff;
|
|
@@ -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;
|
|
@@ -2174,7 +2174,7 @@ h5,
|
|
|
2174
2174
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
2175
2175
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
2176
2176
|
padding: 0;
|
|
2177
|
-
margin-
|
|
2177
|
+
margin-inline-start: 0;
|
|
2178
2178
|
}
|
|
2179
2179
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
2180
2180
|
border-top-color: #ffffff;
|
|
@@ -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);
|
|
@@ -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);
|