| @@ -591,22 +591,8 @@ | ||
| 591 | 591 | #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover, #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:focus { |
| 592 | 592 | background-color: rgb(198, 0, 84.8571428571); |
| 593 | 593 | box-shadow: none; |
| 594 | 594 | } |
| 595 | -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade] { | |
| 596 | - font-weight: 600; | |
| 597 | - background-color: #93003f; | |
| 598 | - color: #ffffff; | |
| 599 | - margin: 3px 10px 0; | |
| 600 | - display: block; | |
| 601 | - text-align: center; | |
| 602 | - border-radius: 3px; | |
| 603 | - transition: all 0.3s; | |
| 604 | -} | |
| 605 | -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:hover, #adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:focus { | |
| 606 | - background-color: rgb(198, 0, 84.8571428571); | |
| 607 | - box-shadow: none; | |
| 608 | -} | |
| 609 | 595 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 610 | 596 | content: "\e8ff"; |
| 611 | 597 | font-family: eicons; |
| 612 | 598 | font-size: 18px; |
| @@ -1284,14 +1270,63 @@ | ||
| 1284 | 1270 | --e-context-cta-color: #524CFF; |
| 1285 | 1271 | --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); |
| 1286 | 1272 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1287 | 1273 | --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); |
| 1288 | - --e-context-promotion-color: #93003f; | |
| 1289 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1290 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1291 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1292 | 1274 | } |
| 1293 | 1275 | |
| 1276 | +.e-getting-started { | |
| 1277 | + max-width: 900px; | |
| 1278 | + padding: 2.5em 0; | |
| 1279 | + margin: auto; | |
| 1280 | + text-align: center; | |
| 1281 | +} | |
| 1282 | +.e-getting-started__header { | |
| 1283 | + display: flex; | |
| 1284 | + flex-direction: row; | |
| 1285 | + justify-content: space-between; | |
| 1286 | + align-items: center; | |
| 1287 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 1288 | +} | |
| 1289 | +.e-getting-started__header .e-logo-wrapper { | |
| 1290 | + font-size: 10px; | |
| 1291 | + margin-inline-end: 10px; | |
| 1292 | +} | |
| 1293 | +.e-getting-started__title { | |
| 1294 | + padding: 0 15px; | |
| 1295 | + font-weight: 600; | |
| 1296 | + text-transform: uppercase; | |
| 1297 | + display: flex; | |
| 1298 | + align-items: center; | |
| 1299 | +} | |
| 1300 | +.e-getting-started__skip { | |
| 1301 | + border-inline-start: 1px solid #eee; | |
| 1302 | + font-size: 16px; | |
| 1303 | + color: inherit; | |
| 1304 | +} | |
| 1305 | +.e-getting-started__skip i { | |
| 1306 | + padding: 15px; | |
| 1307 | +} | |
| 1308 | +.e-getting-started__content { | |
| 1309 | + padding: 50px; | |
| 1310 | +} | |
| 1311 | +.e-getting-started__content h2 { | |
| 1312 | + font-size: 2em; | |
| 1313 | + margin-block-start: 0; | |
| 1314 | +} | |
| 1315 | +.e-getting-started__content--narrow { | |
| 1316 | + max-width: 500px; | |
| 1317 | + margin: auto; | |
| 1318 | +} | |
| 1319 | +.e-getting-started__video { | |
| 1320 | + margin: 40px 0 60px; | |
| 1321 | +} | |
| 1322 | +.e-getting-started__video iframe { | |
| 1323 | + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); | |
| 1324 | +} | |
| 1325 | +.e-getting-started__actions .button-primary { | |
| 1326 | + margin-inline-end: 20px; | |
| 1327 | +} | |
| 1328 | + | |
| 1294 | 1329 | :root { |
| 1295 | 1330 | --e-button-padding-block: 0.4375rem; |
| 1296 | 1331 | --e-button-padding-inline: 0.75rem; |
| 1297 | 1332 | --e-button-font-size: 0.8125rem; |
| @@ -1302,49 +1337,8 @@ | ||
| 1302 | 1337 | --e-button-context-color-dark: var(--e-context-primary-color-dark); |
| 1303 | 1338 | --e-button-context-tint: var(--e-context-primary-tint-1); |
| 1304 | 1339 | } |
| 1305 | 1340 | |
| 1306 | -.notice a.e-button, | |
| 1307 | -.error a.e-button, | |
| 1308 | -.updated a.e-button { | |
| 1309 | - color: #ffffff; | |
| 1310 | - text-decoration: none; | |
| 1311 | -} | |
| 1312 | -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active, | |
| 1313 | -.error a.e-button:hover, | |
| 1314 | -.error a.e-button:focus, | |
| 1315 | -.error a.e-button:active, | |
| 1316 | -.updated a.e-button:hover, | |
| 1317 | -.updated a.e-button:focus, | |
| 1318 | -.updated a.e-button:active { | |
| 1319 | - color: #ffffff; | |
| 1320 | - text-decoration: none; | |
| 1321 | -} | |
| 1322 | -.notice a.e-button.e-button--outline, | |
| 1323 | -.error a.e-button.e-button--outline, | |
| 1324 | -.updated a.e-button.e-button--outline { | |
| 1325 | - color: var(--e-button-context-color); | |
| 1326 | -} | |
| 1327 | -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus, | |
| 1328 | -.error a.e-button.e-button--outline:hover, | |
| 1329 | -.error a.e-button.e-button--outline:focus, | |
| 1330 | -.updated a.e-button.e-button--outline:hover, | |
| 1331 | -.updated a.e-button.e-button--outline:focus { | |
| 1332 | - color: var(--e-button-context-color-dark); | |
| 1333 | -} | |
| 1334 | -.notice a.e-button.e-button--link, | |
| 1335 | -.error a.e-button.e-button--link, | |
| 1336 | -.updated a.e-button.e-button--link { | |
| 1337 | - color: var(--e-button-context-color); | |
| 1338 | -} | |
| 1339 | -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus, | |
| 1340 | -.error a.e-button.e-button--link:hover, | |
| 1341 | -.error a.e-button.e-button--link:focus, | |
| 1342 | -.updated a.e-button.e-button--link:hover, | |
| 1343 | -.updated a.e-button.e-button--link:focus { | |
| 1344 | - color: var(--e-button-context-color-dark); | |
| 1345 | -} | |
| 1346 | - | |
| 1347 | 1341 | .e-button { |
| 1348 | 1342 | display: inline-block; |
| 1349 | 1343 | font-weight: var(--e-button-font-weight); |
| 1350 | 1344 | text-align: center; |
| @@ -1417,14 +1411,8 @@ | ||
| 1417 | 1411 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1418 | 1412 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1419 | 1413 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1420 | 1414 | } |
| 1421 | -.e-button--promotion { | |
| 1422 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1423 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1424 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1425 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1426 | -} | |
| 1427 | 1415 | .e-button.e-button--outline { |
| 1428 | 1416 | color: var(--e-button-context-color); |
| 1429 | 1417 | background: none; |
| 1430 | 1418 | border: 1px solid currentColor; |
| @@ -1524,13 +1512,8 @@ | ||
| 1524 | 1512 | --e-notice-context-color: var(--e-context-cta-color); |
| 1525 | 1513 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1526 | 1514 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1527 | 1515 | } |
| 1528 | -.e-notice--promotion { | |
| 1529 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1530 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1531 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1532 | -} | |
| 1533 | 1516 | .e-notice--extended { |
| 1534 | 1517 | --e-notice-is-extended: 1; |
| 1535 | 1518 | } |
| 1536 | 1519 | .e-notice--dismissible { |
| @@ -2340,14 +2323,8 @@ | ||
| 2340 | 2323 | color: #93003f; |
| 2341 | 2324 | font-weight: 500; |
| 2342 | 2325 | } |
| 2343 | 2326 | |
| 2344 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2345 | - vertical-align: middle; | |
| 2346 | - line-height: 1.2; | |
| 2347 | - color: var(--wp-admin-theme-color); | |
| 2348 | -} | |
| 2349 | - | |
| 2350 | 2327 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2351 | 2328 | padding-block-start: 2em; |
| 2352 | 2329 | margin-block-end: 2em; |
| 2353 | 2330 | } |
| @@ -2576,8 +2553,11 @@ | ||
| 2576 | 2553 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2577 | 2554 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2578 | 2555 | color: var(--e-a-color-txt-hover); |
| 2579 | 2556 | } |
| 2557 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2558 | + border: none; | |
| 2559 | +} | |
| 2580 | 2560 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2581 | 2561 | text-transform: uppercase; |
| 2582 | 2562 | font-weight: bold; |
| 2583 | 2563 | font-size: 12px; |
| @@ -2632,9 +2612,8 @@ | ||
| 2632 | 2612 | .e-experiment__title { |
| 2633 | 2613 | display: flex; |
| 2634 | 2614 | align-items: flex-start; |
| 2635 | 2615 | flex-direction: column; |
| 2636 | - position: relative; | |
| 2637 | 2616 | } |
| 2638 | 2617 | .e-experiment__title__indicator { |
| 2639 | 2618 | position: absolute; |
| 2640 | 2619 | height: 10px; |
| @@ -2797,22 +2776,15 @@ | ||
| 2797 | 2776 | max-width: 90%; |
| 2798 | 2777 | aspect-ratio: 16/9; |
| 2799 | 2778 | } |
| 2800 | 2779 | } |
| 2801 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2802 | - flex-direction: column; | |
| 2803 | - align-items: flex-start; | |
| 2804 | - flex-wrap: nowrap; | |
| 2805 | -} | |
| 2806 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2807 | - width: 100%; | |
| 2780 | +.wrap.elementor-admin-page-license .elementor-license-box { | |
| 2808 | 2781 | max-width: 600px; |
| 2809 | 2782 | background: white; |
| 2810 | 2783 | margin: 20px 0; |
| 2811 | 2784 | padding: 20px 20px; |
| 2812 | - box-sizing: border-box; | |
| 2813 | 2785 | } |
| 2814 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2786 | +.wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2815 | 2787 | display: flex; |
| 2816 | 2788 | justify-content: space-between; |
| 2817 | 2789 | align-items: center; |
| 2818 | 2790 | margin: 0; |
| @@ -2820,66 +2792,66 @@ | ||
| 2820 | 2792 | padding-block-end: 20px; |
| 2821 | 2793 | border-block-end: 1px solid #eee; |
| 2822 | 2794 | } |
| 2823 | 2795 | @media screen and (max-width: 782px) { |
| 2824 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2796 | + .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2825 | 2797 | flex-wrap: wrap; |
| 2826 | 2798 | gap: 15px; |
| 2827 | 2799 | } |
| 2828 | 2800 | } |
| 2829 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2801 | +.wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2830 | 2802 | flex-grow: 1; |
| 2831 | 2803 | padding-inline-start: 5px; |
| 2832 | 2804 | } |
| 2833 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2805 | +.wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2834 | 2806 | font-size: 13px; |
| 2835 | 2807 | font-weight: normal; |
| 2836 | 2808 | } |
| 2837 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2809 | +.wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2838 | 2810 | display: block; |
| 2839 | 2811 | font-size: 1.3em; |
| 2840 | 2812 | font-weight: 600; |
| 2841 | 2813 | margin: 1em 0; |
| 2842 | 2814 | } |
| 2843 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2815 | +.wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2816 | + height: 30px; | |
| 2844 | 2817 | margin-inline-start: 15px; |
| 2845 | 2818 | margin-block-end: 0; |
| 2846 | 2819 | } |
| 2847 | 2820 | @media screen and (max-width: 782px) { |
| 2848 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2821 | + .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2849 | 2822 | margin-inline: 0; |
| 2850 | - min-height: auto; | |
| 2851 | 2823 | } |
| 2852 | 2824 | } |
| 2853 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2825 | +.wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2854 | 2826 | margin: 10px 0; |
| 2855 | 2827 | } |
| 2856 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2828 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2857 | 2829 | display: flex; |
| 2858 | 2830 | align-items: center; |
| 2859 | 2831 | justify-content: space-between; |
| 2860 | 2832 | } |
| 2861 | 2833 | @media screen and (max-width: 782px) { |
| 2862 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2834 | + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2863 | 2835 | align-items: flex-start; |
| 2864 | 2836 | } |
| 2865 | - #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 { | |
| 2837 | + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button { | |
| 2866 | 2838 | margin-inline-start: 10px; |
| 2867 | 2839 | } |
| 2868 | 2840 | } |
| 2869 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2841 | +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2870 | 2842 | padding-block-end: 15px; |
| 2871 | 2843 | border-block-end: 1px solid #eeeeee; |
| 2872 | 2844 | } |
| 2873 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2845 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2874 | 2846 | color: #93003f; |
| 2875 | 2847 | border-color: #93003f; |
| 2876 | 2848 | } |
| 2877 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2849 | +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2878 | 2850 | color: #fff; |
| 2879 | 2851 | background-color: #93003f; |
| 2880 | 2852 | } |
| 2881 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2853 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2882 | 2854 | display: flex; |
| 2883 | 2855 | flex-direction: row; |
| 2884 | 2856 | gap: 40px; |
| 2885 | 2857 | justify-content: start; |
| @@ -2884,15 +2856,15 @@ | ||
| 2884 | 2856 | gap: 40px; |
| 2885 | 2857 | justify-content: start; |
| 2886 | 2858 | align-items: center; |
| 2887 | 2859 | } |
| 2888 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2860 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2889 | 2861 | line-height: 24px; |
| 2890 | 2862 | } |
| 2891 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2863 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2892 | 2864 | justify-content: flex-start; |
| 2893 | 2865 | } |
| 2894 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2866 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2895 | 2867 | display: inline-flex; |
| 2896 | 2868 | align-items: center; |
| 2897 | 2869 | gap: 10px; |
| 2898 | 2870 | margin-inline: 0; |
| @@ -2900,20 +2872,20 @@ | ||
| 2900 | 2872 | color: #fff; |
| 2901 | 2873 | background-color: #93003f; |
| 2902 | 2874 | border: 0; |
| 2903 | 2875 | } |
| 2904 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2876 | +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2905 | 2877 | width: 45%; |
| 2906 | 2878 | } |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2879 | +.wrap.elementor-admin-page-license .elementor-box-action { | |
| 2908 | 2880 | display: flex; |
| 2909 | 2881 | justify-content: flex-end; |
| 2910 | 2882 | } |
| 2911 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2883 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2912 | 2884 | color: #72777c; |
| 2913 | 2885 | margin-inline-end: 15px; |
| 2914 | 2886 | } |
| 2915 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2887 | +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2916 | 2888 | color: inherit; |
| 2917 | 2889 | } |
| 2918 | 2890 | |
| 2919 | 2891 | .elementor-control-notice { |