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