@gofynd/theme-template 3.2.13 → 3.2.15
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/address-form/address-form.css +125 -2
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.css +18 -2
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.css +18 -2
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/carousel/carousel.css +415 -0
- package/dist/components/carousel/carousel.js +1 -0
- package/dist/components/core/fy-button/fy-button.js +1 -1
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.css +8 -2
- package/dist/components/count-down/count-down.js +1 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
- package/dist/components/filter-modal/filter-modal.css +8 -2
- package/dist/components/form-builder/form-builder.css +15 -2
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +125 -2
- package/dist/components/index.js +1 -1
- package/dist/components/loader/loader.js +1 -1
- package/dist/components/location-modal/location-modal.css +8 -2
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +125 -11
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +8 -2
- package/dist/components/shipment-item/shipment-item.css +50 -3
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/verify-mobile/verify-mobile.css +523 -0
- package/dist/components/verify-mobile/verify-mobile.js +1 -0
- package/dist/index.css +1089 -400
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
- package/dist/page-layouts/compare/compare.css +423 -2
- package/dist/page-layouts/compare/compare.js +1 -2
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -3
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +0 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.css +166 -136
- package/dist/pages/blog/blog.js +1 -2
- package/dist/pages/blog/index.css +166 -136
- package/dist/pages/blog/index.js +1 -2
- package/dist/pages/cart/cart.css +18 -2
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +18 -2
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +37 -8
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -8
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +8 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +8 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +7 -0
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +7 -0
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +929 -0
- package/dist/pages/forgot-password/forget-password.js +1 -1
- package/dist/pages/forgot-password/index.css +929 -0
- package/dist/pages/forgot-password/index.js +1 -1
- package/dist/pages/index.css +982 -400
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +7 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +7 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +8 -2
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +8 -2
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +423 -2
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +423 -2
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
- package/dist/pages/profile/email/email.css +8 -2
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.css +8 -2
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.css +8 -2
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.css +15 -2
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.css +15 -2
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.css +8 -2
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/register/index.css +7 -0
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +7 -0
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.css +423 -2
- package/dist/pages/wishlist/index.js +1 -2
- package/dist/pages/wishlist/wishlist.css +423 -2
- package/dist/pages/wishlist/wishlist.js +1 -2
- package/package.json +9 -4
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
- package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
- package/dist/pages/blog/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
|
@@ -3804,6 +3804,421 @@ h5,
|
|
|
3804
3804
|
transform: translate(50%, -50%);
|
|
3805
3805
|
}
|
|
3806
3806
|
|
|
3807
|
+
/**color by character**/
|
|
3808
|
+
/** Font family **/
|
|
3809
|
+
/** Font weight **/
|
|
3810
|
+
.carousel__display-block___utsUU {
|
|
3811
|
+
display: block;
|
|
3812
|
+
}
|
|
3813
|
+
.carousel__inline-block___r5jIE,
|
|
3814
|
+
.carousel__inlineBlock___CweDs {
|
|
3815
|
+
display: inline-block;
|
|
3816
|
+
}
|
|
3817
|
+
.carousel__flex-row___dT_l6 {
|
|
3818
|
+
display: flex;
|
|
3819
|
+
}
|
|
3820
|
+
.carousel__flex-column___bsAla,
|
|
3821
|
+
.carousel__flexColumn___XGHeP {
|
|
3822
|
+
display: flex;
|
|
3823
|
+
flex-direction: column;
|
|
3824
|
+
}
|
|
3825
|
+
.carousel__flex-align-center___RXd0L,
|
|
3826
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
3827
|
+
display: flex;
|
|
3828
|
+
align-items: center;
|
|
3829
|
+
}
|
|
3830
|
+
.carousel__flex-justify-center___TME7Y,
|
|
3831
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
3832
|
+
display: flex;
|
|
3833
|
+
justify-content: center;
|
|
3834
|
+
}
|
|
3835
|
+
.carousel__flex-center___XZwk8,
|
|
3836
|
+
.carousel__flexCenter___r6nnD {
|
|
3837
|
+
display: flex;
|
|
3838
|
+
justify-content: center;
|
|
3839
|
+
align-items: center;
|
|
3840
|
+
}
|
|
3841
|
+
.carousel__justify-start___zWbwC,
|
|
3842
|
+
.carousel__justifyStart___LixAq {
|
|
3843
|
+
justify-content: flex-start;
|
|
3844
|
+
}
|
|
3845
|
+
.carousel__justify-end___im5_L,
|
|
3846
|
+
.carousel__justifyEnd___tPVVJ {
|
|
3847
|
+
justify-content: flex-end;
|
|
3848
|
+
}
|
|
3849
|
+
.carousel__justify-between___e4Kcp,
|
|
3850
|
+
.carousel__justifyBetween___x2p0g {
|
|
3851
|
+
justify-content: space-between;
|
|
3852
|
+
}
|
|
3853
|
+
.carousel__justify-around___SPh3u,
|
|
3854
|
+
.carousel__justifyAround___XrmYt {
|
|
3855
|
+
justify-content: space-around;
|
|
3856
|
+
}
|
|
3857
|
+
.carousel__justify-evenly___FN8sv,
|
|
3858
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
3859
|
+
justify-content: space-evenly;
|
|
3860
|
+
}
|
|
3861
|
+
h1,
|
|
3862
|
+
.carousel__h1___ee7pZ {
|
|
3863
|
+
font-weight: 700;
|
|
3864
|
+
font-size: 28px;
|
|
3865
|
+
line-height: 42px;
|
|
3866
|
+
letter-spacing: -0.03em;
|
|
3867
|
+
color: var(--textHeading, #26201a);
|
|
3868
|
+
}
|
|
3869
|
+
@media only screen and (min-width: 769px) {
|
|
3870
|
+
h1,
|
|
3871
|
+
.carousel__h1___ee7pZ {
|
|
3872
|
+
font-size: 36px;
|
|
3873
|
+
line-height: 48px;
|
|
3874
|
+
}
|
|
3875
|
+
}
|
|
3876
|
+
h2,
|
|
3877
|
+
.carousel__h2___ZNSIB {
|
|
3878
|
+
font-weight: 700;
|
|
3879
|
+
font-size: 28px;
|
|
3880
|
+
line-height: 36px;
|
|
3881
|
+
letter-spacing: -0.03em;
|
|
3882
|
+
color: var(--textHeading, #26201a);
|
|
3883
|
+
}
|
|
3884
|
+
@media only screen and (min-width: 769px) {
|
|
3885
|
+
h2,
|
|
3886
|
+
.carousel__h2___ZNSIB {
|
|
3887
|
+
font-size: 32px;
|
|
3888
|
+
line-height: 42px;
|
|
3889
|
+
}
|
|
3890
|
+
}
|
|
3891
|
+
h3,
|
|
3892
|
+
.carousel__h3___TRk7C {
|
|
3893
|
+
font-weight: 700;
|
|
3894
|
+
letter-spacing: -0.02em;
|
|
3895
|
+
color: var(--textHeading, #26201a);
|
|
3896
|
+
font-size: 24px;
|
|
3897
|
+
line-height: 32px;
|
|
3898
|
+
}
|
|
3899
|
+
@media only screen and (min-width: 769px) {
|
|
3900
|
+
h3,
|
|
3901
|
+
.carousel__h3___TRk7C {
|
|
3902
|
+
font-weight: 700;
|
|
3903
|
+
letter-spacing: -0.02em;
|
|
3904
|
+
color: var(--textHeading, #26201a);
|
|
3905
|
+
font-size: 28px;
|
|
3906
|
+
line-height: 36px;
|
|
3907
|
+
}
|
|
3908
|
+
}
|
|
3909
|
+
h4,
|
|
3910
|
+
.carousel__h4___v15SC {
|
|
3911
|
+
font-weight: 600;
|
|
3912
|
+
letter-spacing: -0.02em;
|
|
3913
|
+
color: var(--textHeading, #26201a);
|
|
3914
|
+
font-size: 16px;
|
|
3915
|
+
line-height: 1.5;
|
|
3916
|
+
}
|
|
3917
|
+
@media only screen and (min-width: 769px) {
|
|
3918
|
+
h4,
|
|
3919
|
+
.carousel__h4___v15SC {
|
|
3920
|
+
font-weight: 600;
|
|
3921
|
+
letter-spacing: -0.02em;
|
|
3922
|
+
color: var(--textHeading, #26201a);
|
|
3923
|
+
font-size: 20px;
|
|
3924
|
+
line-height: 1.5;
|
|
3925
|
+
}
|
|
3926
|
+
}
|
|
3927
|
+
h5,
|
|
3928
|
+
.carousel__h5___8ITca {
|
|
3929
|
+
font-weight: 600;
|
|
3930
|
+
font-size: 14px;
|
|
3931
|
+
line-height: 16px;
|
|
3932
|
+
letter-spacing: -0.02em;
|
|
3933
|
+
color: var(--textHeading, #26201a);
|
|
3934
|
+
}
|
|
3935
|
+
@media only screen and (min-width: 769px) {
|
|
3936
|
+
h5,
|
|
3937
|
+
.carousel__h5___8ITca {
|
|
3938
|
+
font-size: 16px;
|
|
3939
|
+
line-height: 18px;
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
.carousel__b1___BJlKm {
|
|
3943
|
+
font-weight: 400;
|
|
3944
|
+
font-size: 14px;
|
|
3945
|
+
line-height: 18px;
|
|
3946
|
+
letter-spacing: -0.02em;
|
|
3947
|
+
color: var(--textBody, #3c3131);
|
|
3948
|
+
}
|
|
3949
|
+
@media only screen and (min-width: 769px) {
|
|
3950
|
+
.carousel__b1___BJlKm {
|
|
3951
|
+
font-size: 16px;
|
|
3952
|
+
line-height: 20px;
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3955
|
+
.carousel__b-small___eEZM0,
|
|
3956
|
+
.carousel__bSmall___z55Bs,
|
|
3957
|
+
.carousel__b2___OCSqn {
|
|
3958
|
+
font-weight: 400;
|
|
3959
|
+
letter-spacing: -0.02em;
|
|
3960
|
+
color: var(--textBody, #3c3131);
|
|
3961
|
+
font-size: 12px;
|
|
3962
|
+
line-height: 16px;
|
|
3963
|
+
}
|
|
3964
|
+
@media only screen and (min-width: 769px) {
|
|
3965
|
+
.carousel__b-small___eEZM0,
|
|
3966
|
+
.carousel__bSmall___z55Bs,
|
|
3967
|
+
.carousel__b2___OCSqn {
|
|
3968
|
+
font-weight: 400;
|
|
3969
|
+
letter-spacing: -0.02em;
|
|
3970
|
+
color: var(--textBody, #3c3131);
|
|
3971
|
+
font-size: 14px;
|
|
3972
|
+
line-height: 18px;
|
|
3973
|
+
}
|
|
3974
|
+
}
|
|
3975
|
+
.carousel__d1___HGZ3m {
|
|
3976
|
+
font-size: 36px;
|
|
3977
|
+
font-weight: 700;
|
|
3978
|
+
line-height: 48px;
|
|
3979
|
+
letter-spacing: -0.02em;
|
|
3980
|
+
}
|
|
3981
|
+
@media only screen and (min-width: 769px) {
|
|
3982
|
+
.carousel__d1___HGZ3m {
|
|
3983
|
+
font-size: 64px;
|
|
3984
|
+
line-height: 85px;
|
|
3985
|
+
letter-spacing: -0.03em;
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
.carousel__caption-medium___geBOh,
|
|
3989
|
+
.carousel__captionMedium___fKLRf {
|
|
3990
|
+
font-size: 12px;
|
|
3991
|
+
line-height: 1.5;
|
|
3992
|
+
letter-spacing: -0.02em;
|
|
3993
|
+
font-weight: 500;
|
|
3994
|
+
}
|
|
3995
|
+
@media only screen and (max-width: 480px) {
|
|
3996
|
+
.carousel__caption-medium___geBOh,
|
|
3997
|
+
.carousel__captionMedium___fKLRf {
|
|
3998
|
+
font-size: 11px;
|
|
3999
|
+
}
|
|
4000
|
+
}
|
|
4001
|
+
.carousel__caption-semi-bold___mn18z,
|
|
4002
|
+
.carousel__captionSemiBold___USgYk {
|
|
4003
|
+
font-size: 12px;
|
|
4004
|
+
line-height: 1.5;
|
|
4005
|
+
letter-spacing: -0.02em;
|
|
4006
|
+
font-weight: 600;
|
|
4007
|
+
}
|
|
4008
|
+
@media only screen and (max-width: 480px) {
|
|
4009
|
+
.carousel__caption-semi-bold___mn18z,
|
|
4010
|
+
.carousel__captionSemiBold___USgYk {
|
|
4011
|
+
font-size: 11px;
|
|
4012
|
+
}
|
|
4013
|
+
}
|
|
4014
|
+
.carousel__btn-link___glyDY,
|
|
4015
|
+
.carousel__btnLink___eQWdx {
|
|
4016
|
+
font-weight: 500;
|
|
4017
|
+
letter-spacing: -0.02em;
|
|
4018
|
+
font-size: 12px;
|
|
4019
|
+
line-height: 14px;
|
|
4020
|
+
border-radius: var(--buttonRadius, 0px);
|
|
4021
|
+
cursor: pointer;
|
|
4022
|
+
color: var(--buttonLink, #b1655b);
|
|
4023
|
+
text-decoration: underline;
|
|
4024
|
+
background: none;
|
|
4025
|
+
border: none;
|
|
4026
|
+
}
|
|
4027
|
+
@media only screen and (min-width: 769px) {
|
|
4028
|
+
.carousel__btn-link___glyDY,
|
|
4029
|
+
.carousel__btnLink___eQWdx {
|
|
4030
|
+
font-weight: 500;
|
|
4031
|
+
letter-spacing: -0.02em;
|
|
4032
|
+
font-size: 14px;
|
|
4033
|
+
line-height: 16px;
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
.carousel__btn-link___glyDY:hover,
|
|
4037
|
+
.carousel__btnLink___eQWdx:hover {
|
|
4038
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
4039
|
+
}
|
|
4040
|
+
.carousel__btn-link___glyDY:disabled,
|
|
4041
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
4042
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
4043
|
+
}
|
|
4044
|
+
.carousel__btn-link___glyDY:active,
|
|
4045
|
+
.carousel__btnLink___eQWdx:active {
|
|
4046
|
+
opacity: 0.8;
|
|
4047
|
+
}
|
|
4048
|
+
.carousel__user-select-none___e3b8_,
|
|
4049
|
+
.carousel__userSelectNone___UTFsk {
|
|
4050
|
+
user-select: none;
|
|
4051
|
+
-moz-user-select: none;
|
|
4052
|
+
-webkit-user-select: none;
|
|
4053
|
+
-ms-user-select: none;
|
|
4054
|
+
}
|
|
4055
|
+
.carousel__margin-0-auto___V6g65,
|
|
4056
|
+
.carousel__margin0auto___ySsps {
|
|
4057
|
+
margin: 0 auto;
|
|
4058
|
+
}
|
|
4059
|
+
.carousel__base-page-container___E6gwT,
|
|
4060
|
+
.carousel__basePageContainer___AGzmu {
|
|
4061
|
+
max-width: 1440px !important;
|
|
4062
|
+
}
|
|
4063
|
+
.carousel__remove-scroll___Pt0wR,
|
|
4064
|
+
.carousel__removeScroll___H2sDy {
|
|
4065
|
+
overflow-y: hidden !important;
|
|
4066
|
+
}
|
|
4067
|
+
.carousel__mr-5___zrCxV,
|
|
4068
|
+
.carousel__mr5___xkDz3 {
|
|
4069
|
+
margin-inline-end: 30px !important;
|
|
4070
|
+
}
|
|
4071
|
+
.carousel__mr-2___GMegU,
|
|
4072
|
+
.carousel__mr2___LW6Mf {
|
|
4073
|
+
margin-inline-end: 5px !important;
|
|
4074
|
+
}
|
|
4075
|
+
.carousel__py-5___X5LkA,
|
|
4076
|
+
.carousel__py5___H8tFM {
|
|
4077
|
+
padding-top: 1.875rem !important;
|
|
4078
|
+
padding-bottom: 1.875rem !important;
|
|
4079
|
+
}
|
|
4080
|
+
.carousel__view-all-text___xIJti,
|
|
4081
|
+
.carousel__viewAllText___UKfLU {
|
|
4082
|
+
font-size: 20px;
|
|
4083
|
+
font-weight: 400;
|
|
4084
|
+
text-transform: lowercase;
|
|
4085
|
+
text-decoration: underline;
|
|
4086
|
+
}
|
|
4087
|
+
.carousel__view-all-mobile___KN5tC,
|
|
4088
|
+
.carousel__viewAllMobile___UqtjR {
|
|
4089
|
+
display: none;
|
|
4090
|
+
}
|
|
4091
|
+
@media only screen and (max-width: 768px) {
|
|
4092
|
+
.carousel__view-all-mobile___KN5tC,
|
|
4093
|
+
.carousel__viewAllMobile___UqtjR {
|
|
4094
|
+
display: flex;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
justify-content: center;
|
|
4097
|
+
margin-top: 40px;
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
@media only screen and (max-width: 480px) {
|
|
4101
|
+
.carousel__view-all-mobile___KN5tC,
|
|
4102
|
+
.carousel__viewAllMobile___UqtjR {
|
|
4103
|
+
margin-top: 24px;
|
|
4104
|
+
}
|
|
4105
|
+
}
|
|
4106
|
+
.carousel__accent-btn___ljV96,
|
|
4107
|
+
.carousel__accentBtn___eeYUW {
|
|
4108
|
+
background-color: var(--accentColor);
|
|
4109
|
+
color: #fff;
|
|
4110
|
+
}
|
|
4111
|
+
.carousel__no-scroll___Yl9Wg,
|
|
4112
|
+
.carousel__noScroll___V3m9I {
|
|
4113
|
+
overflow-y: hidden;
|
|
4114
|
+
}
|
|
4115
|
+
.carousel__hide-overflow___RSirN,
|
|
4116
|
+
.carousel__hideOverflow___O7cOa {
|
|
4117
|
+
overflow: hidden;
|
|
4118
|
+
}
|
|
4119
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
4120
|
+
margin-top: 0 !important;
|
|
4121
|
+
margin-bottom: 0 !important;
|
|
4122
|
+
}
|
|
4123
|
+
@media only screen and (max-width: 480px) {
|
|
4124
|
+
.carousel__markdown-body___mCpXK {
|
|
4125
|
+
font-size: 12px !important;
|
|
4126
|
+
padding: 5px !important;
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
.carousel__view3d-canvas___iHO9u {
|
|
4130
|
+
width: 100%;
|
|
4131
|
+
height: 100%;
|
|
4132
|
+
}
|
|
4133
|
+
@media only screen and (max-width: 480px) {
|
|
4134
|
+
.carousel__view-mobile-up___Okb4u {
|
|
4135
|
+
display: none !important;
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
@media only screen and (min-width: 481px) {
|
|
4139
|
+
.carousel__view-mobile___l_iEN {
|
|
4140
|
+
display: none !important;
|
|
4141
|
+
}
|
|
4142
|
+
}
|
|
4143
|
+
.carousel__carousel___zSABm {
|
|
4144
|
+
position: relative;
|
|
4145
|
+
}
|
|
4146
|
+
.carousel__carouselContent___QZKSp {
|
|
4147
|
+
overflow: hidden;
|
|
4148
|
+
}
|
|
4149
|
+
.carousel__carouselTrack___aUjv6 {
|
|
4150
|
+
display: flex;
|
|
4151
|
+
}
|
|
4152
|
+
carouselTrackHorizontal {
|
|
4153
|
+
margin-left: -1rem;
|
|
4154
|
+
}
|
|
4155
|
+
carouselTrackVertical {
|
|
4156
|
+
flex-direction: column;
|
|
4157
|
+
margin-top: -1rem;
|
|
4158
|
+
}
|
|
4159
|
+
.carousel__carouselItem___zlVkY {
|
|
4160
|
+
min-width: 0;
|
|
4161
|
+
flex: 0 0 100%;
|
|
4162
|
+
}
|
|
4163
|
+
carouselItemHorizontal {
|
|
4164
|
+
padding-left: 1rem;
|
|
4165
|
+
}
|
|
4166
|
+
carouselItemVertical {
|
|
4167
|
+
padding-top: 1rem;
|
|
4168
|
+
}
|
|
4169
|
+
.carousel__carouselBtn___Z49nh {
|
|
4170
|
+
position: absolute;
|
|
4171
|
+
width: 1em;
|
|
4172
|
+
height: 1em;
|
|
4173
|
+
border-radius: 50%;
|
|
4174
|
+
font-size: 48px;
|
|
4175
|
+
transition: background-color 0.3s ease-in-out;
|
|
4176
|
+
display: flex;
|
|
4177
|
+
align-items: center;
|
|
4178
|
+
justify-content: center;
|
|
4179
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
4180
|
+
}
|
|
4181
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
4182
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
4183
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
4184
|
+
}
|
|
4185
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
4186
|
+
width: 0.8em;
|
|
4187
|
+
height: 0.8em;
|
|
4188
|
+
font-size: inherit;
|
|
4189
|
+
}
|
|
4190
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
4191
|
+
left: 20px;
|
|
4192
|
+
top: 50%;
|
|
4193
|
+
transform: translateY(-50%);
|
|
4194
|
+
}
|
|
4195
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
4196
|
+
top: -36px;
|
|
4197
|
+
left: 50%;
|
|
4198
|
+
transform: translateX(-50%) rotate(90deg);
|
|
4199
|
+
}
|
|
4200
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
4201
|
+
right: 20px;
|
|
4202
|
+
top: 50%;
|
|
4203
|
+
transform: translateY(-50%) rotate(180deg);
|
|
4204
|
+
}
|
|
4205
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
4206
|
+
bottom: -36px;
|
|
4207
|
+
left: 50%;
|
|
4208
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
4209
|
+
}
|
|
4210
|
+
.carousel__srOnly___Q1z_4 {
|
|
4211
|
+
position: absolute;
|
|
4212
|
+
width: 1px;
|
|
4213
|
+
height: 1px;
|
|
4214
|
+
padding: 0;
|
|
4215
|
+
margin: -1px;
|
|
4216
|
+
overflow: hidden;
|
|
4217
|
+
clip: rect(0, 0, 0, 0);
|
|
4218
|
+
white-space: nowrap;
|
|
4219
|
+
border-width: 0;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
3807
4222
|
/**color by character**/
|
|
3808
4223
|
/** Font family **/
|
|
3809
4224
|
/** Font weight **/
|
|
@@ -5644,6 +6059,7 @@ h5,
|
|
|
5644
6059
|
box-sizing: border-box;
|
|
5645
6060
|
width: 100%;
|
|
5646
6061
|
background-color: transparent;
|
|
6062
|
+
font-weight: 500;
|
|
5647
6063
|
}
|
|
5648
6064
|
@media only screen and (max-width: 480px) {
|
|
5649
6065
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -5663,7 +6079,9 @@ h5,
|
|
|
5663
6079
|
outline: none;
|
|
5664
6080
|
}
|
|
5665
6081
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
5666
|
-
color: var(--textSecondary);
|
|
6082
|
+
color: var(--textSecondary, #9c9c9c);
|
|
6083
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
6084
|
+
font-weight: 400;
|
|
5667
6085
|
}
|
|
5668
6086
|
.fy-input__fyInput___S4Mtu:focus {
|
|
5669
6087
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -5684,8 +6102,11 @@ h5,
|
|
|
5684
6102
|
height: 48px;
|
|
5685
6103
|
}
|
|
5686
6104
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
5687
|
-
border: 1px solid #
|
|
6105
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
5688
6106
|
cursor: not-allowed;
|
|
6107
|
+
pointer-events: auto;
|
|
6108
|
+
}
|
|
6109
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
5689
6110
|
pointer-events: none;
|
|
5690
6111
|
}
|
|
5691
6112
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|