| @@ -1433,11 +1433,8 @@ | ||
| 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 | -} | |
| 1440 | 1437 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1441 | 1438 | background-color: var(--e-a-bg-hover); |
| 1442 | 1439 | border-color: var(--e-a-border-color-bold); |
| 1443 | 1440 | } |
| @@ -1673,18 +1670,54 @@ | ||
| 1673 | 1670 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1674 | 1671 | margin-block-start: 20px; |
| 1675 | 1672 | } |
| 1676 | 1673 | |
| 1674 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1675 | + display: flex; | |
| 1676 | + flex-direction: column; | |
| 1677 | +} | |
| 1678 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1679 | + display: flex; | |
| 1680 | + flex-direction: column; | |
| 1681 | + flex: 1; | |
| 1682 | + min-height: 0; | |
| 1683 | +} | |
| 1684 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1685 | + position: sticky; | |
| 1686 | + inset-block-end: 0; | |
| 1687 | + margin-block-start: auto; | |
| 1688 | +} | |
| 1689 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1690 | + margin-block-start: 0; | |
| 1691 | +} | |
| 1692 | + | |
| 1677 | 1693 | #elementor-panel-get-pro-elements-sticky { |
| 1678 | 1694 | position: sticky; |
| 1679 | 1695 | inset-block-end: 0; |
| 1696 | + margin-block-end: -10px; | |
| 1697 | +} | |
| 1698 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1699 | + margin-block-start: -14px; | |
| 1700 | +} | |
| 1701 | + | |
| 1702 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1703 | + display: flex; | |
| 1704 | + flex-direction: column; | |
| 1705 | + min-height: 100%; | |
| 1706 | +} | |
| 1707 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1708 | + margin-block-start: auto; | |
| 1709 | +} | |
| 1710 | + | |
| 1711 | +#elementor-panel-get-pro-elements-sticky, | |
| 1712 | +.elementor-panel-editor-sticky-promotion { | |
| 1680 | 1713 | font-size: 14px; |
| 1681 | 1714 | font-weight: 400; |
| 1682 | 1715 | line-height: 1.6; |
| 1683 | - margin-block-end: -10px; | |
| 1716 | + background-color: var(--e-a-color-white); | |
| 1684 | 1717 | } |
| 1685 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1686 | - margin-block-start: -14px; | |
| 1718 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1719 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1687 | 1720 | min-height: 40px; |
| 1688 | 1721 | display: block; |
| 1689 | 1722 | padding: 9px min(35px, 5%); |
| 1690 | 1723 | gap: 10px; |
| @@ -1692,15 +1725,17 @@ | ||
| 1692 | 1725 | color: var(--e-a-color-black); |
| 1693 | 1726 | text-align: center; |
| 1694 | 1727 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1695 | 1728 | } |
| 1696 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1729 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1730 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1697 | 1731 | display: inline-block; |
| 1698 | 1732 | font-size: 13px; |
| 1699 | 1733 | font-weight: 500; |
| 1700 | 1734 | color: var(--e-a-btn-bg-accent); |
| 1701 | 1735 | } |
| 1702 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1736 | +#elementor-panel-get-pro-elements-sticky img, | |
| 1737 | +.elementor-panel-editor-sticky-promotion img { | |
| 1703 | 1738 | margin-inline-start: 17px; |
| 1704 | 1739 | } |
| 1705 | 1740 | |
| 1706 | 1741 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4526,10 +4561,10 @@ | ||
| 4526 | 4561 | .e-control-display-conditions-promotion__wrapper { |
| 4527 | 4562 | display: flex; |
| 4528 | 4563 | justify-content: space-between; |
| 4529 | 4564 | } |
| 4530 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4531 | - color: var(--e-a-color-accent); | |
| 4565 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4566 | + color: var(--e-a-color-accent-promotion); | |
| 4532 | 4567 | } |
| 4533 | 4568 | .e-control-display-conditions-promotion__description { |
| 4534 | 4569 | display: flex; |
| 4535 | 4570 | align-self: center; |
| @@ -4542,8 +4577,11 @@ | ||
| 4542 | 4577 | display: flex; |
| 4543 | 4578 | justify-content: center; |
| 4544 | 4579 | align-items: center; |
| 4545 | 4580 | } |
| 4581 | +.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4582 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4583 | +} | |
| 4546 | 4584 | .e-control-display-conditions-promotion.eicon-flow { |
| 4547 | 4585 | align-self: flex-end; |
| 4548 | 4586 | cursor: pointer; |
| 4549 | 4587 | border: var(--e-a-border-bold); |
| @@ -4554,10 +4592,10 @@ | ||
| 4554 | 4592 | background-color: var(--e-a-bg-active); |
| 4555 | 4593 | color: #E73CF6; |
| 4556 | 4594 | } |
| 4557 | 4595 | |
| 4558 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4559 | - color: var(--e-a-color-accent); | |
| 4596 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4597 | + color: var(--e-a-color-accent-promotion); | |
| 4560 | 4598 | } |
| 4561 | 4599 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4562 | 4600 | margin-inline-end: 0; |
| 4563 | 4601 | } |
| @@ -4582,8 +4620,11 @@ | ||
| 4582 | 4620 | display: flex; |
| 4583 | 4621 | justify-content: center; |
| 4584 | 4622 | align-items: center; |
| 4585 | 4623 | } |
| 4624 | +.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4625 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4626 | +} | |
| 4586 | 4627 | |
| 4587 | 4628 | .e-link-promotion { |
| 4588 | 4629 | font-family: "Roboto", sans-serif; |
| 4589 | 4630 | font-weight: 500; |
| @@ -5123,9 +5164,9 @@ | ||
| 5123 | 5164 | #elementor-template-library-modal .dialog-message { |
| 5124 | 5165 | overflow-y: scroll; |
| 5125 | 5166 | } |
| 5126 | 5167 | #elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message { |
| 5127 | - overflow-y: hidden; | |
| 5168 | + overflow-y: auto; | |
| 5128 | 5169 | } |
| 5129 | 5170 | #elementor-template-library-modal .e-back-to-editor { |
| 5130 | 5171 | color: var(--e-a-color-txt); |
| 5131 | 5172 | text-decoration: underline; |