| @@ -1599,9 +1599,9 @@ | ||
| 1599 | 1599 | margin-block-start: 16px; |
| 1600 | 1600 | padding: 0; |
| 1601 | 1601 | border: none; |
| 1602 | 1602 | background: none; |
| 1603 | - color: #C00BB9; | |
| 1603 | + color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | 1604 | font-size: 14px; |
| 1605 | 1605 | font-weight: 500; |
| 1606 | 1606 | cursor: pointer; |
| 1607 | 1607 | font-family: var(--e-a-font-family); |
| @@ -1615,36 +1615,8 @@ | ||
| 1615 | 1615 | .elementor-panel-elements-widget-creation--search-footer { |
| 1616 | 1616 | border-block-start: var(--e-a-border); |
| 1617 | 1617 | } |
| 1618 | 1618 | |
| 1619 | -.elementor-panel-category-custom-widgets-empty { | |
| 1620 | - grid-column: 1/-1; | |
| 1621 | - width: 100%; | |
| 1622 | - padding: 0 16px 16px; | |
| 1623 | -} | |
| 1624 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1625 | - margin: 0; | |
| 1626 | - font-size: 12px; | |
| 1627 | - line-height: 1.6; | |
| 1628 | - color: var(--e-a-color-txt-muted); | |
| 1629 | -} | |
| 1630 | - | |
| 1631 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1632 | - margin-inline-start: auto; | |
| 1633 | - padding: 4px 10px; | |
| 1634 | - border: none; | |
| 1635 | - background: none; | |
| 1636 | - color: #C00BB9; | |
| 1637 | - font-size: 12px; | |
| 1638 | - font-weight: 500; | |
| 1639 | - cursor: pointer; | |
| 1640 | - font-family: var(--e-a-font-family); | |
| 1641 | - flex-shrink: 0; | |
| 1642 | -} | |
| 1643 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1644 | - opacity: 0.8; | |
| 1645 | -} | |
| 1646 | - | |
| 1647 | 1619 | #elementor-panel-inner { |
| 1648 | 1620 | position: relative; |
| 1649 | 1621 | height: 100%; |
| 1650 | 1622 | display: flex; |
| @@ -1670,54 +1642,18 @@ | ||
| 1670 | 1642 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1671 | 1643 | margin-block-start: 20px; |
| 1672 | 1644 | } |
| 1673 | 1645 | |
| 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 | 1646 | #elementor-panel-get-pro-elements-sticky { |
| 1694 | 1647 | position: sticky; |
| 1695 | 1648 | inset-block-end: 0; |
| 1649 | + font-size: 14px; | |
| 1650 | + font-weight: 400; | |
| 1651 | + line-height: 1.6; | |
| 1696 | 1652 | margin-block-end: -10px; |
| 1697 | 1653 | } |
| 1698 | 1654 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1699 | 1655 | 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 | 1656 | min-height: 40px; |
| 1721 | 1657 | display: block; |
| 1722 | 1658 | padding: 9px min(35px, 5%); |
| 1723 | 1659 | gap: 10px; |
| @@ -1725,17 +1661,15 @@ | ||
| 1725 | 1661 | color: var(--e-a-color-black); |
| 1726 | 1662 | text-align: center; |
| 1727 | 1663 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1728 | 1664 | } |
| 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 { | |
| 1665 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1731 | 1666 | display: inline-block; |
| 1732 | 1667 | font-size: 13px; |
| 1733 | 1668 | font-weight: 500; |
| 1734 | 1669 | color: var(--e-a-btn-bg-accent); |
| 1735 | 1670 | } |
| 1736 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1737 | -.elementor-panel-editor-sticky-promotion img { | |
| 1671 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1738 | 1672 | margin-inline-start: 17px; |
| 1739 | 1673 | } |
| 1740 | 1674 | |
| 1741 | 1675 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4561,10 +4495,10 @@ | ||
| 4561 | 4495 | .e-control-display-conditions-promotion__wrapper { |
| 4562 | 4496 | display: flex; |
| 4563 | 4497 | justify-content: space-between; |
| 4564 | 4498 | } |
| 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); | |
| 4499 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4500 | + color: var(--e-a-color-accent); | |
| 4567 | 4501 | } |
| 4568 | 4502 | .e-control-display-conditions-promotion__description { |
| 4569 | 4503 | display: flex; |
| 4570 | 4504 | align-self: center; |
| @@ -4577,11 +4511,8 @@ | ||
| 4577 | 4511 | display: flex; |
| 4578 | 4512 | justify-content: center; |
| 4579 | 4513 | align-items: center; |
| 4580 | 4514 | } |
| 4581 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4582 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4583 | -} | |
| 4584 | 4515 | .e-control-display-conditions-promotion.eicon-flow { |
| 4585 | 4516 | align-self: flex-end; |
| 4586 | 4517 | cursor: pointer; |
| 4587 | 4518 | border: var(--e-a-border-bold); |
| @@ -4592,10 +4523,10 @@ | ||
| 4592 | 4523 | background-color: var(--e-a-bg-active); |
| 4593 | 4524 | color: #E73CF6; |
| 4594 | 4525 | } |
| 4595 | 4526 | |
| 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); | |
| 4527 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4528 | + color: var(--e-a-color-accent); | |
| 4598 | 4529 | } |
| 4599 | 4530 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4600 | 4531 | margin-inline-end: 0; |
| 4601 | 4532 | } |
| @@ -4620,11 +4551,8 @@ | ||
| 4620 | 4551 | display: flex; |
| 4621 | 4552 | justify-content: center; |
| 4622 | 4553 | align-items: center; |
| 4623 | 4554 | } |
| 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 | 4555 | |
| 4628 | 4556 | .e-link-promotion { |
| 4629 | 4557 | font-family: "Roboto", sans-serif; |
| 4630 | 4558 | font-weight: 500; |
| @@ -5150,8 +5078,17 @@ | ||
| 5150 | 5078 | outline: 2px solid var(--e-a-border-color-focus); |
| 5151 | 5079 | outline-offset: 2px; |
| 5152 | 5080 | border-radius: 2px; |
| 5153 | 5081 | } |
| 5082 | +#elementor-template-library-modal button.elementor-templates-modal__header__close { | |
| 5083 | + background: transparent; | |
| 5084 | + margin: 0; | |
| 5085 | + font-size: inherit; | |
| 5086 | + font-family: inherit; | |
| 5087 | + color: inherit; | |
| 5088 | + border: none; | |
| 5089 | + cursor: pointer; | |
| 5090 | +} | |
| 5154 | 5091 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5155 | 5092 | font-style: normal; |
| 5156 | 5093 | text-decoration: underline; |
| 5157 | 5094 | } |
| @@ -5164,9 +5101,9 @@ | ||
| 5164 | 5101 | #elementor-template-library-modal .dialog-message { |
| 5165 | 5102 | overflow-y: scroll; |
| 5166 | 5103 | } |
| 5167 | 5104 | #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; | |
| 5105 | + overflow-y: hidden; | |
| 5169 | 5106 | } |
| 5170 | 5107 | #elementor-template-library-modal .e-back-to-editor { |
| 5171 | 5108 | color: var(--e-a-color-txt); |
| 5172 | 5109 | text-decoration: underline; |
| @@ -7846,8 +7783,26 @@ | ||
| 7846 | 7783 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7847 | 7784 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7848 | 7785 | opacity: 0.5; |
| 7849 | 7786 | } |
| 7787 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__list-toggle { | |
| 7788 | + visibility: hidden; | |
| 7789 | +} | |
| 7790 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__element-type i { | |
| 7791 | + font-size: 14px; | |
| 7792 | +} | |
| 7793 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__toggle { | |
| 7794 | + display: none; | |
| 7795 | +} | |
| 7796 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__indicators { | |
| 7797 | + display: none; | |
| 7798 | +} | |
| 7799 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__item { | |
| 7800 | + cursor: pointer; | |
| 7801 | +} | |
| 7802 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__item.elementor-editing { | |
| 7803 | + background-color: var(--e-a-bg-active); | |
| 7804 | +} | |
| 7850 | 7805 | .elementor-navigator__promotion-text { |
| 7851 | 7806 | line-height: 18px; |
| 7852 | 7807 | } |
| 7853 | 7808 | |
| @@ -8415,16 +8370,6 @@ | ||
| 8415 | 8370 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8416 | 8371 | } |
| 8417 | 8372 | .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 | 8373 | 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 | 8374 | } |
| 8430 | 8375 | /*# sourceMappingURL=editor.css.map */ |