| @@ -1670,18 +1670,54 @@ | ||
| 1670 | 1670 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1671 | 1671 | margin-block-start: 20px; |
| 1672 | 1672 | } |
| 1673 | 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 | + | |
| 1674 | 1693 | #elementor-panel-get-pro-elements-sticky { |
| 1675 | 1694 | position: sticky; |
| 1676 | 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 { | |
| 1677 | 1713 | font-size: 14px; |
| 1678 | 1714 | font-weight: 400; |
| 1679 | 1715 | line-height: 1.6; |
| 1680 | - margin-block-end: -10px; | |
| 1716 | + background-color: var(--e-a-color-white); | |
| 1681 | 1717 | } |
| 1682 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1683 | - 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 { | |
| 1684 | 1720 | min-height: 40px; |
| 1685 | 1721 | display: block; |
| 1686 | 1722 | padding: 9px min(35px, 5%); |
| 1687 | 1723 | gap: 10px; |
| @@ -1689,15 +1725,17 @@ | ||
| 1689 | 1725 | color: var(--e-a-color-black); |
| 1690 | 1726 | text-align: center; |
| 1691 | 1727 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1692 | 1728 | } |
| 1693 | -#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 { | |
| 1694 | 1731 | display: inline-block; |
| 1695 | 1732 | font-size: 13px; |
| 1696 | 1733 | font-weight: 500; |
| 1697 | 1734 | color: var(--e-a-btn-bg-accent); |
| 1698 | 1735 | } |
| 1699 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1736 | +#elementor-panel-get-pro-elements-sticky img, | |
| 1737 | +.elementor-panel-editor-sticky-promotion img { | |
| 1700 | 1738 | margin-inline-start: 17px; |
| 1701 | 1739 | } |
| 1702 | 1740 | |
| 1703 | 1741 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4523,10 +4561,10 @@ | ||
| 4523 | 4561 | .e-control-display-conditions-promotion__wrapper { |
| 4524 | 4562 | display: flex; |
| 4525 | 4563 | justify-content: space-between; |
| 4526 | 4564 | } |
| 4527 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4528 | - 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); | |
| 4529 | 4567 | } |
| 4530 | 4568 | .e-control-display-conditions-promotion__description { |
| 4531 | 4569 | display: flex; |
| 4532 | 4570 | align-self: center; |
| @@ -4539,8 +4577,11 @@ | ||
| 4539 | 4577 | display: flex; |
| 4540 | 4578 | justify-content: center; |
| 4541 | 4579 | align-items: center; |
| 4542 | 4580 | } |
| 4581 | +.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4582 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4583 | +} | |
| 4543 | 4584 | .e-control-display-conditions-promotion.eicon-flow { |
| 4544 | 4585 | align-self: flex-end; |
| 4545 | 4586 | cursor: pointer; |
| 4546 | 4587 | border: var(--e-a-border-bold); |
| @@ -4551,10 +4592,10 @@ | ||
| 4551 | 4592 | background-color: var(--e-a-bg-active); |
| 4552 | 4593 | color: #E73CF6; |
| 4553 | 4594 | } |
| 4554 | 4595 | |
| 4555 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4556 | - 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); | |
| 4557 | 4598 | } |
| 4558 | 4599 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4559 | 4600 | margin-inline-end: 0; |
| 4560 | 4601 | } |
| @@ -4579,8 +4620,11 @@ | ||
| 4579 | 4620 | display: flex; |
| 4580 | 4621 | justify-content: center; |
| 4581 | 4622 | align-items: center; |
| 4582 | 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 | +} | |
| 4583 | 4627 | |
| 4584 | 4628 | .e-link-promotion { |
| 4585 | 4629 | font-family: "Roboto", sans-serif; |
| 4586 | 4630 | font-weight: 500; |
| @@ -5120,9 +5164,9 @@ | ||
| 5120 | 5164 | #elementor-template-library-modal .dialog-message { |
| 5121 | 5165 | overflow-y: scroll; |
| 5122 | 5166 | } |
| 5123 | 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 { |
| 5124 | - overflow-y: hidden; | |
| 5168 | + overflow-y: auto; | |
| 5125 | 5169 | } |
| 5126 | 5170 | #elementor-template-library-modal .e-back-to-editor { |
| 5127 | 5171 | color: var(--e-a-color-txt); |
| 5128 | 5172 | text-decoration: underline; |
| @@ -8371,6 +8415,16 @@ | ||
| 8371 | 8415 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8372 | 8416 | } |
| 8373 | 8417 | .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 | 8418 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8419 | +} | |
| 8420 | + | |
| 8421 | +.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8422 | + display: none; | |
| 8423 | +} | |
| 8424 | +.elementor-editor-active .embed-media-settings .setting.align { | |
| 8425 | + display: none; | |
| 8426 | +} | |
| 8427 | +.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8428 | + display: none; | |
| 8375 | 8429 | } |
| 8376 | 8430 | /*# sourceMappingURL=editor.css.map */ |