@gofynd/theme-template 3.2.9 → 3.2.11
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.js +1 -1
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/bag/bag.css +433 -0
- package/dist/components/bag/bag.js +1 -0
- package/dist/components/blog-page/blog-page.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.js +1 -1
- package/dist/components/core/modal/modal.js +1 -1
- package/dist/components/filter-modal/filter-modal.css +26 -10
- package/dist/components/filter-modal/filter-modal.js +2 -1
- package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +434 -5
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +26 -10
- package/dist/components/range-slider/range-slider.js +2 -1
- package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
- package/dist/components/shipment-item/shipment-item.css +434 -11
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
- package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
- package/dist/components/sort-modal/sort-modal.js +1 -1
- package/dist/helper/hooks/index.js +1 -1
- package/dist/helper/hooks/useAddressAutofill.js +1 -0
- package/dist/index.css +674 -303
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +20 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.js +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.js +1 -1
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
- package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
- package/dist/page-layouts/plp/Components/size-guide/size-guide.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
- package/dist/page-layouts/single-checkout/payment/zero-pay-btn/zero-pay-btn.js +1 -1
- 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.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +411 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +411 -0
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/index.css +729 -358
- package/dist/pages/index.js +1 -1
- package/dist/pages/index.js.LICENSE.txt +20 -0
- package/dist/pages/login/index.css +292 -292
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +292 -292
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order-status/index.css +895 -6
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +895 -6
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +26 -10
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
- package/dist/pages/product-listing/product-listing.css +26 -10
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
- 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.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +2 -1
|
@@ -2813,59 +2813,59 @@ h5,
|
|
|
2813
2813
|
/**color by character**/
|
|
2814
2814
|
/** Font family **/
|
|
2815
2815
|
/** Font weight **/
|
|
2816
|
-
.google-login-button__display-
|
|
2816
|
+
.google-login-button__display-block___EQK2o {
|
|
2817
2817
|
display: block;
|
|
2818
2818
|
}
|
|
2819
|
-
.google-login-button__inline-
|
|
2820
|
-
.google-login-
|
|
2819
|
+
.google-login-button__inline-block___9pJfj,
|
|
2820
|
+
.google-login-button__inlineBlock___xaDLJ {
|
|
2821
2821
|
display: inline-block;
|
|
2822
2822
|
}
|
|
2823
|
-
.google-login-button__flex-
|
|
2823
|
+
.google-login-button__flex-row___w3sfS {
|
|
2824
2824
|
display: flex;
|
|
2825
2825
|
}
|
|
2826
|
-
.google-login-button__flex-
|
|
2827
|
-
.google-login-
|
|
2826
|
+
.google-login-button__flex-column___cMdoc,
|
|
2827
|
+
.google-login-button__flexColumn___vi3_l {
|
|
2828
2828
|
display: flex;
|
|
2829
2829
|
flex-direction: column;
|
|
2830
2830
|
}
|
|
2831
|
-
.google-login-button__flex-align-
|
|
2832
|
-
.google-login-
|
|
2831
|
+
.google-login-button__flex-align-center___mhY9m,
|
|
2832
|
+
.google-login-button__flexAlignCenter___OEPpa {
|
|
2833
2833
|
display: flex;
|
|
2834
2834
|
align-items: center;
|
|
2835
2835
|
}
|
|
2836
|
-
.google-login-button__flex-justify-
|
|
2837
|
-
.google-login-
|
|
2836
|
+
.google-login-button__flex-justify-center___IXrmp,
|
|
2837
|
+
.google-login-button__flexJustifyCenter___U16kz {
|
|
2838
2838
|
display: flex;
|
|
2839
2839
|
justify-content: center;
|
|
2840
2840
|
}
|
|
2841
|
-
.google-login-button__flex-
|
|
2842
|
-
.google-login-
|
|
2841
|
+
.google-login-button__flex-center___Gh9Mi,
|
|
2842
|
+
.google-login-button__flexCenter___AEfD1 {
|
|
2843
2843
|
display: flex;
|
|
2844
2844
|
justify-content: center;
|
|
2845
2845
|
align-items: center;
|
|
2846
2846
|
}
|
|
2847
|
-
.google-login-button__justify-
|
|
2848
|
-
.google-login-
|
|
2847
|
+
.google-login-button__justify-start___h6Jgw,
|
|
2848
|
+
.google-login-button__justifyStart___hikzO {
|
|
2849
2849
|
justify-content: flex-start;
|
|
2850
2850
|
}
|
|
2851
|
-
.google-login-button__justify-
|
|
2852
|
-
.google-login-
|
|
2851
|
+
.google-login-button__justify-end___JjvSy,
|
|
2852
|
+
.google-login-button__justifyEnd___bwuFS {
|
|
2853
2853
|
justify-content: flex-end;
|
|
2854
2854
|
}
|
|
2855
|
-
.google-login-button__justify-
|
|
2856
|
-
.google-login-
|
|
2855
|
+
.google-login-button__justify-between___Umw8R,
|
|
2856
|
+
.google-login-button__justifyBetween___uv6BP {
|
|
2857
2857
|
justify-content: space-between;
|
|
2858
2858
|
}
|
|
2859
|
-
.google-login-button__justify-
|
|
2860
|
-
.google-login-
|
|
2859
|
+
.google-login-button__justify-around___lfcBD,
|
|
2860
|
+
.google-login-button__justifyAround___tNO7M {
|
|
2861
2861
|
justify-content: space-around;
|
|
2862
2862
|
}
|
|
2863
|
-
.google-login-button__justify-
|
|
2864
|
-
.google-login-
|
|
2863
|
+
.google-login-button__justify-evenly___ivoWs,
|
|
2864
|
+
.google-login-button__justifyEvenly___UOMVU {
|
|
2865
2865
|
justify-content: space-evenly;
|
|
2866
2866
|
}
|
|
2867
2867
|
h1,
|
|
2868
|
-
.google-login-
|
|
2868
|
+
.google-login-button__h1___vLAjS {
|
|
2869
2869
|
font-weight: 700;
|
|
2870
2870
|
font-size: 28px;
|
|
2871
2871
|
line-height: 42px;
|
|
@@ -2874,13 +2874,13 @@ h1,
|
|
|
2874
2874
|
}
|
|
2875
2875
|
@media only screen and (min-width: 769px) {
|
|
2876
2876
|
h1,
|
|
2877
|
-
.google-login-
|
|
2877
|
+
.google-login-button__h1___vLAjS {
|
|
2878
2878
|
font-size: 36px;
|
|
2879
2879
|
line-height: 48px;
|
|
2880
2880
|
}
|
|
2881
2881
|
}
|
|
2882
2882
|
h2,
|
|
2883
|
-
.google-login-
|
|
2883
|
+
.google-login-button__h2___ucEr5 {
|
|
2884
2884
|
font-weight: 700;
|
|
2885
2885
|
font-size: 28px;
|
|
2886
2886
|
line-height: 36px;
|
|
@@ -2889,13 +2889,13 @@ h2,
|
|
|
2889
2889
|
}
|
|
2890
2890
|
@media only screen and (min-width: 769px) {
|
|
2891
2891
|
h2,
|
|
2892
|
-
.google-login-
|
|
2892
|
+
.google-login-button__h2___ucEr5 {
|
|
2893
2893
|
font-size: 32px;
|
|
2894
2894
|
line-height: 42px;
|
|
2895
2895
|
}
|
|
2896
2896
|
}
|
|
2897
2897
|
h3,
|
|
2898
|
-
.google-login-
|
|
2898
|
+
.google-login-button__h3___loah0 {
|
|
2899
2899
|
font-weight: 700;
|
|
2900
2900
|
letter-spacing: -0.02em;
|
|
2901
2901
|
color: var(--textHeading, #26201a);
|
|
@@ -2904,7 +2904,7 @@ h3,
|
|
|
2904
2904
|
}
|
|
2905
2905
|
@media only screen and (min-width: 769px) {
|
|
2906
2906
|
h3,
|
|
2907
|
-
.google-login-
|
|
2907
|
+
.google-login-button__h3___loah0 {
|
|
2908
2908
|
font-weight: 700;
|
|
2909
2909
|
letter-spacing: -0.02em;
|
|
2910
2910
|
color: var(--textHeading, #26201a);
|
|
@@ -2913,7 +2913,7 @@ h3,
|
|
|
2913
2913
|
}
|
|
2914
2914
|
}
|
|
2915
2915
|
h4,
|
|
2916
|
-
.google-login-
|
|
2916
|
+
.google-login-button__h4___FXEwb {
|
|
2917
2917
|
font-weight: 600;
|
|
2918
2918
|
letter-spacing: -0.02em;
|
|
2919
2919
|
color: var(--textHeading, #26201a);
|
|
@@ -2922,7 +2922,7 @@ h4,
|
|
|
2922
2922
|
}
|
|
2923
2923
|
@media only screen and (min-width: 769px) {
|
|
2924
2924
|
h4,
|
|
2925
|
-
.google-login-
|
|
2925
|
+
.google-login-button__h4___FXEwb {
|
|
2926
2926
|
font-weight: 600;
|
|
2927
2927
|
letter-spacing: -0.02em;
|
|
2928
2928
|
color: var(--textHeading, #26201a);
|
|
@@ -2931,7 +2931,7 @@ h4,
|
|
|
2931
2931
|
}
|
|
2932
2932
|
}
|
|
2933
2933
|
h5,
|
|
2934
|
-
.google-login-
|
|
2934
|
+
.google-login-button__h5___PTFst {
|
|
2935
2935
|
font-weight: 600;
|
|
2936
2936
|
font-size: 14px;
|
|
2937
2937
|
line-height: 16px;
|
|
@@ -2940,12 +2940,12 @@ h5,
|
|
|
2940
2940
|
}
|
|
2941
2941
|
@media only screen and (min-width: 769px) {
|
|
2942
2942
|
h5,
|
|
2943
|
-
.google-login-
|
|
2943
|
+
.google-login-button__h5___PTFst {
|
|
2944
2944
|
font-size: 16px;
|
|
2945
2945
|
line-height: 18px;
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
|
-
.google-login-
|
|
2948
|
+
.google-login-button__b1___gn5kp {
|
|
2949
2949
|
font-weight: 400;
|
|
2950
2950
|
font-size: 14px;
|
|
2951
2951
|
line-height: 18px;
|
|
@@ -2953,14 +2953,14 @@ h5,
|
|
|
2953
2953
|
color: var(--textBody, #3c3131);
|
|
2954
2954
|
}
|
|
2955
2955
|
@media only screen and (min-width: 769px) {
|
|
2956
|
-
.google-login-
|
|
2956
|
+
.google-login-button__b1___gn5kp {
|
|
2957
2957
|
font-size: 16px;
|
|
2958
2958
|
line-height: 20px;
|
|
2959
2959
|
}
|
|
2960
2960
|
}
|
|
2961
|
-
.google-login-button__b-
|
|
2962
|
-
.google-login-
|
|
2963
|
-
.google-login-
|
|
2961
|
+
.google-login-button__b-small___XRSEe,
|
|
2962
|
+
.google-login-button__bSmall___XmFGu,
|
|
2963
|
+
.google-login-button__b2___TKzu0 {
|
|
2964
2964
|
font-weight: 400;
|
|
2965
2965
|
letter-spacing: -0.02em;
|
|
2966
2966
|
color: var(--textBody, #3c3131);
|
|
@@ -2968,9 +2968,9 @@ h5,
|
|
|
2968
2968
|
line-height: 16px;
|
|
2969
2969
|
}
|
|
2970
2970
|
@media only screen and (min-width: 769px) {
|
|
2971
|
-
.google-login-button__b-
|
|
2972
|
-
.google-login-
|
|
2973
|
-
.google-login-
|
|
2971
|
+
.google-login-button__b-small___XRSEe,
|
|
2972
|
+
.google-login-button__bSmall___XmFGu,
|
|
2973
|
+
.google-login-button__b2___TKzu0 {
|
|
2974
2974
|
font-weight: 400;
|
|
2975
2975
|
letter-spacing: -0.02em;
|
|
2976
2976
|
color: var(--textBody, #3c3131);
|
|
@@ -2978,47 +2978,47 @@ h5,
|
|
|
2978
2978
|
line-height: 18px;
|
|
2979
2979
|
}
|
|
2980
2980
|
}
|
|
2981
|
-
.google-login-
|
|
2981
|
+
.google-login-button__d1___M75gW {
|
|
2982
2982
|
font-size: 36px;
|
|
2983
2983
|
font-weight: 700;
|
|
2984
2984
|
line-height: 48px;
|
|
2985
2985
|
letter-spacing: -0.02em;
|
|
2986
2986
|
}
|
|
2987
2987
|
@media only screen and (min-width: 769px) {
|
|
2988
|
-
.google-login-
|
|
2988
|
+
.google-login-button__d1___M75gW {
|
|
2989
2989
|
font-size: 64px;
|
|
2990
2990
|
line-height: 85px;
|
|
2991
2991
|
letter-spacing: -0.03em;
|
|
2992
2992
|
}
|
|
2993
2993
|
}
|
|
2994
|
-
.google-login-button__caption-
|
|
2995
|
-
.google-login-
|
|
2994
|
+
.google-login-button__caption-medium___OCpEN,
|
|
2995
|
+
.google-login-button__captionMedium___bKtvU {
|
|
2996
2996
|
font-size: 12px;
|
|
2997
2997
|
line-height: 1.5;
|
|
2998
2998
|
letter-spacing: -0.02em;
|
|
2999
2999
|
font-weight: 500;
|
|
3000
3000
|
}
|
|
3001
3001
|
@media only screen and (max-width: 480px) {
|
|
3002
|
-
.google-login-button__caption-
|
|
3003
|
-
.google-login-
|
|
3002
|
+
.google-login-button__caption-medium___OCpEN,
|
|
3003
|
+
.google-login-button__captionMedium___bKtvU {
|
|
3004
3004
|
font-size: 11px;
|
|
3005
3005
|
}
|
|
3006
3006
|
}
|
|
3007
|
-
.google-login-button__caption-semi-
|
|
3008
|
-
.google-login-
|
|
3007
|
+
.google-login-button__caption-semi-bold___GD7ZM,
|
|
3008
|
+
.google-login-button__captionSemiBold___FZEVw {
|
|
3009
3009
|
font-size: 12px;
|
|
3010
3010
|
line-height: 1.5;
|
|
3011
3011
|
letter-spacing: -0.02em;
|
|
3012
3012
|
font-weight: 600;
|
|
3013
3013
|
}
|
|
3014
3014
|
@media only screen and (max-width: 480px) {
|
|
3015
|
-
.google-login-button__caption-semi-
|
|
3016
|
-
.google-login-
|
|
3015
|
+
.google-login-button__caption-semi-bold___GD7ZM,
|
|
3016
|
+
.google-login-button__captionSemiBold___FZEVw {
|
|
3017
3017
|
font-size: 11px;
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
|
-
.google-login-button__btn-
|
|
3021
|
-
.google-login-
|
|
3020
|
+
.google-login-button__btn-link___E020C,
|
|
3021
|
+
.google-login-button__btnLink___DyX1T {
|
|
3022
3022
|
font-weight: 500;
|
|
3023
3023
|
letter-spacing: -0.02em;
|
|
3024
3024
|
font-size: 12px;
|
|
@@ -3031,72 +3031,72 @@ h5,
|
|
|
3031
3031
|
border: none;
|
|
3032
3032
|
}
|
|
3033
3033
|
@media only screen and (min-width: 769px) {
|
|
3034
|
-
.google-login-button__btn-
|
|
3035
|
-
.google-login-
|
|
3034
|
+
.google-login-button__btn-link___E020C,
|
|
3035
|
+
.google-login-button__btnLink___DyX1T {
|
|
3036
3036
|
font-weight: 500;
|
|
3037
3037
|
letter-spacing: -0.02em;
|
|
3038
3038
|
font-size: 14px;
|
|
3039
3039
|
line-height: 16px;
|
|
3040
3040
|
}
|
|
3041
3041
|
}
|
|
3042
|
-
.google-login-button__btn-
|
|
3043
|
-
.google-login-
|
|
3042
|
+
.google-login-button__btn-link___E020C:hover,
|
|
3043
|
+
.google-login-button__btnLink___DyX1T:hover {
|
|
3044
3044
|
color: var(--buttonLinkL1, #c1847c);
|
|
3045
3045
|
}
|
|
3046
|
-
.google-login-button__btn-
|
|
3047
|
-
.google-login-
|
|
3046
|
+
.google-login-button__btn-link___E020C:disabled,
|
|
3047
|
+
.google-login-button__btnLink___DyX1T:disabled {
|
|
3048
3048
|
color: var(--buttonLinkL2, #d0a39d);
|
|
3049
3049
|
}
|
|
3050
|
-
.google-login-button__btn-
|
|
3051
|
-
.google-login-
|
|
3050
|
+
.google-login-button__btn-link___E020C:active,
|
|
3051
|
+
.google-login-button__btnLink___DyX1T:active {
|
|
3052
3052
|
opacity: 0.8;
|
|
3053
3053
|
}
|
|
3054
|
-
.google-login-button__user-select-
|
|
3055
|
-
.google-login-
|
|
3054
|
+
.google-login-button__user-select-none___bC0RH,
|
|
3055
|
+
.google-login-button__userSelectNone___HQ4BZ {
|
|
3056
3056
|
user-select: none;
|
|
3057
3057
|
-moz-user-select: none;
|
|
3058
3058
|
-webkit-user-select: none;
|
|
3059
3059
|
-ms-user-select: none;
|
|
3060
3060
|
}
|
|
3061
|
-
.google-login-button__margin-0-
|
|
3062
|
-
.google-login-
|
|
3061
|
+
.google-login-button__margin-0-auto___UgACc,
|
|
3062
|
+
.google-login-button__margin0auto___KDHNy {
|
|
3063
3063
|
margin: 0 auto;
|
|
3064
3064
|
}
|
|
3065
|
-
.google-login-button__base-page-
|
|
3066
|
-
.google-login-
|
|
3065
|
+
.google-login-button__base-page-container___cCddh,
|
|
3066
|
+
.google-login-button__basePageContainer___Luskf {
|
|
3067
3067
|
max-width: 1440px !important;
|
|
3068
3068
|
}
|
|
3069
|
-
.google-login-button__remove-
|
|
3070
|
-
.google-login-
|
|
3069
|
+
.google-login-button__remove-scroll___vm0Bf,
|
|
3070
|
+
.google-login-button__removeScroll___tRToz {
|
|
3071
3071
|
overflow-y: hidden !important;
|
|
3072
3072
|
}
|
|
3073
|
-
.google-login-button__mr-
|
|
3074
|
-
.google-login-
|
|
3073
|
+
.google-login-button__mr-5___x4XQr,
|
|
3074
|
+
.google-login-button__mr5___iTyOy {
|
|
3075
3075
|
margin-inline-end: 30px !important;
|
|
3076
3076
|
}
|
|
3077
|
-
.google-login-button__mr-
|
|
3078
|
-
.google-login-
|
|
3077
|
+
.google-login-button__mr-2___nmNTa,
|
|
3078
|
+
.google-login-button__mr2___SCEtu {
|
|
3079
3079
|
margin-inline-end: 5px !important;
|
|
3080
3080
|
}
|
|
3081
|
-
.google-login-button__py-
|
|
3082
|
-
.google-login-
|
|
3081
|
+
.google-login-button__py-5___xlK1L,
|
|
3082
|
+
.google-login-button__py5___Df4BQ {
|
|
3083
3083
|
padding-top: 1.875rem !important;
|
|
3084
3084
|
padding-bottom: 1.875rem !important;
|
|
3085
3085
|
}
|
|
3086
|
-
.google-login-button__view-all-
|
|
3087
|
-
.google-login-
|
|
3086
|
+
.google-login-button__view-all-text___vrryv,
|
|
3087
|
+
.google-login-button__viewAllText___uFfCU {
|
|
3088
3088
|
font-size: 20px;
|
|
3089
3089
|
font-weight: 400;
|
|
3090
3090
|
text-transform: lowercase;
|
|
3091
3091
|
text-decoration: underline;
|
|
3092
3092
|
}
|
|
3093
|
-
.google-login-button__view-all-
|
|
3094
|
-
.google-login-
|
|
3093
|
+
.google-login-button__view-all-mobile___A40K0,
|
|
3094
|
+
.google-login-button__viewAllMobile___Iohgc {
|
|
3095
3095
|
display: none;
|
|
3096
3096
|
}
|
|
3097
3097
|
@media only screen and (max-width: 768px) {
|
|
3098
|
-
.google-login-button__view-all-
|
|
3099
|
-
.google-login-
|
|
3098
|
+
.google-login-button__view-all-mobile___A40K0,
|
|
3099
|
+
.google-login-button__viewAllMobile___Iohgc {
|
|
3100
3100
|
display: flex;
|
|
3101
3101
|
align-items: center;
|
|
3102
3102
|
justify-content: center;
|
|
@@ -3104,55 +3104,55 @@ h5,
|
|
|
3104
3104
|
}
|
|
3105
3105
|
}
|
|
3106
3106
|
@media only screen and (max-width: 480px) {
|
|
3107
|
-
.google-login-button__view-all-
|
|
3108
|
-
.google-login-
|
|
3107
|
+
.google-login-button__view-all-mobile___A40K0,
|
|
3108
|
+
.google-login-button__viewAllMobile___Iohgc {
|
|
3109
3109
|
margin-top: 24px;
|
|
3110
3110
|
}
|
|
3111
3111
|
}
|
|
3112
|
-
.google-login-button__accent-
|
|
3113
|
-
.google-login-
|
|
3112
|
+
.google-login-button__accent-btn___rKmnO,
|
|
3113
|
+
.google-login-button__accentBtn___VKUfQ {
|
|
3114
3114
|
background-color: var(--accentColor);
|
|
3115
3115
|
color: #fff;
|
|
3116
3116
|
}
|
|
3117
|
-
.google-login-button__no-
|
|
3118
|
-
.google-login-
|
|
3117
|
+
.google-login-button__no-scroll___lm8sG,
|
|
3118
|
+
.google-login-button__noScroll___E1yUU {
|
|
3119
3119
|
overflow-y: hidden;
|
|
3120
3120
|
}
|
|
3121
|
-
.google-login-button__hide-
|
|
3122
|
-
.google-login-
|
|
3121
|
+
.google-login-button__hide-overflow___v49bU,
|
|
3122
|
+
.google-login-button__hideOverflow___E2jbU {
|
|
3123
3123
|
overflow: hidden;
|
|
3124
3124
|
}
|
|
3125
|
-
.google-login-button__markdown-
|
|
3125
|
+
.google-login-button__markdown-body___f2CS3 h6 {
|
|
3126
3126
|
margin-top: 0 !important;
|
|
3127
3127
|
margin-bottom: 0 !important;
|
|
3128
3128
|
}
|
|
3129
3129
|
@media only screen and (max-width: 480px) {
|
|
3130
|
-
.google-login-button__markdown-
|
|
3130
|
+
.google-login-button__markdown-body___f2CS3 {
|
|
3131
3131
|
font-size: 12px !important;
|
|
3132
3132
|
padding: 5px !important;
|
|
3133
3133
|
}
|
|
3134
3134
|
}
|
|
3135
|
-
.google-login-button__view3d-
|
|
3135
|
+
.google-login-button__view3d-canvas___Dznnl {
|
|
3136
3136
|
width: 100%;
|
|
3137
3137
|
height: 100%;
|
|
3138
3138
|
}
|
|
3139
3139
|
@media only screen and (max-width: 480px) {
|
|
3140
|
-
.google-login-button__view-mobile-
|
|
3140
|
+
.google-login-button__view-mobile-up___roIVw {
|
|
3141
3141
|
display: none !important;
|
|
3142
3142
|
}
|
|
3143
3143
|
}
|
|
3144
3144
|
@media only screen and (min-width: 481px) {
|
|
3145
|
-
.google-login-button__view-
|
|
3145
|
+
.google-login-button__view-mobile___ixdST {
|
|
3146
3146
|
display: none !important;
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
|
-
.google-login-button__google-login-
|
|
3149
|
+
.google-login-button__google-login-container___gsSus {
|
|
3150
3150
|
margin-top: 12px;
|
|
3151
3151
|
}
|
|
3152
|
-
.google-login-button__google-login-
|
|
3152
|
+
.google-login-button__google-login-container___gsSus .google-login-button__google-signin-wrapper___ewjLC {
|
|
3153
3153
|
width: 100%;
|
|
3154
3154
|
}
|
|
3155
|
-
.google-login-button__google-login-
|
|
3155
|
+
.google-login-button__google-login-container___gsSus .g_id_signin > div[role="button"] {
|
|
3156
3156
|
height: 48px !important;
|
|
3157
3157
|
padding: 12px !important;
|
|
3158
3158
|
background: transparent !important;
|
|
@@ -3170,10 +3170,10 @@ h5,
|
|
|
3170
3170
|
align-items: center !important;
|
|
3171
3171
|
cursor: pointer !important;
|
|
3172
3172
|
}
|
|
3173
|
-
.google-login-button__google-login-
|
|
3173
|
+
.google-login-button__google-login-container___gsSus .g_id_signin svg {
|
|
3174
3174
|
flex: 0 0 24px !important;
|
|
3175
3175
|
}
|
|
3176
|
-
.google-login-button__google-login-
|
|
3176
|
+
.google-login-button__google-login-container___gsSus .g_id_signin span {
|
|
3177
3177
|
margin-inline-end: 24px !important;
|
|
3178
3178
|
color: var(--textHeading, #26201a) !important;
|
|
3179
3179
|
font-size: 14px !important;
|
|
@@ -3188,59 +3188,59 @@ h5,
|
|
|
3188
3188
|
/**color by character**/
|
|
3189
3189
|
/** Font family **/
|
|
3190
3190
|
/** Font weight **/
|
|
3191
|
-
.facebook-login-button__display-
|
|
3191
|
+
.facebook-login-button__display-block___XhSEK {
|
|
3192
3192
|
display: block;
|
|
3193
3193
|
}
|
|
3194
|
-
.facebook-login-button__inline-
|
|
3195
|
-
.facebook-login-
|
|
3194
|
+
.facebook-login-button__inline-block___UTivJ,
|
|
3195
|
+
.facebook-login-button__inlineBlock___CJfcj {
|
|
3196
3196
|
display: inline-block;
|
|
3197
3197
|
}
|
|
3198
|
-
.facebook-login-button__flex-
|
|
3198
|
+
.facebook-login-button__flex-row___Y8pmb {
|
|
3199
3199
|
display: flex;
|
|
3200
3200
|
}
|
|
3201
|
-
.facebook-login-button__flex-
|
|
3202
|
-
.facebook-login-
|
|
3201
|
+
.facebook-login-button__flex-column___Hvv6Q,
|
|
3202
|
+
.facebook-login-button__flexColumn___cwtVd {
|
|
3203
3203
|
display: flex;
|
|
3204
3204
|
flex-direction: column;
|
|
3205
3205
|
}
|
|
3206
|
-
.facebook-login-button__flex-align-
|
|
3207
|
-
.facebook-login-
|
|
3206
|
+
.facebook-login-button__flex-align-center___y7O93,
|
|
3207
|
+
.facebook-login-button__flexAlignCenter___pxAAO {
|
|
3208
3208
|
display: flex;
|
|
3209
3209
|
align-items: center;
|
|
3210
3210
|
}
|
|
3211
|
-
.facebook-login-button__flex-justify-
|
|
3212
|
-
.facebook-login-
|
|
3211
|
+
.facebook-login-button__flex-justify-center___nFkDG,
|
|
3212
|
+
.facebook-login-button__flexJustifyCenter___je6Rp {
|
|
3213
3213
|
display: flex;
|
|
3214
3214
|
justify-content: center;
|
|
3215
3215
|
}
|
|
3216
|
-
.facebook-login-button__flex-
|
|
3217
|
-
.facebook-login-
|
|
3216
|
+
.facebook-login-button__flex-center___Yjph0,
|
|
3217
|
+
.facebook-login-button__flexCenter___bNHnz {
|
|
3218
3218
|
display: flex;
|
|
3219
3219
|
justify-content: center;
|
|
3220
3220
|
align-items: center;
|
|
3221
3221
|
}
|
|
3222
|
-
.facebook-login-button__justify-
|
|
3223
|
-
.facebook-login-
|
|
3222
|
+
.facebook-login-button__justify-start___WSj1O,
|
|
3223
|
+
.facebook-login-button__justifyStart___ACwJf {
|
|
3224
3224
|
justify-content: flex-start;
|
|
3225
3225
|
}
|
|
3226
|
-
.facebook-login-button__justify-
|
|
3227
|
-
.facebook-login-
|
|
3226
|
+
.facebook-login-button__justify-end___gekV3,
|
|
3227
|
+
.facebook-login-button__justifyEnd___htqz2 {
|
|
3228
3228
|
justify-content: flex-end;
|
|
3229
3229
|
}
|
|
3230
|
-
.facebook-login-button__justify-
|
|
3231
|
-
.facebook-login-
|
|
3230
|
+
.facebook-login-button__justify-between___t_ADo,
|
|
3231
|
+
.facebook-login-button__justifyBetween___nofq_ {
|
|
3232
3232
|
justify-content: space-between;
|
|
3233
3233
|
}
|
|
3234
|
-
.facebook-login-button__justify-
|
|
3235
|
-
.facebook-login-
|
|
3234
|
+
.facebook-login-button__justify-around___lI0fk,
|
|
3235
|
+
.facebook-login-button__justifyAround___OV4zr {
|
|
3236
3236
|
justify-content: space-around;
|
|
3237
3237
|
}
|
|
3238
|
-
.facebook-login-button__justify-
|
|
3239
|
-
.facebook-login-
|
|
3238
|
+
.facebook-login-button__justify-evenly___mHAFJ,
|
|
3239
|
+
.facebook-login-button__justifyEvenly___a5pys {
|
|
3240
3240
|
justify-content: space-evenly;
|
|
3241
3241
|
}
|
|
3242
3242
|
h1,
|
|
3243
|
-
.facebook-login-
|
|
3243
|
+
.facebook-login-button__h1___AL3BU {
|
|
3244
3244
|
font-weight: 700;
|
|
3245
3245
|
font-size: 28px;
|
|
3246
3246
|
line-height: 42px;
|
|
@@ -3249,13 +3249,13 @@ h1,
|
|
|
3249
3249
|
}
|
|
3250
3250
|
@media only screen and (min-width: 769px) {
|
|
3251
3251
|
h1,
|
|
3252
|
-
.facebook-login-
|
|
3252
|
+
.facebook-login-button__h1___AL3BU {
|
|
3253
3253
|
font-size: 36px;
|
|
3254
3254
|
line-height: 48px;
|
|
3255
3255
|
}
|
|
3256
3256
|
}
|
|
3257
3257
|
h2,
|
|
3258
|
-
.facebook-login-
|
|
3258
|
+
.facebook-login-button__h2___scLLL {
|
|
3259
3259
|
font-weight: 700;
|
|
3260
3260
|
font-size: 28px;
|
|
3261
3261
|
line-height: 36px;
|
|
@@ -3264,13 +3264,13 @@ h2,
|
|
|
3264
3264
|
}
|
|
3265
3265
|
@media only screen and (min-width: 769px) {
|
|
3266
3266
|
h2,
|
|
3267
|
-
.facebook-login-
|
|
3267
|
+
.facebook-login-button__h2___scLLL {
|
|
3268
3268
|
font-size: 32px;
|
|
3269
3269
|
line-height: 42px;
|
|
3270
3270
|
}
|
|
3271
3271
|
}
|
|
3272
3272
|
h3,
|
|
3273
|
-
.facebook-login-
|
|
3273
|
+
.facebook-login-button__h3___Jq6MM {
|
|
3274
3274
|
font-weight: 700;
|
|
3275
3275
|
letter-spacing: -0.02em;
|
|
3276
3276
|
color: var(--textHeading, #26201a);
|
|
@@ -3279,7 +3279,7 @@ h3,
|
|
|
3279
3279
|
}
|
|
3280
3280
|
@media only screen and (min-width: 769px) {
|
|
3281
3281
|
h3,
|
|
3282
|
-
.facebook-login-
|
|
3282
|
+
.facebook-login-button__h3___Jq6MM {
|
|
3283
3283
|
font-weight: 700;
|
|
3284
3284
|
letter-spacing: -0.02em;
|
|
3285
3285
|
color: var(--textHeading, #26201a);
|
|
@@ -3288,7 +3288,7 @@ h3,
|
|
|
3288
3288
|
}
|
|
3289
3289
|
}
|
|
3290
3290
|
h4,
|
|
3291
|
-
.facebook-login-
|
|
3291
|
+
.facebook-login-button__h4___wcH90 {
|
|
3292
3292
|
font-weight: 600;
|
|
3293
3293
|
letter-spacing: -0.02em;
|
|
3294
3294
|
color: var(--textHeading, #26201a);
|
|
@@ -3297,7 +3297,7 @@ h4,
|
|
|
3297
3297
|
}
|
|
3298
3298
|
@media only screen and (min-width: 769px) {
|
|
3299
3299
|
h4,
|
|
3300
|
-
.facebook-login-
|
|
3300
|
+
.facebook-login-button__h4___wcH90 {
|
|
3301
3301
|
font-weight: 600;
|
|
3302
3302
|
letter-spacing: -0.02em;
|
|
3303
3303
|
color: var(--textHeading, #26201a);
|
|
@@ -3306,7 +3306,7 @@ h4,
|
|
|
3306
3306
|
}
|
|
3307
3307
|
}
|
|
3308
3308
|
h5,
|
|
3309
|
-
.facebook-login-
|
|
3309
|
+
.facebook-login-button__h5____2X5P {
|
|
3310
3310
|
font-weight: 600;
|
|
3311
3311
|
font-size: 14px;
|
|
3312
3312
|
line-height: 16px;
|
|
@@ -3315,12 +3315,12 @@ h5,
|
|
|
3315
3315
|
}
|
|
3316
3316
|
@media only screen and (min-width: 769px) {
|
|
3317
3317
|
h5,
|
|
3318
|
-
.facebook-login-
|
|
3318
|
+
.facebook-login-button__h5____2X5P {
|
|
3319
3319
|
font-size: 16px;
|
|
3320
3320
|
line-height: 18px;
|
|
3321
3321
|
}
|
|
3322
3322
|
}
|
|
3323
|
-
.facebook-login-
|
|
3323
|
+
.facebook-login-button__b1___U0OKm {
|
|
3324
3324
|
font-weight: 400;
|
|
3325
3325
|
font-size: 14px;
|
|
3326
3326
|
line-height: 18px;
|
|
@@ -3328,14 +3328,14 @@ h5,
|
|
|
3328
3328
|
color: var(--textBody, #3c3131);
|
|
3329
3329
|
}
|
|
3330
3330
|
@media only screen and (min-width: 769px) {
|
|
3331
|
-
.facebook-login-
|
|
3331
|
+
.facebook-login-button__b1___U0OKm {
|
|
3332
3332
|
font-size: 16px;
|
|
3333
3333
|
line-height: 20px;
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
|
-
.facebook-login-button__b-
|
|
3337
|
-
.facebook-login-
|
|
3338
|
-
.facebook-login-
|
|
3336
|
+
.facebook-login-button__b-small___bv_rc,
|
|
3337
|
+
.facebook-login-button__bSmall___l88G0,
|
|
3338
|
+
.facebook-login-button__b2___uQWsw {
|
|
3339
3339
|
font-weight: 400;
|
|
3340
3340
|
letter-spacing: -0.02em;
|
|
3341
3341
|
color: var(--textBody, #3c3131);
|
|
@@ -3343,9 +3343,9 @@ h5,
|
|
|
3343
3343
|
line-height: 16px;
|
|
3344
3344
|
}
|
|
3345
3345
|
@media only screen and (min-width: 769px) {
|
|
3346
|
-
.facebook-login-button__b-
|
|
3347
|
-
.facebook-login-
|
|
3348
|
-
.facebook-login-
|
|
3346
|
+
.facebook-login-button__b-small___bv_rc,
|
|
3347
|
+
.facebook-login-button__bSmall___l88G0,
|
|
3348
|
+
.facebook-login-button__b2___uQWsw {
|
|
3349
3349
|
font-weight: 400;
|
|
3350
3350
|
letter-spacing: -0.02em;
|
|
3351
3351
|
color: var(--textBody, #3c3131);
|
|
@@ -3353,47 +3353,47 @@ h5,
|
|
|
3353
3353
|
line-height: 18px;
|
|
3354
3354
|
}
|
|
3355
3355
|
}
|
|
3356
|
-
.facebook-login-
|
|
3356
|
+
.facebook-login-button__d1___diZdy {
|
|
3357
3357
|
font-size: 36px;
|
|
3358
3358
|
font-weight: 700;
|
|
3359
3359
|
line-height: 48px;
|
|
3360
3360
|
letter-spacing: -0.02em;
|
|
3361
3361
|
}
|
|
3362
3362
|
@media only screen and (min-width: 769px) {
|
|
3363
|
-
.facebook-login-
|
|
3363
|
+
.facebook-login-button__d1___diZdy {
|
|
3364
3364
|
font-size: 64px;
|
|
3365
3365
|
line-height: 85px;
|
|
3366
3366
|
letter-spacing: -0.03em;
|
|
3367
3367
|
}
|
|
3368
3368
|
}
|
|
3369
|
-
.facebook-login-button__caption-
|
|
3370
|
-
.facebook-login-
|
|
3369
|
+
.facebook-login-button__caption-medium___vOMBS,
|
|
3370
|
+
.facebook-login-button__captionMedium___IZpTs {
|
|
3371
3371
|
font-size: 12px;
|
|
3372
3372
|
line-height: 1.5;
|
|
3373
3373
|
letter-spacing: -0.02em;
|
|
3374
3374
|
font-weight: 500;
|
|
3375
3375
|
}
|
|
3376
3376
|
@media only screen and (max-width: 480px) {
|
|
3377
|
-
.facebook-login-button__caption-
|
|
3378
|
-
.facebook-login-
|
|
3377
|
+
.facebook-login-button__caption-medium___vOMBS,
|
|
3378
|
+
.facebook-login-button__captionMedium___IZpTs {
|
|
3379
3379
|
font-size: 11px;
|
|
3380
3380
|
}
|
|
3381
3381
|
}
|
|
3382
|
-
.facebook-login-button__caption-semi-
|
|
3383
|
-
.facebook-login-
|
|
3382
|
+
.facebook-login-button__caption-semi-bold___i4AEd,
|
|
3383
|
+
.facebook-login-button__captionSemiBold___M6C7N {
|
|
3384
3384
|
font-size: 12px;
|
|
3385
3385
|
line-height: 1.5;
|
|
3386
3386
|
letter-spacing: -0.02em;
|
|
3387
3387
|
font-weight: 600;
|
|
3388
3388
|
}
|
|
3389
3389
|
@media only screen and (max-width: 480px) {
|
|
3390
|
-
.facebook-login-button__caption-semi-
|
|
3391
|
-
.facebook-login-
|
|
3390
|
+
.facebook-login-button__caption-semi-bold___i4AEd,
|
|
3391
|
+
.facebook-login-button__captionSemiBold___M6C7N {
|
|
3392
3392
|
font-size: 11px;
|
|
3393
3393
|
}
|
|
3394
3394
|
}
|
|
3395
|
-
.facebook-login-button__btn-
|
|
3396
|
-
.facebook-login-
|
|
3395
|
+
.facebook-login-button__btn-link___AamyI,
|
|
3396
|
+
.facebook-login-button__btnLink___xFljW {
|
|
3397
3397
|
font-weight: 500;
|
|
3398
3398
|
letter-spacing: -0.02em;
|
|
3399
3399
|
font-size: 12px;
|
|
@@ -3406,72 +3406,72 @@ h5,
|
|
|
3406
3406
|
border: none;
|
|
3407
3407
|
}
|
|
3408
3408
|
@media only screen and (min-width: 769px) {
|
|
3409
|
-
.facebook-login-button__btn-
|
|
3410
|
-
.facebook-login-
|
|
3409
|
+
.facebook-login-button__btn-link___AamyI,
|
|
3410
|
+
.facebook-login-button__btnLink___xFljW {
|
|
3411
3411
|
font-weight: 500;
|
|
3412
3412
|
letter-spacing: -0.02em;
|
|
3413
3413
|
font-size: 14px;
|
|
3414
3414
|
line-height: 16px;
|
|
3415
3415
|
}
|
|
3416
3416
|
}
|
|
3417
|
-
.facebook-login-button__btn-
|
|
3418
|
-
.facebook-login-
|
|
3417
|
+
.facebook-login-button__btn-link___AamyI:hover,
|
|
3418
|
+
.facebook-login-button__btnLink___xFljW:hover {
|
|
3419
3419
|
color: var(--buttonLinkL1, #c1847c);
|
|
3420
3420
|
}
|
|
3421
|
-
.facebook-login-button__btn-
|
|
3422
|
-
.facebook-login-
|
|
3421
|
+
.facebook-login-button__btn-link___AamyI:disabled,
|
|
3422
|
+
.facebook-login-button__btnLink___xFljW:disabled {
|
|
3423
3423
|
color: var(--buttonLinkL2, #d0a39d);
|
|
3424
3424
|
}
|
|
3425
|
-
.facebook-login-button__btn-
|
|
3426
|
-
.facebook-login-
|
|
3425
|
+
.facebook-login-button__btn-link___AamyI:active,
|
|
3426
|
+
.facebook-login-button__btnLink___xFljW:active {
|
|
3427
3427
|
opacity: 0.8;
|
|
3428
3428
|
}
|
|
3429
|
-
.facebook-login-button__user-select-
|
|
3430
|
-
.facebook-login-
|
|
3429
|
+
.facebook-login-button__user-select-none___soMg6,
|
|
3430
|
+
.facebook-login-button__userSelectNone___j9D1f {
|
|
3431
3431
|
user-select: none;
|
|
3432
3432
|
-moz-user-select: none;
|
|
3433
3433
|
-webkit-user-select: none;
|
|
3434
3434
|
-ms-user-select: none;
|
|
3435
3435
|
}
|
|
3436
|
-
.facebook-login-button__margin-0-
|
|
3437
|
-
.facebook-login-
|
|
3436
|
+
.facebook-login-button__margin-0-auto___a3Cxr,
|
|
3437
|
+
.facebook-login-button__margin0auto___cS_K5 {
|
|
3438
3438
|
margin: 0 auto;
|
|
3439
3439
|
}
|
|
3440
|
-
.facebook-login-button__base-page-
|
|
3441
|
-
.facebook-login-
|
|
3440
|
+
.facebook-login-button__base-page-container___O_N9P,
|
|
3441
|
+
.facebook-login-button__basePageContainer___s6ij5 {
|
|
3442
3442
|
max-width: 1440px !important;
|
|
3443
3443
|
}
|
|
3444
|
-
.facebook-login-button__remove-
|
|
3445
|
-
.facebook-login-
|
|
3444
|
+
.facebook-login-button__remove-scroll___qg7Iq,
|
|
3445
|
+
.facebook-login-button__removeScroll___GkaEy {
|
|
3446
3446
|
overflow-y: hidden !important;
|
|
3447
3447
|
}
|
|
3448
|
-
.facebook-login-button__mr-
|
|
3449
|
-
.facebook-login-
|
|
3448
|
+
.facebook-login-button__mr-5___kOpYH,
|
|
3449
|
+
.facebook-login-button__mr5___I5EZY {
|
|
3450
3450
|
margin-inline-end: 30px !important;
|
|
3451
3451
|
}
|
|
3452
|
-
.facebook-login-button__mr-
|
|
3453
|
-
.facebook-login-
|
|
3452
|
+
.facebook-login-button__mr-2___jKNra,
|
|
3453
|
+
.facebook-login-button__mr2___LMmXN {
|
|
3454
3454
|
margin-inline-end: 5px !important;
|
|
3455
3455
|
}
|
|
3456
|
-
.facebook-login-button__py-
|
|
3457
|
-
.facebook-login-
|
|
3456
|
+
.facebook-login-button__py-5___A8xFv,
|
|
3457
|
+
.facebook-login-button__py5___GiuQJ {
|
|
3458
3458
|
padding-top: 1.875rem !important;
|
|
3459
3459
|
padding-bottom: 1.875rem !important;
|
|
3460
3460
|
}
|
|
3461
|
-
.facebook-login-button__view-all-
|
|
3462
|
-
.facebook-login-
|
|
3461
|
+
.facebook-login-button__view-all-text___ygCYR,
|
|
3462
|
+
.facebook-login-button__viewAllText___NhWpY {
|
|
3463
3463
|
font-size: 20px;
|
|
3464
3464
|
font-weight: 400;
|
|
3465
3465
|
text-transform: lowercase;
|
|
3466
3466
|
text-decoration: underline;
|
|
3467
3467
|
}
|
|
3468
|
-
.facebook-login-button__view-all-
|
|
3469
|
-
.facebook-login-
|
|
3468
|
+
.facebook-login-button__view-all-mobile___HkvLk,
|
|
3469
|
+
.facebook-login-button__viewAllMobile___YjAcs {
|
|
3470
3470
|
display: none;
|
|
3471
3471
|
}
|
|
3472
3472
|
@media only screen and (max-width: 768px) {
|
|
3473
|
-
.facebook-login-button__view-all-
|
|
3474
|
-
.facebook-login-
|
|
3473
|
+
.facebook-login-button__view-all-mobile___HkvLk,
|
|
3474
|
+
.facebook-login-button__viewAllMobile___YjAcs {
|
|
3475
3475
|
display: flex;
|
|
3476
3476
|
align-items: center;
|
|
3477
3477
|
justify-content: center;
|
|
@@ -3479,52 +3479,52 @@ h5,
|
|
|
3479
3479
|
}
|
|
3480
3480
|
}
|
|
3481
3481
|
@media only screen and (max-width: 480px) {
|
|
3482
|
-
.facebook-login-button__view-all-
|
|
3483
|
-
.facebook-login-
|
|
3482
|
+
.facebook-login-button__view-all-mobile___HkvLk,
|
|
3483
|
+
.facebook-login-button__viewAllMobile___YjAcs {
|
|
3484
3484
|
margin-top: 24px;
|
|
3485
3485
|
}
|
|
3486
3486
|
}
|
|
3487
|
-
.facebook-login-button__accent-
|
|
3488
|
-
.facebook-login-
|
|
3487
|
+
.facebook-login-button__accent-btn___vN2Hc,
|
|
3488
|
+
.facebook-login-button__accentBtn___KjOTk {
|
|
3489
3489
|
background-color: var(--accentColor);
|
|
3490
3490
|
color: #fff;
|
|
3491
3491
|
}
|
|
3492
|
-
.facebook-login-button__no-
|
|
3493
|
-
.facebook-login-
|
|
3492
|
+
.facebook-login-button__no-scroll___vJu7j,
|
|
3493
|
+
.facebook-login-button__noScroll___ZBsMe {
|
|
3494
3494
|
overflow-y: hidden;
|
|
3495
3495
|
}
|
|
3496
|
-
.facebook-login-button__hide-
|
|
3497
|
-
.facebook-login-
|
|
3496
|
+
.facebook-login-button__hide-overflow___CYfL3,
|
|
3497
|
+
.facebook-login-button__hideOverflow___kdxH7 {
|
|
3498
3498
|
overflow: hidden;
|
|
3499
3499
|
}
|
|
3500
|
-
.facebook-login-button__markdown-
|
|
3500
|
+
.facebook-login-button__markdown-body___Q_FEQ h6 {
|
|
3501
3501
|
margin-top: 0 !important;
|
|
3502
3502
|
margin-bottom: 0 !important;
|
|
3503
3503
|
}
|
|
3504
3504
|
@media only screen and (max-width: 480px) {
|
|
3505
|
-
.facebook-login-button__markdown-
|
|
3505
|
+
.facebook-login-button__markdown-body___Q_FEQ {
|
|
3506
3506
|
font-size: 12px !important;
|
|
3507
3507
|
padding: 5px !important;
|
|
3508
3508
|
}
|
|
3509
3509
|
}
|
|
3510
|
-
.facebook-login-button__view3d-
|
|
3510
|
+
.facebook-login-button__view3d-canvas___AKXgA {
|
|
3511
3511
|
width: 100%;
|
|
3512
3512
|
height: 100%;
|
|
3513
3513
|
}
|
|
3514
3514
|
@media only screen and (max-width: 480px) {
|
|
3515
|
-
.facebook-login-button__view-mobile-
|
|
3515
|
+
.facebook-login-button__view-mobile-up___Bg2SA {
|
|
3516
3516
|
display: none !important;
|
|
3517
3517
|
}
|
|
3518
3518
|
}
|
|
3519
3519
|
@media only screen and (min-width: 481px) {
|
|
3520
|
-
.facebook-login-button__view-
|
|
3520
|
+
.facebook-login-button__view-mobile___ZZimg {
|
|
3521
3521
|
display: none !important;
|
|
3522
3522
|
}
|
|
3523
3523
|
}
|
|
3524
|
-
.facebook-login-button__facebook-login-
|
|
3524
|
+
.facebook-login-button__facebook-login-container___JKKX0 {
|
|
3525
3525
|
margin-top: 12px;
|
|
3526
3526
|
}
|
|
3527
|
-
.facebook-login-button__facebook-login-
|
|
3527
|
+
.facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP {
|
|
3528
3528
|
height: 48px;
|
|
3529
3529
|
padding: 12px;
|
|
3530
3530
|
background: transparent;
|
|
@@ -3543,11 +3543,11 @@ h5,
|
|
|
3543
3543
|
cursor: pointer;
|
|
3544
3544
|
font-family: var(--font-body);
|
|
3545
3545
|
}
|
|
3546
|
-
.facebook-login-button__facebook-login-
|
|
3546
|
+
.facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP svg {
|
|
3547
3547
|
flex: 0 0 24px;
|
|
3548
3548
|
fill: #1877f2;
|
|
3549
3549
|
}
|
|
3550
|
-
.facebook-login-button__facebook-login-
|
|
3550
|
+
.facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP span {
|
|
3551
3551
|
margin-inline-end: 24px;
|
|
3552
3552
|
color: var(--textHeading, #3c4043);
|
|
3553
3553
|
font-size: 14px;
|
|
@@ -3561,59 +3561,59 @@ h5,
|
|
|
3561
3561
|
/**color by character**/
|
|
3562
3562
|
/** Font family **/
|
|
3563
3563
|
/** Font weight **/
|
|
3564
|
-
.apple-login-button__display-
|
|
3564
|
+
.apple-login-button__display-block___dG0cB {
|
|
3565
3565
|
display: block;
|
|
3566
3566
|
}
|
|
3567
|
-
.apple-login-button__inline-
|
|
3568
|
-
.apple-login-
|
|
3567
|
+
.apple-login-button__inline-block___rxWk0,
|
|
3568
|
+
.apple-login-button__inlineBlock___GbOb0 {
|
|
3569
3569
|
display: inline-block;
|
|
3570
3570
|
}
|
|
3571
|
-
.apple-login-button__flex-
|
|
3571
|
+
.apple-login-button__flex-row___Qw_Fa {
|
|
3572
3572
|
display: flex;
|
|
3573
3573
|
}
|
|
3574
|
-
.apple-login-button__flex-
|
|
3575
|
-
.apple-login-
|
|
3574
|
+
.apple-login-button__flex-column___A1G0F,
|
|
3575
|
+
.apple-login-button__flexColumn___YgkEF {
|
|
3576
3576
|
display: flex;
|
|
3577
3577
|
flex-direction: column;
|
|
3578
3578
|
}
|
|
3579
|
-
.apple-login-button__flex-align-
|
|
3580
|
-
.apple-login-
|
|
3579
|
+
.apple-login-button__flex-align-center___EreYd,
|
|
3580
|
+
.apple-login-button__flexAlignCenter___oLZmE {
|
|
3581
3581
|
display: flex;
|
|
3582
3582
|
align-items: center;
|
|
3583
3583
|
}
|
|
3584
|
-
.apple-login-button__flex-justify-
|
|
3585
|
-
.apple-login-
|
|
3584
|
+
.apple-login-button__flex-justify-center___a8nUo,
|
|
3585
|
+
.apple-login-button__flexJustifyCenter___O2d1e {
|
|
3586
3586
|
display: flex;
|
|
3587
3587
|
justify-content: center;
|
|
3588
3588
|
}
|
|
3589
|
-
.apple-login-button__flex-
|
|
3590
|
-
.apple-login-
|
|
3589
|
+
.apple-login-button__flex-center___Df9rs,
|
|
3590
|
+
.apple-login-button__flexCenter___elYd0 {
|
|
3591
3591
|
display: flex;
|
|
3592
3592
|
justify-content: center;
|
|
3593
3593
|
align-items: center;
|
|
3594
3594
|
}
|
|
3595
|
-
.apple-login-button__justify-
|
|
3596
|
-
.apple-login-
|
|
3595
|
+
.apple-login-button__justify-start___Lc4VK,
|
|
3596
|
+
.apple-login-button__justifyStart___SnLmh {
|
|
3597
3597
|
justify-content: flex-start;
|
|
3598
3598
|
}
|
|
3599
|
-
.apple-login-button__justify-
|
|
3600
|
-
.apple-login-
|
|
3599
|
+
.apple-login-button__justify-end___PnUX5,
|
|
3600
|
+
.apple-login-button__justifyEnd___BheGy {
|
|
3601
3601
|
justify-content: flex-end;
|
|
3602
3602
|
}
|
|
3603
|
-
.apple-login-button__justify-
|
|
3604
|
-
.apple-login-
|
|
3603
|
+
.apple-login-button__justify-between___Jk3Ft,
|
|
3604
|
+
.apple-login-button__justifyBetween___S2jbv {
|
|
3605
3605
|
justify-content: space-between;
|
|
3606
3606
|
}
|
|
3607
|
-
.apple-login-button__justify-
|
|
3608
|
-
.apple-login-
|
|
3607
|
+
.apple-login-button__justify-around___DsR2p,
|
|
3608
|
+
.apple-login-button__justifyAround___EKItA {
|
|
3609
3609
|
justify-content: space-around;
|
|
3610
3610
|
}
|
|
3611
|
-
.apple-login-button__justify-
|
|
3612
|
-
.apple-login-
|
|
3611
|
+
.apple-login-button__justify-evenly___pIfvx,
|
|
3612
|
+
.apple-login-button__justifyEvenly___dSYeJ {
|
|
3613
3613
|
justify-content: space-evenly;
|
|
3614
3614
|
}
|
|
3615
3615
|
h1,
|
|
3616
|
-
.apple-login-
|
|
3616
|
+
.apple-login-button__h1___JcdLQ {
|
|
3617
3617
|
font-weight: 700;
|
|
3618
3618
|
font-size: 28px;
|
|
3619
3619
|
line-height: 42px;
|
|
@@ -3622,13 +3622,13 @@ h1,
|
|
|
3622
3622
|
}
|
|
3623
3623
|
@media only screen and (min-width: 769px) {
|
|
3624
3624
|
h1,
|
|
3625
|
-
.apple-login-
|
|
3625
|
+
.apple-login-button__h1___JcdLQ {
|
|
3626
3626
|
font-size: 36px;
|
|
3627
3627
|
line-height: 48px;
|
|
3628
3628
|
}
|
|
3629
3629
|
}
|
|
3630
3630
|
h2,
|
|
3631
|
-
.apple-login-
|
|
3631
|
+
.apple-login-button__h2___vOU4L {
|
|
3632
3632
|
font-weight: 700;
|
|
3633
3633
|
font-size: 28px;
|
|
3634
3634
|
line-height: 36px;
|
|
@@ -3637,13 +3637,13 @@ h2,
|
|
|
3637
3637
|
}
|
|
3638
3638
|
@media only screen and (min-width: 769px) {
|
|
3639
3639
|
h2,
|
|
3640
|
-
.apple-login-
|
|
3640
|
+
.apple-login-button__h2___vOU4L {
|
|
3641
3641
|
font-size: 32px;
|
|
3642
3642
|
line-height: 42px;
|
|
3643
3643
|
}
|
|
3644
3644
|
}
|
|
3645
3645
|
h3,
|
|
3646
|
-
.apple-login-
|
|
3646
|
+
.apple-login-button__h3___FVfvK {
|
|
3647
3647
|
font-weight: 700;
|
|
3648
3648
|
letter-spacing: -0.02em;
|
|
3649
3649
|
color: var(--textHeading, #26201a);
|
|
@@ -3652,7 +3652,7 @@ h3,
|
|
|
3652
3652
|
}
|
|
3653
3653
|
@media only screen and (min-width: 769px) {
|
|
3654
3654
|
h3,
|
|
3655
|
-
.apple-login-
|
|
3655
|
+
.apple-login-button__h3___FVfvK {
|
|
3656
3656
|
font-weight: 700;
|
|
3657
3657
|
letter-spacing: -0.02em;
|
|
3658
3658
|
color: var(--textHeading, #26201a);
|
|
@@ -3661,7 +3661,7 @@ h3,
|
|
|
3661
3661
|
}
|
|
3662
3662
|
}
|
|
3663
3663
|
h4,
|
|
3664
|
-
.apple-login-
|
|
3664
|
+
.apple-login-button__h4___xdITK {
|
|
3665
3665
|
font-weight: 600;
|
|
3666
3666
|
letter-spacing: -0.02em;
|
|
3667
3667
|
color: var(--textHeading, #26201a);
|
|
@@ -3670,7 +3670,7 @@ h4,
|
|
|
3670
3670
|
}
|
|
3671
3671
|
@media only screen and (min-width: 769px) {
|
|
3672
3672
|
h4,
|
|
3673
|
-
.apple-login-
|
|
3673
|
+
.apple-login-button__h4___xdITK {
|
|
3674
3674
|
font-weight: 600;
|
|
3675
3675
|
letter-spacing: -0.02em;
|
|
3676
3676
|
color: var(--textHeading, #26201a);
|
|
@@ -3679,7 +3679,7 @@ h4,
|
|
|
3679
3679
|
}
|
|
3680
3680
|
}
|
|
3681
3681
|
h5,
|
|
3682
|
-
.apple-login-
|
|
3682
|
+
.apple-login-button__h5___Qdbbu {
|
|
3683
3683
|
font-weight: 600;
|
|
3684
3684
|
font-size: 14px;
|
|
3685
3685
|
line-height: 16px;
|
|
@@ -3688,12 +3688,12 @@ h5,
|
|
|
3688
3688
|
}
|
|
3689
3689
|
@media only screen and (min-width: 769px) {
|
|
3690
3690
|
h5,
|
|
3691
|
-
.apple-login-
|
|
3691
|
+
.apple-login-button__h5___Qdbbu {
|
|
3692
3692
|
font-size: 16px;
|
|
3693
3693
|
line-height: 18px;
|
|
3694
3694
|
}
|
|
3695
3695
|
}
|
|
3696
|
-
.apple-login-
|
|
3696
|
+
.apple-login-button__b1___LI7x4 {
|
|
3697
3697
|
font-weight: 400;
|
|
3698
3698
|
font-size: 14px;
|
|
3699
3699
|
line-height: 18px;
|
|
@@ -3701,14 +3701,14 @@ h5,
|
|
|
3701
3701
|
color: var(--textBody, #3c3131);
|
|
3702
3702
|
}
|
|
3703
3703
|
@media only screen and (min-width: 769px) {
|
|
3704
|
-
.apple-login-
|
|
3704
|
+
.apple-login-button__b1___LI7x4 {
|
|
3705
3705
|
font-size: 16px;
|
|
3706
3706
|
line-height: 20px;
|
|
3707
3707
|
}
|
|
3708
3708
|
}
|
|
3709
|
-
.apple-login-button__b-
|
|
3710
|
-
.apple-login-
|
|
3711
|
-
.apple-login-
|
|
3709
|
+
.apple-login-button__b-small___S0r6Y,
|
|
3710
|
+
.apple-login-button__bSmall___ShBOg,
|
|
3711
|
+
.apple-login-button__b2___QdIFV {
|
|
3712
3712
|
font-weight: 400;
|
|
3713
3713
|
letter-spacing: -0.02em;
|
|
3714
3714
|
color: var(--textBody, #3c3131);
|
|
@@ -3716,9 +3716,9 @@ h5,
|
|
|
3716
3716
|
line-height: 16px;
|
|
3717
3717
|
}
|
|
3718
3718
|
@media only screen and (min-width: 769px) {
|
|
3719
|
-
.apple-login-button__b-
|
|
3720
|
-
.apple-login-
|
|
3721
|
-
.apple-login-
|
|
3719
|
+
.apple-login-button__b-small___S0r6Y,
|
|
3720
|
+
.apple-login-button__bSmall___ShBOg,
|
|
3721
|
+
.apple-login-button__b2___QdIFV {
|
|
3722
3722
|
font-weight: 400;
|
|
3723
3723
|
letter-spacing: -0.02em;
|
|
3724
3724
|
color: var(--textBody, #3c3131);
|
|
@@ -3726,47 +3726,47 @@ h5,
|
|
|
3726
3726
|
line-height: 18px;
|
|
3727
3727
|
}
|
|
3728
3728
|
}
|
|
3729
|
-
.apple-login-
|
|
3729
|
+
.apple-login-button__d1___WpD6I {
|
|
3730
3730
|
font-size: 36px;
|
|
3731
3731
|
font-weight: 700;
|
|
3732
3732
|
line-height: 48px;
|
|
3733
3733
|
letter-spacing: -0.02em;
|
|
3734
3734
|
}
|
|
3735
3735
|
@media only screen and (min-width: 769px) {
|
|
3736
|
-
.apple-login-
|
|
3736
|
+
.apple-login-button__d1___WpD6I {
|
|
3737
3737
|
font-size: 64px;
|
|
3738
3738
|
line-height: 85px;
|
|
3739
3739
|
letter-spacing: -0.03em;
|
|
3740
3740
|
}
|
|
3741
3741
|
}
|
|
3742
|
-
.apple-login-button__caption-
|
|
3743
|
-
.apple-login-
|
|
3742
|
+
.apple-login-button__caption-medium___xbIYA,
|
|
3743
|
+
.apple-login-button__captionMedium___Gvj0Y {
|
|
3744
3744
|
font-size: 12px;
|
|
3745
3745
|
line-height: 1.5;
|
|
3746
3746
|
letter-spacing: -0.02em;
|
|
3747
3747
|
font-weight: 500;
|
|
3748
3748
|
}
|
|
3749
3749
|
@media only screen and (max-width: 480px) {
|
|
3750
|
-
.apple-login-button__caption-
|
|
3751
|
-
.apple-login-
|
|
3750
|
+
.apple-login-button__caption-medium___xbIYA,
|
|
3751
|
+
.apple-login-button__captionMedium___Gvj0Y {
|
|
3752
3752
|
font-size: 11px;
|
|
3753
3753
|
}
|
|
3754
3754
|
}
|
|
3755
|
-
.apple-login-button__caption-semi-
|
|
3756
|
-
.apple-login-
|
|
3755
|
+
.apple-login-button__caption-semi-bold___xqkJH,
|
|
3756
|
+
.apple-login-button__captionSemiBold___ypuug {
|
|
3757
3757
|
font-size: 12px;
|
|
3758
3758
|
line-height: 1.5;
|
|
3759
3759
|
letter-spacing: -0.02em;
|
|
3760
3760
|
font-weight: 600;
|
|
3761
3761
|
}
|
|
3762
3762
|
@media only screen and (max-width: 480px) {
|
|
3763
|
-
.apple-login-button__caption-semi-
|
|
3764
|
-
.apple-login-
|
|
3763
|
+
.apple-login-button__caption-semi-bold___xqkJH,
|
|
3764
|
+
.apple-login-button__captionSemiBold___ypuug {
|
|
3765
3765
|
font-size: 11px;
|
|
3766
3766
|
}
|
|
3767
3767
|
}
|
|
3768
|
-
.apple-login-button__btn-
|
|
3769
|
-
.apple-login-
|
|
3768
|
+
.apple-login-button__btn-link___pb7wA,
|
|
3769
|
+
.apple-login-button__btnLink___lVhUr {
|
|
3770
3770
|
font-weight: 500;
|
|
3771
3771
|
letter-spacing: -0.02em;
|
|
3772
3772
|
font-size: 12px;
|
|
@@ -3779,72 +3779,72 @@ h5,
|
|
|
3779
3779
|
border: none;
|
|
3780
3780
|
}
|
|
3781
3781
|
@media only screen and (min-width: 769px) {
|
|
3782
|
-
.apple-login-button__btn-
|
|
3783
|
-
.apple-login-
|
|
3782
|
+
.apple-login-button__btn-link___pb7wA,
|
|
3783
|
+
.apple-login-button__btnLink___lVhUr {
|
|
3784
3784
|
font-weight: 500;
|
|
3785
3785
|
letter-spacing: -0.02em;
|
|
3786
3786
|
font-size: 14px;
|
|
3787
3787
|
line-height: 16px;
|
|
3788
3788
|
}
|
|
3789
3789
|
}
|
|
3790
|
-
.apple-login-button__btn-
|
|
3791
|
-
.apple-login-
|
|
3790
|
+
.apple-login-button__btn-link___pb7wA:hover,
|
|
3791
|
+
.apple-login-button__btnLink___lVhUr:hover {
|
|
3792
3792
|
color: var(--buttonLinkL1, #c1847c);
|
|
3793
3793
|
}
|
|
3794
|
-
.apple-login-button__btn-
|
|
3795
|
-
.apple-login-
|
|
3794
|
+
.apple-login-button__btn-link___pb7wA:disabled,
|
|
3795
|
+
.apple-login-button__btnLink___lVhUr:disabled {
|
|
3796
3796
|
color: var(--buttonLinkL2, #d0a39d);
|
|
3797
3797
|
}
|
|
3798
|
-
.apple-login-button__btn-
|
|
3799
|
-
.apple-login-
|
|
3798
|
+
.apple-login-button__btn-link___pb7wA:active,
|
|
3799
|
+
.apple-login-button__btnLink___lVhUr:active {
|
|
3800
3800
|
opacity: 0.8;
|
|
3801
3801
|
}
|
|
3802
|
-
.apple-login-button__user-select-
|
|
3803
|
-
.apple-login-
|
|
3802
|
+
.apple-login-button__user-select-none___xLxbK,
|
|
3803
|
+
.apple-login-button__userSelectNone___Yb76S {
|
|
3804
3804
|
user-select: none;
|
|
3805
3805
|
-moz-user-select: none;
|
|
3806
3806
|
-webkit-user-select: none;
|
|
3807
3807
|
-ms-user-select: none;
|
|
3808
3808
|
}
|
|
3809
|
-
.apple-login-button__margin-0-
|
|
3810
|
-
.apple-login-
|
|
3809
|
+
.apple-login-button__margin-0-auto___sCy7C,
|
|
3810
|
+
.apple-login-button__margin0auto___PiAtN {
|
|
3811
3811
|
margin: 0 auto;
|
|
3812
3812
|
}
|
|
3813
|
-
.apple-login-button__base-page-
|
|
3814
|
-
.apple-login-
|
|
3813
|
+
.apple-login-button__base-page-container___xhJC1,
|
|
3814
|
+
.apple-login-button__basePageContainer___HdZ9Z {
|
|
3815
3815
|
max-width: 1440px !important;
|
|
3816
3816
|
}
|
|
3817
|
-
.apple-login-button__remove-
|
|
3818
|
-
.apple-login-
|
|
3817
|
+
.apple-login-button__remove-scroll___kn_oH,
|
|
3818
|
+
.apple-login-button__removeScroll___ISkN8 {
|
|
3819
3819
|
overflow-y: hidden !important;
|
|
3820
3820
|
}
|
|
3821
|
-
.apple-login-button__mr-
|
|
3822
|
-
.apple-login-
|
|
3821
|
+
.apple-login-button__mr-5___Tp04W,
|
|
3822
|
+
.apple-login-button__mr5___xIXK0 {
|
|
3823
3823
|
margin-inline-end: 30px !important;
|
|
3824
3824
|
}
|
|
3825
|
-
.apple-login-button__mr-
|
|
3826
|
-
.apple-login-
|
|
3825
|
+
.apple-login-button__mr-2___kGX0D,
|
|
3826
|
+
.apple-login-button__mr2___48yrx {
|
|
3827
3827
|
margin-inline-end: 5px !important;
|
|
3828
3828
|
}
|
|
3829
|
-
.apple-login-button__py-
|
|
3830
|
-
.apple-login-
|
|
3829
|
+
.apple-login-button__py-5___FPiuH,
|
|
3830
|
+
.apple-login-button__py5___ucemw {
|
|
3831
3831
|
padding-top: 1.875rem !important;
|
|
3832
3832
|
padding-bottom: 1.875rem !important;
|
|
3833
3833
|
}
|
|
3834
|
-
.apple-login-button__view-all-
|
|
3835
|
-
.apple-login-
|
|
3834
|
+
.apple-login-button__view-all-text___UWZW1,
|
|
3835
|
+
.apple-login-button__viewAllText___nF_hO {
|
|
3836
3836
|
font-size: 20px;
|
|
3837
3837
|
font-weight: 400;
|
|
3838
3838
|
text-transform: lowercase;
|
|
3839
3839
|
text-decoration: underline;
|
|
3840
3840
|
}
|
|
3841
|
-
.apple-login-button__view-all-
|
|
3842
|
-
.apple-login-
|
|
3841
|
+
.apple-login-button__view-all-mobile___EQceO,
|
|
3842
|
+
.apple-login-button__viewAllMobile___Kxztt {
|
|
3843
3843
|
display: none;
|
|
3844
3844
|
}
|
|
3845
3845
|
@media only screen and (max-width: 768px) {
|
|
3846
|
-
.apple-login-button__view-all-
|
|
3847
|
-
.apple-login-
|
|
3846
|
+
.apple-login-button__view-all-mobile___EQceO,
|
|
3847
|
+
.apple-login-button__viewAllMobile___Kxztt {
|
|
3848
3848
|
display: flex;
|
|
3849
3849
|
align-items: center;
|
|
3850
3850
|
justify-content: center;
|
|
@@ -3852,52 +3852,52 @@ h5,
|
|
|
3852
3852
|
}
|
|
3853
3853
|
}
|
|
3854
3854
|
@media only screen and (max-width: 480px) {
|
|
3855
|
-
.apple-login-button__view-all-
|
|
3856
|
-
.apple-login-
|
|
3855
|
+
.apple-login-button__view-all-mobile___EQceO,
|
|
3856
|
+
.apple-login-button__viewAllMobile___Kxztt {
|
|
3857
3857
|
margin-top: 24px;
|
|
3858
3858
|
}
|
|
3859
3859
|
}
|
|
3860
|
-
.apple-login-button__accent-
|
|
3861
|
-
.apple-login-
|
|
3860
|
+
.apple-login-button__accent-btn___gEKGS,
|
|
3861
|
+
.apple-login-button__accentBtn___YDRux {
|
|
3862
3862
|
background-color: var(--accentColor);
|
|
3863
3863
|
color: #fff;
|
|
3864
3864
|
}
|
|
3865
|
-
.apple-login-button__no-
|
|
3866
|
-
.apple-login-
|
|
3865
|
+
.apple-login-button__no-scroll___nAAr6,
|
|
3866
|
+
.apple-login-button__noScroll___UUzVo {
|
|
3867
3867
|
overflow-y: hidden;
|
|
3868
3868
|
}
|
|
3869
|
-
.apple-login-button__hide-
|
|
3870
|
-
.apple-login-
|
|
3869
|
+
.apple-login-button__hide-overflow___ZR1cR,
|
|
3870
|
+
.apple-login-button__hideOverflow___JkOWO {
|
|
3871
3871
|
overflow: hidden;
|
|
3872
3872
|
}
|
|
3873
|
-
.apple-login-button__markdown-
|
|
3873
|
+
.apple-login-button__markdown-body___FzhVg h6 {
|
|
3874
3874
|
margin-top: 0 !important;
|
|
3875
3875
|
margin-bottom: 0 !important;
|
|
3876
3876
|
}
|
|
3877
3877
|
@media only screen and (max-width: 480px) {
|
|
3878
|
-
.apple-login-button__markdown-
|
|
3878
|
+
.apple-login-button__markdown-body___FzhVg {
|
|
3879
3879
|
font-size: 12px !important;
|
|
3880
3880
|
padding: 5px !important;
|
|
3881
3881
|
}
|
|
3882
3882
|
}
|
|
3883
|
-
.apple-login-button__view3d-
|
|
3883
|
+
.apple-login-button__view3d-canvas___p2S5_ {
|
|
3884
3884
|
width: 100%;
|
|
3885
3885
|
height: 100%;
|
|
3886
3886
|
}
|
|
3887
3887
|
@media only screen and (max-width: 480px) {
|
|
3888
|
-
.apple-login-button__view-mobile-
|
|
3888
|
+
.apple-login-button__view-mobile-up___zIt7A {
|
|
3889
3889
|
display: none !important;
|
|
3890
3890
|
}
|
|
3891
3891
|
}
|
|
3892
3892
|
@media only screen and (min-width: 481px) {
|
|
3893
|
-
.apple-login-button__view-
|
|
3893
|
+
.apple-login-button__view-mobile___ny3wS {
|
|
3894
3894
|
display: none !important;
|
|
3895
3895
|
}
|
|
3896
3896
|
}
|
|
3897
|
-
.apple-login-button__apple-login-
|
|
3897
|
+
.apple-login-button__apple-login-container___bBsdH {
|
|
3898
3898
|
margin-top: 12px;
|
|
3899
3899
|
}
|
|
3900
|
-
.apple-login-button__apple-login-
|
|
3900
|
+
.apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW {
|
|
3901
3901
|
height: 48px;
|
|
3902
3902
|
padding: 12px;
|
|
3903
3903
|
background: transparent;
|
|
@@ -3916,11 +3916,11 @@ h5,
|
|
|
3916
3916
|
cursor: pointer;
|
|
3917
3917
|
font-family: var(--font-body);
|
|
3918
3918
|
}
|
|
3919
|
-
.apple-login-button__apple-login-
|
|
3919
|
+
.apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW svg {
|
|
3920
3920
|
flex: 0 0 24px;
|
|
3921
3921
|
fill: black;
|
|
3922
3922
|
}
|
|
3923
|
-
.apple-login-button__apple-login-
|
|
3923
|
+
.apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW span {
|
|
3924
3924
|
margin-inline-end: 24px;
|
|
3925
3925
|
color: var(--textHeading, #3c4043);
|
|
3926
3926
|
font-size: 14px;
|