| @@ -1,5 +1,8 @@ | ||
| 1 | +/*! elementor - v3.26.0 - 19-12-2024 */ | |
| 1 | 2 | @import "//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"; |
| 3 | +@import "//fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"; | |
| 4 | +@import "//fonts.googleapis.com/css2?family=Source%20Serif%20Pro&display=swap"; | |
| 2 | 5 | :root { |
| 3 | 6 | --color-box-shadow-color: rgba(0, 0, 0, 0.05); |
| 4 | 7 | } |
| 5 | 8 | |
| @@ -489,9 +492,9 @@ | ||
| 489 | 492 | button { |
| 490 | 493 | border-radius: 0; |
| 491 | 494 | } |
| 492 | 495 | |
| 493 | -button:focus:not(:where([data-module=onboarding] *)) { | |
| 496 | +button:focus { | |
| 494 | 497 | outline: 1px dotted; |
| 495 | 498 | outline: 5px auto -webkit-focus-ring-color; |
| 496 | 499 | } |
| 497 | 500 | |
| @@ -690,10 +693,10 @@ | ||
| 690 | 693 | height: 0; |
| 691 | 694 | } |
| 692 | 695 | .video-wrapper iframe { |
| 693 | 696 | position: absolute; |
| 694 | - inset-block-start: 0; | |
| 695 | - inset-inline-start: 0; | |
| 697 | + top: 0; | |
| 698 | + left: 0; | |
| 696 | 699 | width: 100%; |
| 697 | 700 | height: 100%; |
| 698 | 701 | } |
| 699 | 702 | |
| @@ -749,12 +752,12 @@ | ||
| 749 | 752 | justify-content: center; |
| 750 | 753 | position: fixed; |
| 751 | 754 | height: 100%; |
| 752 | 755 | width: 100%; |
| 753 | - inset-block-end: 0; | |
| 754 | - inset-inline-start: 0; | |
| 755 | 756 | background-color: var(--app-lightbox-background-color); |
| 756 | 757 | z-index: 1040; |
| 758 | + bottom: 0; | |
| 759 | + left: 0; | |
| 757 | 760 | } |
| 758 | 761 | .eps-app__header { |
| 759 | 762 | flex-shrink: 0; |
| 760 | 763 | font-size: 0.9375rem; |
| @@ -794,11 +797,12 @@ | ||
| 794 | 797 | width: 1.75rem; |
| 795 | 798 | height: 1.75rem; |
| 796 | 799 | line-height: 1.75rem; |
| 797 | 800 | text-align: center; |
| 798 | - font-size: 1.75rem; | |
| 801 | + font-size: calc(0.4 * 1.75rem); | |
| 799 | 802 | border-radius: 50%; |
| 800 | - color: var(--app-logo-background-color); | |
| 803 | + color: var(--app-logo-color); | |
| 804 | + background-color: var(--app-logo-background-color); | |
| 801 | 805 | } |
| 802 | 806 | .eps-app__logo:not(:last-child) { |
| 803 | 807 | margin-inline-end: 0.625rem; |
| 804 | 808 | } |
| @@ -900,11 +904,11 @@ | ||
| 900 | 904 | } |
| 901 | 905 | |
| 902 | 906 | .elementor-loader-wrapper { |
| 903 | 907 | position: absolute; |
| 904 | - inset-block-start: 50%; | |
| 905 | - inset-inline-start: 50%; | |
| 906 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 908 | + top: 50%; | |
| 909 | + left: 50%; | |
| 910 | + transform: translate(-50%, -50%); | |
| 907 | 911 | width: 300px; |
| 908 | 912 | display: flex; |
| 909 | 913 | flex-direction: column; |
| 910 | 914 | align-items: center; |
| @@ -934,13 +938,13 @@ | ||
| 934 | 938 | } |
| 935 | 939 | .elementor-loader-box:nth-of-type(1) { |
| 936 | 940 | width: 20%; |
| 937 | 941 | height: 100%; |
| 938 | - inset-block-start: 0; | |
| 939 | - inset-inline-start: 0; | |
| 942 | + left: 0; | |
| 943 | + top: 0; | |
| 940 | 944 | } |
| 941 | 945 | .elementor-loader-box:not(:nth-of-type(1)) { |
| 942 | - inset-inline-end: 0; | |
| 946 | + right: 0; | |
| 943 | 947 | height: 20%; |
| 944 | 948 | width: 60%; |
| 945 | 949 | } |
| 946 | 950 | .elementor-loader-box:nth-of-type(2) { |
| @@ -1050,9 +1054,9 @@ | ||
| 1050 | 1054 | } |
| 1051 | 1055 | .e-app-import-export-wizard-step__notice { |
| 1052 | 1056 | display: block; |
| 1053 | 1057 | position: sticky; |
| 1054 | - inset-block-start: 100%; /* Will prevent text overlapping when window height is too short. */ | |
| 1058 | + top: 100%; /* Will prevent text overlapping when window height is too short. */ | |
| 1055 | 1059 | color: var(--e-app-import-export-wizard-step-block-end-text-color); |
| 1056 | 1060 | font-style: italic; |
| 1057 | 1061 | margin-block-end: 0; |
| 1058 | 1062 | } |
| @@ -1068,9 +1072,9 @@ | ||
| 1068 | 1072 | --e-app-import-export-page-header-description-color: #69727D; |
| 1069 | 1073 | margin-block-end: 2.75rem; |
| 1070 | 1074 | } |
| 1071 | 1075 | .e-app-import-export-page-header__content-wrapper { |
| 1072 | - max-width: 655px; | |
| 1076 | + max-width: 645px; | |
| 1073 | 1077 | } |
| 1074 | 1078 | .e-app-import-export-page-header__heading { |
| 1075 | 1079 | color: var(--e-app-import-export-page-header-heading-color); |
| 1076 | 1080 | } |
| @@ -1167,8 +1171,11 @@ | ||
| 1167 | 1171 | border: var(--card-border); |
| 1168 | 1172 | border-radius: 0.1875rem; |
| 1169 | 1173 | transition: 0.3s; |
| 1170 | 1174 | font-size: 0.75rem; |
| 1175 | + /* | |
| 1176 | + todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs | |
| 1177 | + */ | |
| 1171 | 1178 | } |
| 1172 | 1179 | .eps-card__header { |
| 1173 | 1180 | padding: 0.625rem; |
| 1174 | 1181 | border-block-end: var(--card-header-footer-border); |
| @@ -1178,13 +1185,8 @@ | ||
| 1178 | 1185 | } |
| 1179 | 1186 | .eps-card__header--padding { |
| 1180 | 1187 | padding: var(--eps-card-header-padding); |
| 1181 | 1188 | } |
| 1182 | -.eps-card { | |
| 1183 | - /* | |
| 1184 | - todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs | |
| 1185 | - */ | |
| 1186 | -} | |
| 1187 | 1189 | .eps-card__headline { |
| 1188 | 1190 | color: var(--card-headline-color); |
| 1189 | 1191 | margin-block-end: 0; |
| 1190 | 1192 | font-weight: 500; |
| @@ -1212,14 +1214,14 @@ | ||
| 1212 | 1214 | object-fit: contain; |
| 1213 | 1215 | -o-object-position: top; |
| 1214 | 1216 | object-position: top; |
| 1215 | 1217 | position: absolute; |
| 1216 | - inset-block-start: 0; | |
| 1217 | - inset-inline-start: 0; | |
| 1218 | + top: 0; | |
| 1219 | + left: 0; | |
| 1218 | 1220 | } |
| 1219 | 1221 | .eps-card__image-overlay { |
| 1220 | 1222 | position: absolute; |
| 1221 | - inset-block-start: 0; | |
| 1223 | + top: 0; | |
| 1222 | 1224 | background-color: var(--card-image-overlay-background-color); |
| 1223 | 1225 | z-index: 1; |
| 1224 | 1226 | width: 100%; |
| 1225 | 1227 | height: 100%; |
| @@ -1266,10 +1268,10 @@ | ||
| 1266 | 1268 | .eps-menu-item::before { |
| 1267 | 1269 | content: ""; |
| 1268 | 1270 | display: block; |
| 1269 | 1271 | position: absolute; |
| 1270 | - inset-block-start: 0; | |
| 1271 | - inset-inline-start: 0; | |
| 1272 | + top: 0; | |
| 1273 | + left: 0; | |
| 1272 | 1274 | height: 100%; |
| 1273 | 1275 | width: var(--menu-item-pointer-width); |
| 1274 | 1276 | background-color: #0C0D0E; |
| 1275 | 1277 | } |
| @@ -2135,9 +2137,9 @@ | ||
| 2135 | 2137 | position: absolute; |
| 2136 | 2138 | z-index: 1050; |
| 2137 | 2139 | margin-block-start: 9px; |
| 2138 | 2140 | transform: translateX(-50%); |
| 2139 | - inset-inline-start: 0.25rem; | |
| 2141 | + left: 0.25rem; | |
| 2140 | 2142 | } |
| 2141 | 2143 | .eps-popover__background { |
| 2142 | 2144 | position: fixed; |
| 2143 | 2145 | inset: 0; |
| @@ -2152,10 +2154,10 @@ | ||
| 2152 | 2154 | position: absolute; |
| 2153 | 2155 | width: 16px; |
| 2154 | 2156 | height: 9px; |
| 2155 | 2157 | margin: 0 0.1875rem 9px; |
| 2156 | - inset-block-start: -9px; | |
| 2157 | - inset-inline-start: 50%; | |
| 2158 | + top: -9px; | |
| 2159 | + left: 50%; | |
| 2158 | 2160 | transform: translateX(-50%); |
| 2159 | 2161 | border-color: transparent; |
| 2160 | 2162 | border-style: solid; |
| 2161 | 2163 | border-width: 0 calc(16px / 2) 9px calc(16px / 2); |
| @@ -2160,20 +2162,8 @@ | ||
| 2160 | 2162 | border-style: solid; |
| 2161 | 2163 | border-width: 0 calc(16px / 2) 9px calc(16px / 2); |
| 2162 | 2164 | border-block-end-color: var(--popover-arrow-color); |
| 2163 | 2165 | } |
| 2164 | -.eps-popover--arrow-start::before { | |
| 2165 | - inset-inline-start: 0.1875rem; | |
| 2166 | - transform: none; | |
| 2167 | -} | |
| 2168 | -.eps-popover--arrow-end::before { | |
| 2169 | - inset-inline-start: auto; | |
| 2170 | - inset-inline-end: 0.1875rem; | |
| 2171 | - transform: none; | |
| 2172 | -} | |
| 2173 | -.eps-popover--arrow-none::before { | |
| 2174 | - display: none; | |
| 2175 | -} | |
| 2176 | 2166 | .eps-popover__item { |
| 2177 | 2167 | padding: 0.3125rem 1rem; |
| 2178 | 2168 | background-color: var(--popover-item-background-color); |
| 2179 | 2169 | color: var(--popover-item-color); |
| @@ -2291,8 +2281,12 @@ | ||
| 2291 | 2281 | } |
| 2292 | 2282 | .eps-checkbox--rounded { |
| 2293 | 2283 | border-radius: 50%; |
| 2294 | 2284 | } |
| 2285 | +.eps-checkbox--indeterminate { | |
| 2286 | + --checkbox-background-color: var(--checkbox-checked-background-color); | |
| 2287 | + --checkbox-border-color: var(--checkbox-checked-background-color); | |
| 2288 | +} | |
| 2295 | 2289 | .eps-checkbox--indeterminate::after { |
| 2296 | 2290 | display: inline-block; |
| 2297 | 2291 | margin-block-end: 0; |
| 2298 | 2292 | content: " "; |
| @@ -2300,12 +2294,8 @@ | ||
| 2300 | 2294 | height: 0; |
| 2301 | 2295 | transform: rotate(0deg); |
| 2302 | 2296 | border-block-start: 1px solid #ffffff; |
| 2303 | 2297 | } |
| 2304 | -.eps-checkbox--indeterminate { | |
| 2305 | - --checkbox-background-color: var(--checkbox-checked-background-color); | |
| 2306 | - --checkbox-border-color: var(--checkbox-checked-background-color); | |
| 2307 | -} | |
| 2308 | 2298 | .eps-checkbox--error::before, .eps-checkbox--error::after, .eps-checkbox--error:checked::before, .eps-checkbox--error:checked::after { |
| 2309 | 2299 | display: inline-block; |
| 2310 | 2300 | margin-block-end: 0; |
| 2311 | 2301 | content: " "; |
| @@ -2353,10 +2343,10 @@ | ||
| 2353 | 2343 | width: 375px; |
| 2354 | 2344 | } |
| 2355 | 2345 | .eps-dialog__close-button { |
| 2356 | 2346 | position: absolute; |
| 2357 | - inset-block-start: -2.75rem; | |
| 2358 | - inset-inline-end: -2.75rem; | |
| 2347 | + top: -2.75rem; | |
| 2348 | + right: -2.75rem; | |
| 2359 | 2349 | margin-block-start: 0.625rem; |
| 2360 | 2350 | margin-inline-end: 0.625rem; |
| 2361 | 2351 | z-index: 1040; |
| 2362 | 2352 | font-size: 1.25rem; |
| @@ -2396,10 +2386,10 @@ | ||
| 2396 | 2386 | } |
| 2397 | 2387 | .e-app__popover:before { |
| 2398 | 2388 | content: ""; |
| 2399 | 2389 | position: absolute; |
| 2400 | - inset-block-start: -16px; | |
| 2401 | - inset-inline-end: var(--popover-arrow-offset-end, 22px); | |
| 2390 | + top: -16px; | |
| 2391 | + right: var(--popover-arrow-offset-end, 22px); | |
| 2402 | 2392 | border: 8px solid transparent; |
| 2403 | 2393 | border-block-end-color: #fff; |
| 2404 | 2394 | } |
| 2405 | 2395 | |
| @@ -2442,11 +2432,8 @@ | ||
| 2442 | 2432 | --eps-text-field-background-color: transparent; |
| 2443 | 2433 | --eps-text-field-placeholder-color: #69727D; |
| 2444 | 2434 | --eps-text-field-outlined-border-color: #9DA5AE; |
| 2445 | 2435 | --eps-text-field-outlined-focus-border-color: #515962; |
| 2446 | - --eps-text-field-standard-border-color: #9DA5AE; | |
| 2447 | - --eps-text-field-standard-focus-border-color: #515962; | |
| 2448 | - --border: 1px solid var(--eps-text-field-outlined-border-color); | |
| 2449 | 2436 | width: 100%; |
| 2450 | 2437 | color: var(--eps-text-field-color); |
| 2451 | 2438 | background-color: var(--eps-text-field-background-color); |
| 2452 | 2439 | border: 0; |
| @@ -2458,22 +2445,14 @@ | ||
| 2458 | 2445 | line-height: 1.5; |
| 2459 | 2446 | } |
| 2460 | 2447 | .eps-text-field--outlined { |
| 2461 | 2448 | border-radius: 0.1875rem; |
| 2462 | - border: var(--border); | |
| 2449 | + border: 1px solid var(--eps-text-field-outlined-border-color); | |
| 2463 | 2450 | padding: 0.625rem; |
| 2464 | 2451 | } |
| 2465 | 2452 | .eps-text-field--outlined:focus { |
| 2466 | 2453 | border-color: var(--eps-text-field-outlined-focus-border-color); |
| 2467 | 2454 | } |
| 2468 | -.eps-text-field--standard { | |
| 2469 | - padding-top: 0.625rem; | |
| 2470 | - padding-bottom: 0.625rem; | |
| 2471 | - border-bottom: var(--border); | |
| 2472 | -} | |
| 2473 | -.eps-text-field--standard:focus { | |
| 2474 | - border-color: var(--eps-text-field-standard-focus-border-color); | |
| 2475 | -} | |
| 2476 | 2455 | .eps-text-field::-moz-placeholder { |
| 2477 | 2456 | color: var(--eps-text-field-placeholder-color); |
| 2478 | 2457 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 2479 | 2458 | font-size: 0.875rem; |
| @@ -2500,14 +2479,8 @@ | ||
| 2500 | 2479 | } |
| 2501 | 2480 | .eps-theme-dark--outlined:focus { |
| 2502 | 2481 | border-color: var(--eps-text-field-outlined-focus-border-color); |
| 2503 | 2482 | } |
| 2504 | -.eps-theme-dark--standard { | |
| 2505 | - border-color: var(--eps-text-field-standard-border-color); | |
| 2506 | -} | |
| 2507 | -.eps-theme-dark--standard:focus { | |
| 2508 | - border-color: var(--eps-text-field-standard-focus-border-color); | |
| 2509 | -} | |
| 2510 | 2483 | |
| 2511 | 2484 | .e-app-import-export-content-layout { |
| 2512 | 2485 | display: flex; |
| 2513 | 2486 | justify-content: center; |
| @@ -2642,8 +2615,11 @@ | ||
| 2642 | 2615 | |
| 2643 | 2616 | .e-app-export-kit { |
| 2644 | 2617 | padding-block-end: 1.25rem; |
| 2645 | 2618 | } |
| 2619 | +.e-app-export-kit-information { | |
| 2620 | + margin-block-start: 1.25rem; | |
| 2621 | +} | |
| 2646 | 2622 | .e-app-export-kit-information__field-header { |
| 2647 | 2623 | margin-block-end: 0.625rem; |
| 2648 | 2624 | } |
| 2649 | 2625 | .e-app-export-kit-information__label { |
| @@ -2651,26 +2627,14 @@ | ||
| 2651 | 2627 | } |
| 2652 | 2628 | .e-app-export-kit-information__info-icon { |
| 2653 | 2629 | margin-inline-start: 0.625rem; |
| 2654 | 2630 | } |
| 2655 | -.e-app-export-kit-information__content { | |
| 2656 | - gap: 16px; | |
| 2631 | +.e-app-export-kit-info-modal__icon { | |
| 2632 | + padding-inline-start: 0.625rem; | |
| 2657 | 2633 | } |
| 2658 | -.e-app-export-kit-information__field--error { | |
| 2659 | - border-color: var(--e-a-color-danger); | |
| 2634 | +.e-app-export-kit-info-modal__heading { | |
| 2635 | + margin-block-end: 1.25rem; | |
| 2660 | 2636 | } |
| 2661 | -.e-app-export-kit-information__error-container { | |
| 2662 | - height: 20px; | |
| 2663 | - display: flex; | |
| 2664 | - align-items: flex-start; | |
| 2665 | - margin-block-start: 4px; | |
| 2666 | -} | |
| 2667 | -.e-app-export-kit-information__validation-error { | |
| 2668 | - color: var(--e-a-color-danger); | |
| 2669 | -} | |
| 2670 | -.e-app-export-kit__content { | |
| 2671 | - gap: 20px; | |
| 2672 | -} | |
| 2673 | 2637 | |
| 2674 | 2638 | .e-app-import-export-info-modal__section:not(:first-child) { |
| 2675 | 2639 | margin-block-start: 1.875rem; |
| 2676 | 2640 | } |
| @@ -2717,9 +2681,9 @@ | ||
| 2717 | 2681 | outline: none; |
| 2718 | 2682 | } |
| 2719 | 2683 | .eps-collapse__icon { |
| 2720 | 2684 | transition: all 150ms; |
| 2721 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 2685 | + transform: rotate(0deg); | |
| 2722 | 2686 | } |
| 2723 | 2687 | .eps-collapse__content { |
| 2724 | 2688 | margin-block-start: 0.625rem; |
| 2725 | 2689 | display: none; |
| @@ -2798,8 +2762,9 @@ | ||
| 2798 | 2762 | .e-kit-library__filter-indication-button { |
| 2799 | 2763 | margin-inline-start: 1.5rem; |
| 2800 | 2764 | } |
| 2801 | 2765 | |
| 2766 | +#eps-app-header-btn-apply, | |
| 2802 | 2767 | #eps-app-header-btn-promotion, |
| 2803 | 2768 | #eps-app-header-btn-connect { |
| 2804 | 2769 | margin-inline-start: 0.625rem; |
| 2805 | 2770 | margin-inline-end: 0.625rem; |
| @@ -2804,17 +2769,8 @@ | ||
| 2804 | 2769 | margin-inline-start: 0.625rem; |
| 2805 | 2770 | margin-inline-end: 0.625rem; |
| 2806 | 2771 | } |
| 2807 | 2772 | |
| 2808 | -#eps-app-header-btn-apply { | |
| 2809 | - margin-inline-start: 0.625rem; | |
| 2810 | -} | |
| 2811 | - | |
| 2812 | -#eps-app-header-btn-download { | |
| 2813 | - margin-inline-end: 1rem; | |
| 2814 | - margin-inline-start: 1rem; | |
| 2815 | -} | |
| 2816 | - | |
| 2817 | 2773 | .e-kit-library__apply-button { |
| 2818 | 2774 | display: flex; |
| 2819 | 2775 | align-items: center; |
| 2820 | 2776 | justify-content: center; |
| @@ -2831,8 +2787,11 @@ | ||
| 2831 | 2787 | |
| 2832 | 2788 | .e-kit-library__kit-item-overlay { |
| 2833 | 2789 | height: 100%; |
| 2834 | 2790 | } |
| 2791 | +.e-kit-library__kit-item-overlay > *:first-child { | |
| 2792 | + flex: 1; | |
| 2793 | +} | |
| 2835 | 2794 | .e-kit-library__kit-item-overlay-overview-button { |
| 2836 | 2795 | display: flex; |
| 2837 | 2796 | flex-direction: column; |
| 2838 | 2797 | align-items: center; |
| @@ -2863,103 +2822,19 @@ | ||
| 2863 | 2822 | margin: 0 3px; |
| 2864 | 2823 | } |
| 2865 | 2824 | .e-kit-library__kit-item-subscription-plan-badge { |
| 2866 | 2825 | --e-a-color-brand: #467FF7; |
| 2867 | -} | |
| 2868 | -.e-kit-library__kit-item-subscription-plan-badge.promoted { | |
| 2869 | - --e-a-color-brand: #92003B; | |
| 2870 | -} | |
| 2871 | -.e-kit-library__kit-item-subscription-plan-badge { | |
| 2872 | 2826 | position: absolute; |
| 2873 | - inset-block-start: 0; | |
| 2874 | - inset-inline-end: 0; | |
| 2827 | + top: 0; | |
| 2828 | + right: 0; | |
| 2875 | 2829 | margin: 0.3125rem; |
| 2876 | 2830 | background-color: var(--e-a-color-brand); |
| 2877 | 2831 | color: #ffffff; |
| 2878 | 2832 | text-transform: uppercase; |
| 2879 | 2833 | } |
| 2880 | -.e-kit-library__kit-item-header { | |
| 2881 | - position: relative; | |
| 2834 | +.e-kit-library__kit-item-subscription-plan-badge.promoted { | |
| 2835 | + --e-a-color-brand: #92003B; | |
| 2882 | 2836 | } |
| 2883 | -.e-kit-library__kit-item-lock-icon { | |
| 2884 | - font-size: 14px; | |
| 2885 | - margin-inline-end: 8px; | |
| 2886 | - color: var(--card-headline-color); | |
| 2887 | - cursor: pointer; | |
| 2888 | -} | |
| 2889 | -.e-kit-library__kit-item-actions-menu i { | |
| 2890 | - font-size: 16px; | |
| 2891 | -} | |
| 2892 | -.e-kit-library__kit-item-actions-popover { | |
| 2893 | - display: flex; | |
| 2894 | - flex-direction: column; | |
| 2895 | - align-items: start; | |
| 2896 | - min-width: 0; | |
| 2897 | - padding: 12px 0; | |
| 2898 | - position: absolute; | |
| 2899 | - inset-block-start: 25px; | |
| 2900 | - inset-inline-start: 100%; | |
| 2901 | - transform: translateX(calc(-100% * var(--direction-multiplier))); | |
| 2902 | -} | |
| 2903 | -.e-kit-library__kit-item-actions-popover-item { | |
| 2904 | - display: flex; | |
| 2905 | - height: 30px; | |
| 2906 | - width: 100%; | |
| 2907 | - align-items: center; | |
| 2908 | - gap: 8px; | |
| 2909 | - padding: 0 12px; | |
| 2910 | - cursor: pointer; | |
| 2911 | -} | |
| 2912 | -.e-kit-library__kit-item-actions-popover-item i { | |
| 2913 | - font-size: 16px; | |
| 2914 | -} | |
| 2915 | -.e-kit-library__kit-item-actions-popover-item:hover { | |
| 2916 | - background-color: var(--e-a-bg-hover); | |
| 2917 | -} | |
| 2918 | -.e-kit-library__kit-item-actions-popover-item--danger { | |
| 2919 | - color: var(--e-a-color-danger); | |
| 2920 | -} | |
| 2921 | -.e-kit-library__kit-item-actions-popover-item--danger:hover { | |
| 2922 | - background-color: var(--e-a-bg-danger); | |
| 2923 | -} | |
| 2924 | -.e-kit-library__kit-item-actions-popover-item--danger i { | |
| 2925 | - color: var(--e-a-color-danger); | |
| 2926 | -} | |
| 2927 | -.e-kit-library__kit-item-cloud-overlay { | |
| 2928 | - height: 100%; | |
| 2929 | - display: flex; | |
| 2930 | - flex-direction: column; | |
| 2931 | - align-items: center; | |
| 2932 | - justify-content: center; | |
| 2933 | -} | |
| 2934 | -.e-kit-library__kit-item-cloud-overlay-import-button { | |
| 2935 | - display: flex; | |
| 2936 | - align-items: center; | |
| 2937 | - justify-content: center; | |
| 2938 | - padding: 8px 22px; | |
| 2939 | - gap: 8px; | |
| 2940 | -} | |
| 2941 | -.e-kit-library__kit-item-cloud-overlay-import-button > i { | |
| 2942 | - font-size: 20px; | |
| 2943 | - font-weight: 600; | |
| 2944 | -} | |
| 2945 | -.e-kit-library__kit-item-cloud-overlay-import-button > span { | |
| 2946 | - font-size: 15px; | |
| 2947 | -} | |
| 2948 | -.e-kit-library__kit-item-cloud-overlay i.eicon-lock { | |
| 2949 | - font-size: 48px; | |
| 2950 | - color: rgba(255, 255, 255, 0.8); | |
| 2951 | - cursor: pointer; | |
| 2952 | -} | |
| 2953 | -.e-kit-library__kit-item--locked { | |
| 2954 | - opacity: 0.6; | |
| 2955 | -} | |
| 2956 | -.e-kit-library__kit-item--locked .eps-card__image { | |
| 2957 | - opacity: 0.7; | |
| 2958 | -} | |
| 2959 | -.e-kit-library__kit-item--locked .eps-card__overlay { | |
| 2960 | - background-color: rgba(0, 0, 0, 0.5); | |
| 2961 | -} | |
| 2962 | 2837 | |
| 2963 | 2838 | :root { |
| 2964 | 2839 | --e-kit-library-header-back-border: 1px solid var(--e-a-border-color); |
| 2965 | 2840 | --e-kit-library-header-back-color: #69727D; |
| @@ -2984,9 +2859,9 @@ | ||
| 2984 | 2859 | flex: 1; |
| 2985 | 2860 | height: 100%; |
| 2986 | 2861 | } |
| 2987 | 2862 | .e-kit-library__header-back .eps-icon { |
| 2988 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 2863 | + transform: rotate(0deg); | |
| 2989 | 2864 | } |
| 2990 | 2865 | |
| 2991 | 2866 | .e-kit-library__page-loader { |
| 2992 | 2867 | width: 100%; |
| @@ -3044,10 +2919,10 @@ | ||
| 3044 | 2919 | font-size: 1.25rem; |
| 3045 | 2920 | padding: 0.625rem; |
| 3046 | 2921 | color: #69727D; |
| 3047 | 2922 | position: absolute; |
| 3048 | - inset-block-start: 0; | |
| 3049 | - inset-inline-start: 0; | |
| 2923 | + top: 0; | |
| 2924 | + left: 0; | |
| 3050 | 2925 | height: 100%; |
| 3051 | 2926 | display: flex; |
| 3052 | 2927 | align-items: center; |
| 3053 | 2928 | justify-content: center; |
| @@ -3059,10 +2934,10 @@ | ||
| 3059 | 2934 | font-size: 0.875rem; |
| 3060 | 2935 | padding: 0.625rem; |
| 3061 | 2936 | color: #69727D; |
| 3062 | 2937 | position: absolute; |
| 3063 | - inset-block-start: 0; | |
| 3064 | - inset-inline-end: 0; | |
| 2938 | + top: 0; | |
| 2939 | + right: 0; | |
| 3065 | 2940 | height: 100%; |
| 3066 | 2941 | display: flex; |
| 3067 | 2942 | align-items: center; |
| 3068 | 2943 | justify-content: center; |
| @@ -3097,10 +2972,11 @@ | ||
| 3097 | 2972 | .eps-sort-select__select-wrapper::after { |
| 3098 | 2973 | content: "\e8ad"; |
| 3099 | 2974 | font-family: eicons; |
| 3100 | 2975 | position: absolute; |
| 3101 | - inset-inline-end: 0.625rem; | |
| 3102 | - inset-block: 0; | |
| 2976 | + right: 0.625rem; | |
| 2977 | + top: 0; | |
| 2978 | + bottom: 0; | |
| 3103 | 2979 | color: #69727D; |
| 3104 | 2980 | display: flex; |
| 3105 | 2981 | align-items: center; |
| 3106 | 2982 | justify-content: center; |
| @@ -3197,14 +3073,13 @@ | ||
| 3197 | 3073 | } |
| 3198 | 3074 | .e-kit-library__index-layout-heading { |
| 3199 | 3075 | padding: 1.875rem 2.75rem; |
| 3200 | 3076 | position: sticky; |
| 3201 | - inset-block-start: -1px; | |
| 3077 | + top: -1px; | |
| 3202 | 3078 | width: 100%; |
| 3203 | 3079 | z-index: 2; |
| 3204 | 3080 | background-color: var(--app-background-color); |
| 3205 | 3081 | gap: 1.5rem; |
| 3206 | - align-items: center; | |
| 3207 | 3082 | } |
| 3208 | 3083 | .e-kit-library__index-layout-heading-search, .e-kit-library__index-layout-heading-sort { |
| 3209 | 3084 | min-width: 265px; |
| 3210 | 3085 | } |
| @@ -3210,13 +3085,8 @@ | ||
| 3210 | 3085 | } |
| 3211 | 3086 | .e-kit-library__index-layout-heading-search { |
| 3212 | 3087 | flex: 1; |
| 3213 | 3088 | } |
| 3214 | -.e-kit-library__index-layout-heading-quota { | |
| 3215 | - display: flex; | |
| 3216 | - align-items: center; | |
| 3217 | - justify-content: flex-end; | |
| 3218 | -} | |
| 3219 | 3089 | .e-kit-library__index-layout-main { |
| 3220 | 3090 | padding-block-start: 0; |
| 3221 | 3091 | padding-block-end: 1.5rem; |
| 3222 | 3092 | overflow-y: hidden; |
| @@ -3225,45 +3095,8 @@ | ||
| 3225 | 3095 | display: flex; |
| 3226 | 3096 | flex-direction: column; |
| 3227 | 3097 | justify-content: space-between; |
| 3228 | 3098 | } |
| 3229 | -.e-kit-library__index-layout-main.e-kit-library__connect-container { | |
| 3230 | - justify-content: center; | |
| 3231 | - align-items: center; | |
| 3232 | -} | |
| 3233 | -.e-kit-library__connect-button { | |
| 3234 | - background-color: var(--e-a-btn-bg-primary); | |
| 3235 | - color: var(--e-a-btn-color); | |
| 3236 | - border-radius: 4px; | |
| 3237 | - padding: 8px; | |
| 3238 | -} | |
| 3239 | -.e-kit-library__connect-button:hover { | |
| 3240 | - opacity: 0.8; | |
| 3241 | -} | |
| 3242 | -.e-kit-library__upgrade-button { | |
| 3243 | - background-color: var(--e-a-color-accent); | |
| 3244 | - color: var(--e-a-color-txt-invert); | |
| 3245 | - border-radius: 4px; | |
| 3246 | - padding: 8px; | |
| 3247 | -} | |
| 3248 | -.e-kit-library__upgrade-button:hover { | |
| 3249 | - opacity: 0.8; | |
| 3250 | -} | |
| 3251 | -.e-kit-library .eicon-library-cloud-connect, | |
| 3252 | -.e-kit-library .eicon-library-subscription-upgrade { | |
| 3253 | - font-size: 65px; | |
| 3254 | -} | |
| 3255 | -.e-kit-library .connect-badge { | |
| 3256 | - color: #C00BB9; | |
| 3257 | - margin-inline-start: 10px; | |
| 3258 | -} | |
| 3259 | -.e-kit-library .upgrade-badge { | |
| 3260 | - color: #93003f; | |
| 3261 | - border: 1px solid #93003f; | |
| 3262 | - border-radius: 10px; | |
| 3263 | - padding: 2px 6px; | |
| 3264 | - margin-inline-start: 10px; | |
| 3265 | -} | |
| 3266 | 3099 | |
| 3267 | 3100 | .e-kit-library__tags-filter { |
| 3268 | 3101 | --e-kit-library-item-sidebar-header-title-color: #515962; |
| 3269 | 3102 | --e-kit-library-item-sidebar-description-color: #515962; |
| @@ -3345,10 +3178,10 @@ | ||
| 3345 | 3178 | } |
| 3346 | 3179 | |
| 3347 | 3180 | .e-kit-library__preview-loader { |
| 3348 | 3181 | position: absolute; |
| 3349 | - inset-block-start: 0; | |
| 3350 | - inset-inline-start: 0; | |
| 3182 | + top: 0; | |
| 3183 | + left: 0; | |
| 3351 | 3184 | z-index: 0; |
| 3352 | 3185 | } |
| 3353 | 3186 | .e-kit-library__preview-iframe { |
| 3354 | 3187 | border: none; |
| @@ -3376,10 +3209,10 @@ | ||
| 3376 | 3209 | align-items: center; |
| 3377 | 3210 | justify-content: center; |
| 3378 | 3211 | font-size: 0.875rem; |
| 3379 | 3212 | position: absolute; |
| 3380 | - inset-block-start: 50%; | |
| 3381 | - inset-inline-end: var(--e-app-collapse-toggle-icon-spacing); | |
| 3213 | + top: 50%; | |
| 3214 | + right: var(--e-app-collapse-toggle-icon-spacing); | |
| 3382 | 3215 | transform: translateY(-50%); |
| 3383 | 3216 | } |
| 3384 | 3217 | .e-app-collapse-toggle__icon:before { |
| 3385 | 3218 | transition: all 0.2s linear; |
| @@ -3394,10 +3227,10 @@ | ||
| 3394 | 3227 | display: block; |
| 3395 | 3228 | } |
| 3396 | 3229 | |
| 3397 | 3230 | [dir=rtl] .e-app-collapse-toggle__icon { |
| 3398 | - inset-inline-start: var(--e-app-collapse-toggle-icon-spacing); | |
| 3399 | - inset-inline-end: initial; | |
| 3231 | + right: initial; | |
| 3232 | + left: var(--e-app-collapse-toggle-icon-spacing); | |
| 3400 | 3233 | } |
| 3401 | 3234 | |
| 3402 | 3235 | .eps-theme-dark .e-app-collapse { |
| 3403 | 3236 | --e-app-collapse-icon-color: #BABFC5; |
| @@ -3524,10 +3357,10 @@ | ||
| 3524 | 3357 | font-size: 1.85rem; |
| 3525 | 3358 | } |
| 3526 | 3359 | .e-app-import-export-loader--absolute-center { |
| 3527 | 3360 | position: absolute; |
| 3528 | - inset-block-start: 50%; | |
| 3529 | - inset-inline-start: 50%; | |
| 3361 | + top: 50%; | |
| 3362 | + left: 50%; | |
| 3530 | 3363 | transform: translateX(-50%) translateY(-50%); |
| 3531 | 3364 | } |
| 3532 | 3365 | |
| 3533 | 3366 | .eps-theme-dark .e-app-import-export-loader { |
| @@ -3560,159 +3393,486 @@ | ||
| 3560 | 3393 | .e-app-import-failed-plugins-notice { |
| 3561 | 3394 | margin-block-end: 1.25rem; |
| 3562 | 3395 | } |
| 3563 | 3396 | |
| 3564 | -.e-app-export-actions-container { | |
| 3397 | +.e-onboarding { | |
| 3398 | + font-family: "DM Sans", "Roboto", sans-serif; | |
| 3399 | + color-scheme: light; | |
| 3400 | +} | |
| 3401 | +.e-onboarding .eps-app__main { | |
| 3402 | + justify-content: center; | |
| 3403 | + overflow-y: auto; | |
| 3404 | +} | |
| 3405 | +.e-onboarding__content { | |
| 3406 | + max-width: 1135px; | |
| 3407 | + padding: 2.75rem; | |
| 3408 | + margin: initial; | |
| 3409 | + overflow-y: initial; | |
| 3410 | +} | |
| 3411 | +.e-onboarding__checkbox-label { | |
| 3565 | 3412 | display: flex; |
| 3566 | - gap: 15px; | |
| 3413 | + line-height: 18px; | |
| 3414 | + margin-block-end: 27px; | |
| 3415 | +} | |
| 3416 | +.e-onboarding__checkbox-input { | |
| 3417 | + margin-inline-end: 14px; | |
| 3418 | + width: 16px; | |
| 3419 | + height: 16px; | |
| 3420 | + border-color: #69727D; | |
| 3421 | + border-radius: 2px; | |
| 3422 | +} | |
| 3423 | +.e-onboarding__checkbox-input:checked { | |
| 3424 | + background-color: #525861; | |
| 3425 | +} | |
| 3426 | +.e-onboarding__checkbox-input:checked::after { | |
| 3427 | + margin-block-end: 15%; | |
| 3428 | + width: 6px; | |
| 3429 | + height: 9px; | |
| 3430 | + border-width: 0 2px 2px 0; | |
| 3431 | +} | |
| 3432 | +.e-onboarding__feature-list { | |
| 3433 | + margin-block-end: 40px; | |
| 3434 | +} | |
| 3435 | +.e-onboarding__text-input { | |
| 3436 | + font-size: 14px; | |
| 3437 | + width: 325px; | |
| 3438 | + padding: 12px 16px; | |
| 3439 | + color: #69727D; | |
| 3440 | + border: 1px solid #9EA5AD; | |
| 3441 | +} | |
| 3442 | +.e-onboarding__text-input:focus-visible { | |
| 3443 | + outline: initial; | |
| 3444 | + border: 1px solid #3A3F45; | |
| 3445 | +} | |
| 3446 | +.e-onboarding__text-input::-moz-placeholder { | |
| 3447 | + color: #C2C7CC; | |
| 3448 | +} | |
| 3449 | +.e-onboarding__text-input::placeholder { | |
| 3450 | + color: #C2C7CC; | |
| 3451 | +} | |
| 3452 | +.e-onboarding__footnote { | |
| 3453 | + margin-block-start: 24px; | |
| 3454 | + width: 325px; | |
| 3455 | + text-align: center; | |
| 3456 | +} | |
| 3457 | +.e-onboarding__footnote a { | |
| 3458 | + text-decoration: underline; | |
| 3459 | + color: #3A3F45; | |
| 3460 | +} | |
| 3461 | + | |
| 3462 | +#e-app ~ #__wp-uploader-id-2 .media-modal { | |
| 3463 | + max-width: 1024px; | |
| 3464 | + max-height: 768px; | |
| 3465 | + margin: auto; | |
| 3466 | +} | |
| 3467 | + | |
| 3468 | +.e-onboarding__page-content { | |
| 3469 | + margin-block-end: 70px; | |
| 3470 | +} | |
| 3471 | +.e-onboarding__page-content-start { | |
| 3472 | + max-width: 675px; | |
| 3473 | + text-align: start; | |
| 3474 | + flex-basis: 555px; | |
| 3475 | + align-self: start; | |
| 3476 | +} | |
| 3477 | +.e-onboarding__page-content-end { | |
| 3478 | + min-width: 440px; | |
| 3479 | + max-width: 540px; | |
| 3480 | +} | |
| 3481 | +.e-onboarding__page-content-end img { | |
| 3567 | 3482 | width: 100%; |
| 3568 | - justify-content: flex-end; | |
| 3569 | 3483 | } |
| 3484 | +.e-onboarding__page-content-section-title { | |
| 3485 | + font-family: "DM Serif Display", serif; | |
| 3486 | + font-size: 36px; | |
| 3487 | + font-weight: 700; | |
| 3488 | + color: #0C0D0E; | |
| 3489 | +} | |
| 3490 | +.e-onboarding__page-content-section-text { | |
| 3491 | + font-size: 18px; | |
| 3492 | + color: #3A3F45; | |
| 3493 | +} | |
| 3570 | 3494 | |
| 3571 | -.e-kit-library__quota-bar { | |
| 3495 | +.e-onboarding__header-logo .eps-app__logo { | |
| 3496 | + background-color: #0C0D0E; | |
| 3497 | + color: #ffffff; | |
| 3498 | + width: 1.3rem; | |
| 3499 | + height: 1.3rem; | |
| 3500 | + line-height: 1.3rem; | |
| 3501 | + font-size: 0.48rem; | |
| 3502 | +} | |
| 3503 | +.e-onboarding__header-logo .eps-app__logo:not(:last-child) { | |
| 3504 | + margin-inline-end: 7px; | |
| 3505 | +} | |
| 3506 | +.e-onboarding__header-logo img { | |
| 3507 | + width: 104px; | |
| 3508 | +} | |
| 3509 | +.e-onboarding__header .eps-app__header-btn { | |
| 3572 | 3510 | display: flex; |
| 3573 | 3511 | align-items: center; |
| 3512 | + font-size: 13px; | |
| 3574 | 3513 | } |
| 3575 | -.e-kit-library__quota-bar__container { | |
| 3514 | +.e-onboarding__header .eps-app__header-btn .eps-icon:not(:last-child) { | |
| 3515 | + margin-inline-end: 7px; | |
| 3516 | +} | |
| 3517 | +.e-onboarding__header .eps-button { | |
| 3518 | + color: #0C0D0E; | |
| 3519 | +} | |
| 3520 | +.e-onboarding__header .eps-button__go-pro-btn { | |
| 3521 | + background-color: #93003f; | |
| 3522 | + color: #ffffff; | |
| 3523 | + padding: 4px 8px; | |
| 3524 | + border-radius: 4px; | |
| 3525 | + font-weight: 700; | |
| 3526 | + font-size: 12px; | |
| 3527 | + transition: 0.5s; | |
| 3528 | +} | |
| 3529 | +.e-onboarding__header .eps-button__go-pro-btn:hover { | |
| 3530 | + background: rgb(198, 0, 84.8571428571); | |
| 3531 | +} | |
| 3532 | + | |
| 3533 | +.e-onboarding__go-pro { | |
| 3534 | + width: 288px; | |
| 3535 | + font-size: 12px; | |
| 3536 | + background-color: #ffffff; | |
| 3537 | +} | |
| 3538 | +.e-onboarding__go-pro-title { | |
| 3539 | + font-size: 18px; | |
| 3540 | + font-weight: 700; | |
| 3541 | + color: #93003f; | |
| 3542 | +} | |
| 3543 | +.e-onboarding__go-pro-cta { | |
| 3544 | + display: inline-block; | |
| 3545 | + color: #93003f; | |
| 3546 | + padding: 9px; | |
| 3547 | + border: 1px solid #93003f; | |
| 3548 | +} | |
| 3549 | +.e-onboarding__go-pro-cta.e-onboarding__button { | |
| 3550 | + font-size: 14px; | |
| 3551 | +} | |
| 3552 | +.e-onboarding__go-pro-paragraph:not(:last-child) { | |
| 3553 | + margin-block-end: 20px; | |
| 3554 | +} | |
| 3555 | +.e-onboarding__go-pro-already-have { | |
| 3556 | + text-decoration: underline; | |
| 3557 | +} | |
| 3558 | + | |
| 3559 | +.e-onboarding__progress-bar { | |
| 3576 | 3560 | display: flex; |
| 3577 | - flex-direction: column; | |
| 3578 | - gap: 8px; | |
| 3579 | - min-width: 230px; | |
| 3561 | + justify-content: center; | |
| 3562 | + margin-block-end: 125px; | |
| 3580 | 3563 | } |
| 3581 | -.e-kit-library__quota-bar__header { | |
| 3564 | +.e-onboarding__progress-bar-item { | |
| 3582 | 3565 | display: flex; |
| 3583 | - justify-content: space-between; | |
| 3584 | 3566 | align-items: center; |
| 3567 | + color: #69727D; | |
| 3568 | + font-size: 0.75rem; | |
| 3585 | 3569 | } |
| 3586 | -.e-kit-library__quota-bar__label { | |
| 3587 | - color: var(--body-color); | |
| 3588 | - font-weight: 400; | |
| 3589 | - white-space: nowrap; | |
| 3590 | - font-size: 12px; | |
| 3570 | +.e-onboarding__progress-bar-item-icon { | |
| 3571 | + display: inline-block; | |
| 3572 | + font-family: "DM Serif Display", serif; | |
| 3573 | + text-align: center; | |
| 3574 | + width: 1.1rem; | |
| 3575 | + height: 1.1rem; | |
| 3576 | + line-height: 1rem; | |
| 3577 | + font-size: 0.75rem; | |
| 3578 | + font-weight: bold; | |
| 3579 | + border-radius: 50%; | |
| 3580 | + border: 1px solid #69727D; | |
| 3581 | + margin-inline-end: 8px; | |
| 3582 | + flex-shrink: 0; | |
| 3591 | 3583 | } |
| 3592 | -.e-kit-library__quota-bar__progress-container { | |
| 3593 | - width: 100%; | |
| 3594 | - height: 4px; | |
| 3595 | - overflow: hidden; | |
| 3596 | - position: relative; | |
| 3584 | +.e-onboarding__progress-bar-item:not(:last-child) { | |
| 3585 | + margin-inline-end: 22px; | |
| 3597 | 3586 | } |
| 3598 | -.e-kit-library__quota-bar__progress-container--empty { | |
| 3599 | - background-color: #F0ABFC; | |
| 3587 | +.e-onboarding__progress-bar-item:not(:last-child):after { | |
| 3588 | + font-family: "eicons"; | |
| 3589 | + margin-inline-start: 22px; | |
| 3590 | + content: "\e89e"; | |
| 3600 | 3591 | } |
| 3601 | -.e-kit-library__quota-bar__progress-container--normal { | |
| 3602 | - background-color: #F0ABFC; | |
| 3592 | +.e-onboarding__progress-bar-item--active { | |
| 3593 | + color: #D004D4; | |
| 3603 | 3594 | } |
| 3604 | -.e-kit-library__quota-bar__progress-container--warning { | |
| 3605 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 3595 | +.e-onboarding__progress-bar-item--active .e-onboarding__progress-bar-item-icon, .e-onboarding__progress-bar-item--completed .e-onboarding__progress-bar-item-icon { | |
| 3596 | + color: #ffffff; | |
| 3597 | + border-color: #D004D4; | |
| 3598 | + background-color: #D004D4; | |
| 3606 | 3599 | } |
| 3607 | -.e-kit-library__quota-bar__progress-container--alert { | |
| 3608 | - background: #93003f; | |
| 3600 | +.e-onboarding__progress-bar-item--skipped, .e-onboarding__progress-bar-item--completed { | |
| 3601 | + cursor: pointer; | |
| 3609 | 3602 | } |
| 3610 | -.e-kit-library__quota-bar__progress-bar { | |
| 3611 | - height: 100%; | |
| 3612 | - transition: width 0.3s ease; | |
| 3603 | +.e-onboarding__progress-bar-item--skipped .e-onboarding__progress-bar-item-icon { | |
| 3604 | + color: #ffffff; | |
| 3605 | + background-color: #69727D; | |
| 3613 | 3606 | } |
| 3614 | -.e-kit-library__quota-bar__progress-bar--empty { | |
| 3615 | - background: transparent; | |
| 3607 | + | |
| 3608 | +.e-onboarding__button { | |
| 3609 | + font-size: 18px; | |
| 3610 | + cursor: pointer; | |
| 3611 | + transition: var(--e-a-transition-hover); | |
| 3616 | 3612 | } |
| 3617 | -.e-kit-library__quota-bar__progress-bar--normal { | |
| 3618 | - background: #D004D4; | |
| 3613 | +.e-onboarding__button-action { | |
| 3614 | + color: var(--e-a-btn-color); | |
| 3615 | + background-color: var(--e-a-btn-bg-primary); | |
| 3616 | + min-width: 325px; | |
| 3617 | + padding: 15px 30px; | |
| 3618 | + text-align: center; | |
| 3619 | 3619 | } |
| 3620 | -.e-kit-library__quota-bar__progress-bar--warning { | |
| 3621 | - background: #F59E0B; | |
| 3620 | +.e-onboarding__button-action:hover { | |
| 3621 | + background-color: var(--e-a-btn-bg-primary-hover); | |
| 3622 | 3622 | } |
| 3623 | -.e-kit-library__quota-bar__progress-bar--alert { | |
| 3624 | - background: #93003f; | |
| 3623 | +.e-onboarding__button-skip { | |
| 3624 | + padding: 8px 16px; | |
| 3625 | + color: #515962; | |
| 3625 | 3626 | } |
| 3626 | -.e-kit-library__quota-bar__upgrade-message { | |
| 3627 | +.e-onboarding__button-skip:hover { | |
| 3628 | + background-color: #F9FAFA; | |
| 3629 | +} | |
| 3630 | +.e-onboarding__button--disabled { | |
| 3631 | + pointer-events: none; | |
| 3632 | + background-color: #D5D8DC; | |
| 3633 | + color: #9EA5AD; | |
| 3634 | +} | |
| 3635 | +.e-onboarding__button--disabled:hover { | |
| 3636 | + cursor: progress; | |
| 3637 | +} | |
| 3638 | +.e-onboarding__button--processing { | |
| 3639 | + pointer-events: none; | |
| 3640 | + filter: brightness(90%); | |
| 3641 | +} | |
| 3642 | + | |
| 3643 | +.e-onboarding__card { | |
| 3644 | + border: 1px solid #3A3F45; | |
| 3645 | + border-radius: 8px; | |
| 3646 | + padding: 40px 40px; | |
| 3647 | + cursor: pointer; | |
| 3648 | + flex-grow: 1; | |
| 3627 | 3649 | display: flex; |
| 3650 | + flex-direction: column; | |
| 3628 | 3651 | align-items: center; |
| 3629 | - gap: 4px; | |
| 3630 | 3652 | } |
| 3631 | -.e-kit-library__quota-bar__upgrade-link { | |
| 3632 | - color: #93003f; | |
| 3633 | - text-decoration: underline; | |
| 3634 | - cursor: pointer; | |
| 3653 | +.e-onboarding__card-image, .e-onboarding__card-text { | |
| 3654 | + width: 345px; | |
| 3655 | +} | |
| 3656 | +.e-onboarding__card-image { | |
| 3657 | + margin-block-end: 44px; | |
| 3658 | +} | |
| 3659 | +.e-onboarding__card-text { | |
| 3660 | + font-size: 20px; | |
| 3661 | + font-weight: 700; | |
| 3662 | + text-align: center; | |
| 3663 | + color: #0C0D0E; | |
| 3664 | +} | |
| 3665 | +.e-onboarding__card:hover { | |
| 3666 | + box-shadow: 4px 4px 0 0 #000000; | |
| 3667 | +} | |
| 3668 | +.e-onboarding__card:active { | |
| 3669 | + box-shadow: initial; | |
| 3670 | +} | |
| 3671 | + | |
| 3672 | +.e-onboarding__checklist { | |
| 3673 | + padding-inline-start: 0; | |
| 3674 | +} | |
| 3675 | +.e-onboarding__checklist-item { | |
| 3676 | + display: flex; | |
| 3677 | + align-items: center; | |
| 3635 | 3678 | font-size: 12px; |
| 3636 | - font-weight: 400; | |
| 3679 | + margin-block-end: 12px; | |
| 3637 | 3680 | } |
| 3638 | -.e-kit-library__quota-bar__upgrade-link:hover { | |
| 3639 | - opacity: 0.8; | |
| 3681 | +.e-onboarding__checklist-item .eicon-check-circle { | |
| 3682 | + margin-inline-end: 9px; | |
| 3683 | + font-size: 16px; | |
| 3684 | + font-weight: 600; | |
| 3640 | 3685 | } |
| 3641 | -.e-kit-library__quota-bar__count { | |
| 3642 | - color: var(--body-color); | |
| 3643 | - white-space: nowrap; | |
| 3644 | - font-size: 12px; | |
| 3686 | + | |
| 3687 | +.e-onboarding__notice { | |
| 3688 | + display: inline-block; | |
| 3689 | + padding: 12px 14px; | |
| 3690 | + margin-block-end: 16px; | |
| 3691 | + color: #3A3F45; | |
| 3645 | 3692 | } |
| 3693 | +.e-onboarding__notice--error { | |
| 3694 | + background-color: #FDE8EC; | |
| 3695 | +} | |
| 3696 | +.e-onboarding__notice--error i { | |
| 3697 | + font-size: 16px; | |
| 3698 | + color: #B92136; | |
| 3699 | +} | |
| 3700 | +.e-onboarding__notice--success { | |
| 3701 | + background-color: #ECF9F2; | |
| 3702 | +} | |
| 3703 | +.e-onboarding__notice--success i { | |
| 3704 | + color: #117740; | |
| 3705 | +} | |
| 3706 | +.e-onboarding__notice i { | |
| 3707 | + margin-inline-end: 14px; | |
| 3708 | +} | |
| 3709 | +.e-onboarding__notice-empty-spacer { | |
| 3710 | + height: 61px; | |
| 3711 | +} | |
| 3646 | 3712 | |
| 3647 | -:root { | |
| 3648 | - --text-secondary: #3F444B; | |
| 3713 | +.e-onboarding__page-account .e-onboarding__checkbox-label { | |
| 3714 | + margin-block-start: 50px; | |
| 3649 | 3715 | } |
| 3650 | 3716 | |
| 3651 | -.e-kit-library__quota-notification { | |
| 3717 | +.e-onboarding__action-button-text { | |
| 3718 | + margin-inline-start: 10px; | |
| 3719 | +} | |
| 3720 | + | |
| 3721 | +.e-onboarding__site-name-input { | |
| 3722 | + margin-block-start: 80px; | |
| 3723 | +} | |
| 3724 | + | |
| 3725 | +.e-onboarding__page-siteLogo .e-app-upload-file__button { | |
| 3726 | + color: var(--e-a-color-primary-bold); | |
| 3727 | + border-color: var(--e-a-color-primary-bold); | |
| 3728 | +} | |
| 3729 | +.e-onboarding__page-siteLogo .e-app-upload-file__button:hover { | |
| 3730 | + background-color: #FAE8FF; | |
| 3731 | +} | |
| 3732 | +.e-onboarding__drop-zone { | |
| 3733 | + margin-block-start: 3rem; | |
| 3734 | +} | |
| 3735 | +.e-onboarding .eps-display-3 { | |
| 3736 | + font-size: 16px; | |
| 3737 | + margin-block-end: 0.5rem; | |
| 3738 | +} | |
| 3739 | +.e-onboarding .e-app-upload-file__button { | |
| 3740 | + max-width: 198px; | |
| 3741 | + margin: 0 auto; | |
| 3742 | +} | |
| 3743 | +.e-onboarding .e-app-drop-zone__secondary-text { | |
| 3744 | + font-size: 14px; | |
| 3745 | +} | |
| 3746 | +.e-onboarding__logo-container { | |
| 3747 | + position: relative; | |
| 3748 | + margin-block-start: 3rem; | |
| 3749 | + min-height: 120px; | |
| 3750 | + width: -moz-fit-content; | |
| 3751 | + width: fit-content; | |
| 3652 | 3752 | display: flex; |
| 3653 | - align-items: flex-start; | |
| 3654 | - justify-content: space-between; | |
| 3655 | - padding: 16px 20px; | |
| 3656 | - margin: 0 44px 30px; | |
| 3657 | - border-radius: 4px; | |
| 3753 | + align-items: center; | |
| 3754 | + justify-content: center; | |
| 3755 | + min-width: 220px; | |
| 3756 | + border: 1px solid #BABFC5; | |
| 3658 | 3757 | } |
| 3659 | -.e-kit-library__quota-notification--warning { | |
| 3660 | - background-color: #FBF1E6; | |
| 3661 | - color: #3f444b; | |
| 3758 | +.e-onboarding__logo-container img { | |
| 3759 | + height: auto; | |
| 3760 | + max-height: 100%; | |
| 3761 | + width: auto; | |
| 3662 | 3762 | } |
| 3663 | -.e-kit-library__quota-notification--alert { | |
| 3664 | - background-color: #FDECEC; | |
| 3665 | - color: #3f444b; | |
| 3763 | +.e-onboarding__logo-remove { | |
| 3764 | + position: absolute; | |
| 3765 | + right: 0; | |
| 3766 | + top: 5px; | |
| 3666 | 3767 | } |
| 3667 | -.e-kit-library__quota-notification__content { | |
| 3668 | - display: flex; | |
| 3669 | - align-items: flex-start; | |
| 3670 | - gap: 12px; | |
| 3671 | - flex: 1; | |
| 3768 | +.e-onboarding__logo-remove i { | |
| 3769 | + font-size: 16px; | |
| 3770 | + width: 15px; | |
| 3672 | 3771 | } |
| 3673 | -.e-kit-library__quota-notification__icon { | |
| 3674 | - font-size: 18px; | |
| 3675 | - margin-top: 1px; | |
| 3676 | - flex-shrink: 0; | |
| 3772 | +.e-onboarding__logo-remove:hover { | |
| 3773 | + cursor: pointer; | |
| 3677 | 3774 | } |
| 3678 | -.e-kit-library__quota-notification__icon.eicon-warning-full { | |
| 3679 | - color: #F59E0B; | |
| 3775 | +.e-onboarding__is-uploading { | |
| 3776 | + visibility: hidden; | |
| 3680 | 3777 | } |
| 3681 | -.e-kit-library__quota-notification__icon.eicon-alert { | |
| 3682 | - color: #DC2626; | |
| 3778 | + | |
| 3779 | +.e-onboarding__page-goodToGo .e-onboarding__page-content-section-title, | |
| 3780 | +.e-onboarding__page-goodToGo .e-onboarding__page-content-section-text { | |
| 3781 | + text-align: center; | |
| 3683 | 3782 | } |
| 3684 | -.e-kit-library__quota-notification__message { | |
| 3685 | - flex: 1; | |
| 3686 | - line-height: 1.5; | |
| 3687 | - font-size: 13px; | |
| 3783 | +.e-onboarding__cards-grid.e-onboarding__page-content { | |
| 3784 | + margin-block-start: 48px; | |
| 3785 | + margin-block-end: 48px; | |
| 3688 | 3786 | } |
| 3689 | -.e-kit-library__quota-notification__message span { | |
| 3690 | - color: var(--text-secondary); | |
| 3691 | - font-size: 13px; | |
| 3787 | +.e-onboarding__cards-grid .e-onboarding__card { | |
| 3788 | + max-width: 555px; | |
| 3692 | 3789 | } |
| 3693 | -.e-kit-library__quota-notification__action-link { | |
| 3694 | - color: inherit; | |
| 3790 | +.e-onboarding__cards-grid .e-onboarding__card:not(:last-child) { | |
| 3791 | + margin-inline-end: 20px; | |
| 3792 | +} | |
| 3793 | +.e-onboarding__good-to-go-footer { | |
| 3794 | + justify-content: end; | |
| 3795 | +} | |
| 3796 | + | |
| 3797 | +.e-onboarding__upload-pro { | |
| 3798 | + flex-direction: row; | |
| 3799 | + justify-content: center; | |
| 3800 | + font-family: "DM Sans", "Roboto", sans-serif; | |
| 3801 | + text-align: center; | |
| 3802 | +} | |
| 3803 | +.e-onboarding__upload-pro .eps-app__content { | |
| 3804 | + overflow-y: hidden; | |
| 3805 | + max-width: 1113px; | |
| 3806 | + padding: 30px; | |
| 3807 | +} | |
| 3808 | +.e-onboarding__upload-pro-drop-zone { | |
| 3809 | + margin-block-end: 24px; | |
| 3810 | +} | |
| 3811 | +.e-onboarding__upload-pro-drop-zone h1 { | |
| 3812 | + font-family: "Source Serif Pro", "Roboto", sans-serif; | |
| 3813 | +} | |
| 3814 | +.e-onboarding__upload-pro-drop-zone .e-app-drag-drop { | |
| 3815 | + padding: 48px; | |
| 3816 | +} | |
| 3817 | +.e-onboarding__upload-pro-drop-zone .eps-display-3, | |
| 3818 | +.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__text, | |
| 3819 | +.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__secondary-text { | |
| 3820 | + margin-block-end: 12px; | |
| 3821 | +} | |
| 3822 | +.e-onboarding__upload-pro-drop-zone .e-app-upload-file__button { | |
| 3823 | + background-color: #040080; | |
| 3824 | + color: #46F2B6; | |
| 3825 | + padding: 14px 40px; | |
| 3826 | + border-color: #040080; | |
| 3827 | +} | |
| 3828 | +.e-onboarding__upload-pro-get-file { | |
| 3829 | + font-size: 12px; | |
| 3830 | + margin-block-start: 24px; | |
| 3831 | +} | |
| 3832 | +.e-onboarding__upload-pro-get-file a { | |
| 3695 | 3833 | text-decoration: underline; |
| 3696 | - font-size: 13px; | |
| 3834 | +} | |
| 3835 | +.e-onboarding__upload-pro .e-onboarding__notice { | |
| 3836 | + margin-block-end: 0; | |
| 3837 | +} | |
| 3838 | + | |
| 3839 | +.e-onboarding__choose-features-section { | |
| 3840 | + width: 100%; | |
| 3841 | + display: flex; | |
| 3842 | + flex-wrap: wrap; | |
| 3843 | + gap: 10px 20px; | |
| 3844 | + margin-block: 20px; | |
| 3845 | +} | |
| 3846 | +.e-onboarding__choose-features-section__label { | |
| 3847 | + display: flex; | |
| 3848 | + align-items: center; | |
| 3849 | + font-size: 14px; | |
| 3697 | 3850 | font-weight: 400; |
| 3851 | + line-height: 24px; | |
| 3852 | + letter-spacing: -0.01em; | |
| 3853 | + -webkit-user-select: none; | |
| 3854 | + -moz-user-select: none; | |
| 3855 | + user-select: none; | |
| 3856 | + border: 1px solid #D5D8DC; | |
| 3857 | + padding: 12px 16px; | |
| 3858 | + width: 267px; | |
| 3698 | 3859 | } |
| 3699 | -.e-kit-library__quota-notification__action-link:hover { | |
| 3700 | - opacity: 0.8; | |
| 3860 | +.e-onboarding__choose-features-section__checkbox { | |
| 3861 | + justify-self: end; | |
| 3862 | + margin-inline-end: 8px; | |
| 3863 | + width: 16px; | |
| 3864 | + height: 16px; | |
| 3701 | 3865 | } |
| 3702 | -.e-kit-library__quota-notification__dismiss { | |
| 3703 | - background: none; | |
| 3704 | - border: none; | |
| 3705 | - cursor: pointer; | |
| 3706 | - padding: 0; | |
| 3707 | - margin-inline-start: 12px; | |
| 3708 | - color: inherit; | |
| 3709 | - opacity: 0.7; | |
| 3710 | - flex-shrink: 0; | |
| 3866 | +.e-onboarding__choose-features-section__message { | |
| 3867 | + font-size: 18px; | |
| 3868 | + font-weight: 400; | |
| 3869 | + line-height: 27px; | |
| 3870 | + letter-spacing: -0.01em; | |
| 3871 | + padding-inline-end: 120px; | |
| 3872 | + min-height: 55px; | |
| 3873 | + margin-block-end: 20px; | |
| 3711 | 3874 | } |
| 3712 | -.e-kit-library__quota-notification__dismiss:hover { | |
| 3713 | - opacity: 1; | |
| 3714 | -} | |
| 3715 | -.e-kit-library__quota-notification__dismiss i { | |
| 3716 | - font-size: 14px; | |
| 3875 | +.e-onboarding__page-chooseFeatures .e-onboarding__page-content { | |
| 3876 | + margin-bottom: 0; | |
| 3717 | 3877 | } |
| 3718 | 3878 | /*# sourceMappingURL=app.css.map */ |