| @@ -1433,14 +1433,17 @@ | ||
| 1433 | 1433 | inset-block-start: 5px; |
| 1434 | 1434 | inset-inline-end: 5px; |
| 1435 | 1435 | color: var(--e-a-color-txt); |
| 1436 | 1436 | } |
| 1437 | +.elementor-panel .elementor-element[data-library-element-type=e-birthday-easter-egg] .icon { | |
| 1438 | + color: #C00BB9; | |
| 1439 | +} | |
| 1437 | 1440 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1441 | background-color: var(--e-a-bg-hover); |
| 1439 | 1442 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1443 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | - color: var(--e-a-color-accent); | |
| 1444 | +.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1445 | + color: var(--e-a-color-accent-promotion); | |
| 1443 | 1446 | } |
| 1444 | 1447 | .elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { |
| 1445 | 1448 | color: var(--e-a-color-info); |
| 1446 | 1449 | } |
| @@ -1456,12 +1459,17 @@ | ||
| 1456 | 1459 | } |
| 1457 | 1460 | .elementor-panel .elementor-element .title { |
| 1458 | 1461 | font-size: 12px; |
| 1459 | 1462 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1463 | +.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | 1464 | position: absolute; |
| 1462 | 1465 | inset-block-start: 5px; |
| 1463 | 1466 | inset-inline-end: 5px; |
| 1467 | +} | |
| 1468 | +.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1469 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 1470 | +} | |
| 1471 | +.elementor-panel .elementor-element > .eicon-plug { | |
| 1464 | 1472 | color: var(--e-a-color-txt-disabled); |
| 1465 | 1473 | } |
| 1466 | 1474 | .elementor-panel .elementor-element:active { |
| 1467 | 1475 | background-color: var(--e-a-bg-hover); |
| @@ -1670,18 +1678,54 @@ | ||
| 1670 | 1678 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1671 | 1679 | margin-block-start: 20px; |
| 1672 | 1680 | } |
| 1673 | 1681 | |
| 1682 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1683 | + display: flex; | |
| 1684 | + flex-direction: column; | |
| 1685 | +} | |
| 1686 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1687 | + display: flex; | |
| 1688 | + flex-direction: column; | |
| 1689 | + flex: 1; | |
| 1690 | + min-height: 0; | |
| 1691 | +} | |
| 1692 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1693 | + position: sticky; | |
| 1694 | + inset-block-end: 0; | |
| 1695 | + margin-block-start: auto; | |
| 1696 | +} | |
| 1697 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1698 | + margin-block-start: 0; | |
| 1699 | +} | |
| 1700 | + | |
| 1674 | 1701 | #elementor-panel-get-pro-elements-sticky { |
| 1675 | 1702 | position: sticky; |
| 1676 | 1703 | inset-block-end: 0; |
| 1704 | + margin-block-end: -10px; | |
| 1705 | +} | |
| 1706 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1707 | + margin-block-start: -14px; | |
| 1708 | +} | |
| 1709 | + | |
| 1710 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1711 | + display: flex; | |
| 1712 | + flex-direction: column; | |
| 1713 | + min-height: 100%; | |
| 1714 | +} | |
| 1715 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1716 | + margin-block-start: auto; | |
| 1717 | +} | |
| 1718 | + | |
| 1719 | +#elementor-panel-get-pro-elements-sticky, | |
| 1720 | +.elementor-panel-editor-sticky-promotion { | |
| 1677 | 1721 | font-size: 14px; |
| 1678 | 1722 | font-weight: 400; |
| 1679 | 1723 | line-height: 1.6; |
| 1680 | - margin-block-end: -10px; | |
| 1724 | + background-color: var(--e-a-color-white); | |
| 1681 | 1725 | } |
| 1682 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1683 | - margin-block-start: -14px; | |
| 1726 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1727 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1684 | 1728 | min-height: 40px; |
| 1685 | 1729 | display: block; |
| 1686 | 1730 | padding: 9px min(35px, 5%); |
| 1687 | 1731 | gap: 10px; |
| @@ -1689,15 +1733,17 @@ | ||
| 1689 | 1733 | color: var(--e-a-color-black); |
| 1690 | 1734 | text-align: center; |
| 1691 | 1735 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1692 | 1736 | } |
| 1693 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1737 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1738 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1694 | 1739 | display: inline-block; |
| 1695 | 1740 | font-size: 13px; |
| 1696 | 1741 | font-weight: 500; |
| 1697 | 1742 | color: var(--e-a-btn-bg-accent); |
| 1698 | 1743 | } |
| 1699 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1744 | +#elementor-panel-get-pro-elements-sticky img, | |
| 1745 | +.elementor-panel-editor-sticky-promotion img { | |
| 1700 | 1746 | margin-inline-start: 17px; |
| 1701 | 1747 | } |
| 1702 | 1748 | |
| 1703 | 1749 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4523,10 +4569,10 @@ | ||
| 4523 | 4569 | .e-control-display-conditions-promotion__wrapper { |
| 4524 | 4570 | display: flex; |
| 4525 | 4571 | justify-content: space-between; |
| 4526 | 4572 | } |
| 4527 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4528 | - color: var(--e-a-color-accent); | |
| 4573 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4574 | + color: var(--e-a-color-accent-promotion); | |
| 4529 | 4575 | } |
| 4530 | 4576 | .e-control-display-conditions-promotion__description { |
| 4531 | 4577 | display: flex; |
| 4532 | 4578 | align-self: center; |
| @@ -4539,8 +4585,11 @@ | ||
| 4539 | 4585 | display: flex; |
| 4540 | 4586 | justify-content: center; |
| 4541 | 4587 | align-items: center; |
| 4542 | 4588 | } |
| 4589 | +.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4590 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4591 | +} | |
| 4543 | 4592 | .e-control-display-conditions-promotion.eicon-flow { |
| 4544 | 4593 | align-self: flex-end; |
| 4545 | 4594 | cursor: pointer; |
| 4546 | 4595 | border: var(--e-a-border-bold); |
| @@ -4551,10 +4600,10 @@ | ||
| 4551 | 4600 | background-color: var(--e-a-bg-active); |
| 4552 | 4601 | color: #E73CF6; |
| 4553 | 4602 | } |
| 4554 | 4603 | |
| 4555 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4556 | - color: var(--e-a-color-accent); | |
| 4604 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4605 | + color: var(--e-a-color-accent-promotion); | |
| 4557 | 4606 | } |
| 4558 | 4607 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4559 | 4608 | margin-inline-end: 0; |
| 4560 | 4609 | } |
| @@ -4579,8 +4628,11 @@ | ||
| 4579 | 4628 | display: flex; |
| 4580 | 4629 | justify-content: center; |
| 4581 | 4630 | align-items: center; |
| 4582 | 4631 | } |
| 4632 | +.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4633 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4634 | +} | |
| 4583 | 4635 | |
| 4584 | 4636 | .e-link-promotion { |
| 4585 | 4637 | font-family: "Roboto", sans-serif; |
| 4586 | 4638 | font-weight: 500; |
| @@ -8371,6 +8423,16 @@ | ||
| 8371 | 8423 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8372 | 8424 | } |
| 8373 | 8425 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 8374 | 8426 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8427 | +} | |
| 8428 | + | |
| 8429 | +.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8430 | + display: none; | |
| 8431 | +} | |
| 8432 | +.elementor-editor-active .embed-media-settings .setting.align { | |
| 8433 | + display: none; | |
| 8434 | +} | |
| 8435 | +.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8436 | + display: none; | |
| 8375 | 8437 | } |
| 8376 | 8438 | /*# sourceMappingURL=editor.css.map */ |