| @@ -1270,12 +1270,8 @@ | ||
| 1270 | 1270 | --e-context-cta-color: #524CFF; |
| 1271 | 1271 | --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); |
| 1272 | 1272 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1273 | 1273 | --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); |
| 1274 | - --e-context-promotion-color: #93003f; | |
| 1275 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1276 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1277 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1278 | 1274 | } |
| 1279 | 1275 | |
| 1280 | 1276 | :root { |
| 1281 | 1277 | --e-button-padding-block: 0.4375rem; |
| @@ -1288,49 +1284,8 @@ | ||
| 1288 | 1284 | --e-button-context-color-dark: var(--e-context-primary-color-dark); |
| 1289 | 1285 | --e-button-context-tint: var(--e-context-primary-tint-1); |
| 1290 | 1286 | } |
| 1291 | 1287 | |
| 1292 | -.notice a.e-button, | |
| 1293 | -.error a.e-button, | |
| 1294 | -.updated a.e-button { | |
| 1295 | - color: #ffffff; | |
| 1296 | - text-decoration: none; | |
| 1297 | -} | |
| 1298 | -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active, | |
| 1299 | -.error a.e-button:hover, | |
| 1300 | -.error a.e-button:focus, | |
| 1301 | -.error a.e-button:active, | |
| 1302 | -.updated a.e-button:hover, | |
| 1303 | -.updated a.e-button:focus, | |
| 1304 | -.updated a.e-button:active { | |
| 1305 | - color: #ffffff; | |
| 1306 | - text-decoration: none; | |
| 1307 | -} | |
| 1308 | -.notice a.e-button.e-button--outline, | |
| 1309 | -.error a.e-button.e-button--outline, | |
| 1310 | -.updated a.e-button.e-button--outline { | |
| 1311 | - color: var(--e-button-context-color); | |
| 1312 | -} | |
| 1313 | -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus, | |
| 1314 | -.error a.e-button.e-button--outline:hover, | |
| 1315 | -.error a.e-button.e-button--outline:focus, | |
| 1316 | -.updated a.e-button.e-button--outline:hover, | |
| 1317 | -.updated a.e-button.e-button--outline:focus { | |
| 1318 | - color: var(--e-button-context-color-dark); | |
| 1319 | -} | |
| 1320 | -.notice a.e-button.e-button--link, | |
| 1321 | -.error a.e-button.e-button--link, | |
| 1322 | -.updated a.e-button.e-button--link { | |
| 1323 | - color: var(--e-button-context-color); | |
| 1324 | -} | |
| 1325 | -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus, | |
| 1326 | -.error a.e-button.e-button--link:hover, | |
| 1327 | -.error a.e-button.e-button--link:focus, | |
| 1328 | -.updated a.e-button.e-button--link:hover, | |
| 1329 | -.updated a.e-button.e-button--link:focus { | |
| 1330 | - color: var(--e-button-context-color-dark); | |
| 1331 | -} | |
| 1332 | - | |
| 1333 | 1288 | .e-button { |
| 1334 | 1289 | display: inline-block; |
| 1335 | 1290 | font-weight: var(--e-button-font-weight); |
| 1336 | 1291 | text-align: center; |
| @@ -1403,14 +1358,8 @@ | ||
| 1403 | 1358 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1404 | 1359 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1405 | 1360 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1406 | 1361 | } |
| 1407 | -.e-button--promotion { | |
| 1408 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1409 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1410 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1411 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1412 | -} | |
| 1413 | 1362 | .e-button.e-button--outline { |
| 1414 | 1363 | color: var(--e-button-context-color); |
| 1415 | 1364 | background: none; |
| 1416 | 1365 | border: 1px solid currentColor; |
| @@ -1510,13 +1459,8 @@ | ||
| 1510 | 1459 | --e-notice-context-color: var(--e-context-cta-color); |
| 1511 | 1460 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1512 | 1461 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1513 | 1462 | } |
| 1514 | -.e-notice--promotion { | |
| 1515 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1516 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1517 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1518 | -} | |
| 1519 | 1463 | .e-notice--extended { |
| 1520 | 1464 | --e-notice-is-extended: 1; |
| 1521 | 1465 | } |
| 1522 | 1466 | .e-notice--dismissible { |
| @@ -2326,54 +2270,8 @@ | ||
| 2326 | 2270 | color: #93003f; |
| 2327 | 2271 | font-weight: 500; |
| 2328 | 2272 | } |
| 2329 | 2273 | |
| 2330 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2331 | - vertical-align: middle; | |
| 2332 | - line-height: 1.2; | |
| 2333 | - color: var(--wp-admin-theme-color); | |
| 2334 | -} | |
| 2335 | - | |
| 2336 | -#e-dashboard-ally .ui-sortable-handle { | |
| 2337 | - justify-content: flex-start; | |
| 2338 | - gap: 8px; | |
| 2339 | -} | |
| 2340 | - | |
| 2341 | -#dashboard-widgets .e-dashboard-ally { | |
| 2342 | - padding: 28px 0; | |
| 2343 | -} | |
| 2344 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2345 | - text-align: center; | |
| 2346 | - margin-block-end: 16px; | |
| 2347 | -} | |
| 2348 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2349 | - display: flex; | |
| 2350 | - flex-direction: column; | |
| 2351 | - align-items: center; | |
| 2352 | - text-align: center; | |
| 2353 | - margin-block-end: 20px; | |
| 2354 | -} | |
| 2355 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2356 | - font-size: 20px; | |
| 2357 | - line-height: 32px; | |
| 2358 | - color: #0C0D0E; | |
| 2359 | - margin-block-end: 0; | |
| 2360 | -} | |
| 2361 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2362 | - max-width: 295px; | |
| 2363 | - font-size: 14px; | |
| 2364 | - line-height: 20px; | |
| 2365 | - color: #3F444B; | |
| 2366 | - margin: 0 0 16px; | |
| 2367 | -} | |
| 2368 | - | |
| 2369 | -label[for=e-dashboard-ally-hide] svg { | |
| 2370 | - display: inline-block; | |
| 2371 | - vertical-align: middle; | |
| 2372 | - margin-inline-end: 4px; | |
| 2373 | - margin-block-end: 2px; | |
| 2374 | -} | |
| 2375 | - | |
| 2376 | 2274 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2377 | 2275 | padding-block-start: 2em; |
| 2378 | 2276 | margin-block-end: 2em; |
| 2379 | 2277 | } |
| @@ -2602,8 +2500,11 @@ | ||
| 2602 | 2500 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2603 | 2501 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2604 | 2502 | color: var(--e-a-color-txt-hover); |
| 2605 | 2503 | } |
| 2504 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2505 | + border: none; | |
| 2506 | +} | |
| 2606 | 2507 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2607 | 2508 | text-transform: uppercase; |
| 2608 | 2509 | font-weight: bold; |
| 2609 | 2510 | font-size: 12px; |
| @@ -2658,9 +2559,8 @@ | ||
| 2658 | 2559 | .e-experiment__title { |
| 2659 | 2560 | display: flex; |
| 2660 | 2561 | align-items: flex-start; |
| 2661 | 2562 | flex-direction: column; |
| 2662 | - position: relative; | |
| 2663 | 2563 | } |
| 2664 | 2564 | .e-experiment__title__indicator { |
| 2665 | 2565 | position: absolute; |
| 2666 | 2566 | height: 10px; |
| @@ -2823,22 +2723,15 @@ | ||
| 2823 | 2723 | max-width: 90%; |
| 2824 | 2724 | aspect-ratio: 16/9; |
| 2825 | 2725 | } |
| 2826 | 2726 | } |
| 2827 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2828 | - flex-direction: column; | |
| 2829 | - align-items: flex-start; | |
| 2830 | - flex-wrap: nowrap; | |
| 2831 | -} | |
| 2832 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2833 | - width: 100%; | |
| 2727 | +.wrap.elementor-admin-page-license .elementor-license-box { | |
| 2834 | 2728 | max-width: 600px; |
| 2835 | 2729 | background: white; |
| 2836 | 2730 | margin: 20px 0; |
| 2837 | 2731 | padding: 20px 20px; |
| 2838 | - box-sizing: border-box; | |
| 2839 | 2732 | } |
| 2840 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2733 | +.wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2841 | 2734 | display: flex; |
| 2842 | 2735 | justify-content: space-between; |
| 2843 | 2736 | align-items: center; |
| 2844 | 2737 | margin: 0; |
| @@ -2846,66 +2739,66 @@ | ||
| 2846 | 2739 | padding-block-end: 20px; |
| 2847 | 2740 | border-block-end: 1px solid #eee; |
| 2848 | 2741 | } |
| 2849 | 2742 | @media screen and (max-width: 782px) { |
| 2850 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2743 | + .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2851 | 2744 | flex-wrap: wrap; |
| 2852 | 2745 | gap: 15px; |
| 2853 | 2746 | } |
| 2854 | 2747 | } |
| 2855 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2748 | +.wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2856 | 2749 | flex-grow: 1; |
| 2857 | 2750 | padding-inline-start: 5px; |
| 2858 | 2751 | } |
| 2859 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2752 | +.wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2860 | 2753 | font-size: 13px; |
| 2861 | 2754 | font-weight: normal; |
| 2862 | 2755 | } |
| 2863 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2756 | +.wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2864 | 2757 | display: block; |
| 2865 | 2758 | font-size: 1.3em; |
| 2866 | 2759 | font-weight: 600; |
| 2867 | 2760 | margin: 1em 0; |
| 2868 | 2761 | } |
| 2869 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2762 | +.wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2763 | + height: 30px; | |
| 2870 | 2764 | margin-inline-start: 15px; |
| 2871 | 2765 | margin-block-end: 0; |
| 2872 | 2766 | } |
| 2873 | 2767 | @media screen and (max-width: 782px) { |
| 2874 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2768 | + .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2875 | 2769 | margin-inline: 0; |
| 2876 | - min-height: auto; | |
| 2877 | 2770 | } |
| 2878 | 2771 | } |
| 2879 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2772 | +.wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2880 | 2773 | margin: 10px 0; |
| 2881 | 2774 | } |
| 2882 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2775 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2883 | 2776 | display: flex; |
| 2884 | 2777 | align-items: center; |
| 2885 | 2778 | justify-content: space-between; |
| 2886 | 2779 | } |
| 2887 | 2780 | @media screen and (max-width: 782px) { |
| 2888 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2781 | + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2889 | 2782 | align-items: flex-start; |
| 2890 | 2783 | } |
| 2891 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button { | |
| 2784 | + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button { | |
| 2892 | 2785 | margin-inline-start: 10px; |
| 2893 | 2786 | } |
| 2894 | 2787 | } |
| 2895 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2788 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2896 | 2789 | padding-block-end: 15px; |
| 2897 | 2790 | border-block-end: 1px solid #eeeeee; |
| 2898 | 2791 | } |
| 2899 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2792 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2900 | 2793 | color: #93003f; |
| 2901 | 2794 | border-color: #93003f; |
| 2902 | 2795 | } |
| 2903 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2796 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2904 | 2797 | color: #fff; |
| 2905 | 2798 | background-color: #93003f; |
| 2906 | 2799 | } |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2800 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2908 | 2801 | display: flex; |
| 2909 | 2802 | flex-direction: row; |
| 2910 | 2803 | gap: 40px; |
| 2911 | 2804 | justify-content: start; |
| @@ -2910,15 +2803,15 @@ | ||
| 2910 | 2803 | gap: 40px; |
| 2911 | 2804 | justify-content: start; |
| 2912 | 2805 | align-items: center; |
| 2913 | 2806 | } |
| 2914 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2807 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2915 | 2808 | line-height: 24px; |
| 2916 | 2809 | } |
| 2917 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2810 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2918 | 2811 | justify-content: flex-start; |
| 2919 | 2812 | } |
| 2920 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2813 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2921 | 2814 | display: inline-flex; |
| 2922 | 2815 | align-items: center; |
| 2923 | 2816 | gap: 10px; |
| 2924 | 2817 | margin-inline: 0; |
| @@ -2926,20 +2819,20 @@ | ||
| 2926 | 2819 | color: #fff; |
| 2927 | 2820 | background-color: #93003f; |
| 2928 | 2821 | border: 0; |
| 2929 | 2822 | } |
| 2930 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2823 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2931 | 2824 | width: 45%; |
| 2932 | 2825 | } |
| 2933 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2826 | +.wrap.elementor-admin-page-license .elementor-box-action { | |
| 2934 | 2827 | display: flex; |
| 2935 | 2828 | justify-content: flex-end; |
| 2936 | 2829 | } |
| 2937 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2830 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2938 | 2831 | color: #72777c; |
| 2939 | 2832 | margin-inline-end: 15px; |
| 2940 | 2833 | } |
| 2941 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2834 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2942 | 2835 | color: inherit; |
| 2943 | 2836 | } |
| 2944 | 2837 | |
| 2945 | 2838 | .elementor-control-notice { |