| @@ -1437,10 +1437,10 @@ | ||
| 1437 | 1437 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1438 | background-color: var(--e-a-bg-hover); |
| 1439 | 1439 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1440 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | - color: var(--e-a-color-accent); | |
| 1441 | +.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | + color: var(--e-a-color-accent-promotion); | |
| 1443 | 1443 | } |
| 1444 | 1444 | .elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { |
| 1445 | 1445 | color: var(--e-a-color-info); |
| 1446 | 1446 | } |
| @@ -1456,12 +1456,17 @@ | ||
| 1456 | 1456 | } |
| 1457 | 1457 | .elementor-panel .elementor-element .title { |
| 1458 | 1458 | font-size: 12px; |
| 1459 | 1459 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1460 | +.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | 1461 | position: absolute; |
| 1462 | 1462 | inset-block-start: 5px; |
| 1463 | 1463 | inset-inline-end: 5px; |
| 1464 | +} | |
| 1465 | +.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | +} | |
| 1468 | +.elementor-panel .elementor-element > .eicon-plug { | |
| 1464 | 1469 | color: var(--e-a-color-txt-disabled); |
| 1465 | 1470 | } |
| 1466 | 1471 | .elementor-panel .elementor-element:active { |
| 1467 | 1472 | background-color: var(--e-a-bg-hover); |
| @@ -1599,9 +1604,9 @@ | ||
| 1599 | 1604 | margin-block-start: 16px; |
| 1600 | 1605 | padding: 0; |
| 1601 | 1606 | border: none; |
| 1602 | 1607 | background: none; |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1608 | + color: #C00BB9; | |
| 1604 | 1609 | font-size: 14px; |
| 1605 | 1610 | font-weight: 500; |
| 1606 | 1611 | cursor: pointer; |
| 1607 | 1612 | font-family: var(--e-a-font-family); |
| @@ -1615,8 +1620,36 @@ | ||
| 1615 | 1620 | .elementor-panel-elements-widget-creation--search-footer { |
| 1616 | 1621 | border-block-start: var(--e-a-border); |
| 1617 | 1622 | } |
| 1618 | 1623 | |
| 1624 | +.elementor-panel-category-custom-widgets-empty { | |
| 1625 | + grid-column: 1/-1; | |
| 1626 | + width: 100%; | |
| 1627 | + padding: 0 16px 16px; | |
| 1628 | +} | |
| 1629 | +.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | + margin: 0; | |
| 1631 | + font-size: 12px; | |
| 1632 | + line-height: 1.6; | |
| 1633 | + color: var(--e-a-color-txt-muted); | |
| 1634 | +} | |
| 1635 | + | |
| 1636 | +.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | + margin-inline-start: auto; | |
| 1638 | + padding: 4px 10px; | |
| 1639 | + border: none; | |
| 1640 | + background: none; | |
| 1641 | + color: #C00BB9; | |
| 1642 | + font-size: 12px; | |
| 1643 | + font-weight: 500; | |
| 1644 | + cursor: pointer; | |
| 1645 | + font-family: var(--e-a-font-family); | |
| 1646 | + flex-shrink: 0; | |
| 1647 | +} | |
| 1648 | +.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | + opacity: 0.8; | |
| 1650 | +} | |
| 1651 | + | |
| 1619 | 1652 | #elementor-panel-inner { |
| 1620 | 1653 | position: relative; |
| 1621 | 1654 | height: 100%; |
| 1622 | 1655 | display: flex; |
| @@ -1642,18 +1675,54 @@ | ||
| 1642 | 1675 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1643 | 1676 | margin-block-start: 20px; |
| 1644 | 1677 | } |
| 1645 | 1678 | |
| 1679 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | + display: flex; | |
| 1681 | + flex-direction: column; | |
| 1682 | +} | |
| 1683 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | + display: flex; | |
| 1685 | + flex-direction: column; | |
| 1686 | + flex: 1; | |
| 1687 | + min-height: 0; | |
| 1688 | +} | |
| 1689 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | + position: sticky; | |
| 1691 | + inset-block-end: 0; | |
| 1692 | + margin-block-start: auto; | |
| 1693 | +} | |
| 1694 | +#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | + margin-block-start: 0; | |
| 1696 | +} | |
| 1697 | + | |
| 1646 | 1698 | #elementor-panel-get-pro-elements-sticky { |
| 1647 | 1699 | position: sticky; |
| 1648 | 1700 | inset-block-end: 0; |
| 1701 | + margin-block-end: -10px; | |
| 1702 | +} | |
| 1703 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | + margin-block-start: -14px; | |
| 1705 | +} | |
| 1706 | + | |
| 1707 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | + display: flex; | |
| 1709 | + flex-direction: column; | |
| 1710 | + min-height: 100%; | |
| 1711 | +} | |
| 1712 | +#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | + margin-block-start: auto; | |
| 1714 | +} | |
| 1715 | + | |
| 1716 | +#elementor-panel-get-pro-elements-sticky, | |
| 1717 | +.elementor-panel-editor-sticky-promotion { | |
| 1649 | 1718 | font-size: 14px; |
| 1650 | 1719 | font-weight: 400; |
| 1651 | 1720 | line-height: 1.6; |
| 1652 | - margin-block-end: -10px; | |
| 1721 | + background-color: var(--e-a-color-white); | |
| 1653 | 1722 | } |
| 1654 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1655 | - margin-block-start: -14px; | |
| 1723 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1656 | 1725 | min-height: 40px; |
| 1657 | 1726 | display: block; |
| 1658 | 1727 | padding: 9px min(35px, 5%); |
| 1659 | 1728 | gap: 10px; |
| @@ -1661,15 +1730,17 @@ | ||
| 1661 | 1730 | color: var(--e-a-color-black); |
| 1662 | 1731 | text-align: center; |
| 1663 | 1732 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1664 | 1733 | } |
| 1665 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1734 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | +.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1666 | 1736 | display: inline-block; |
| 1667 | 1737 | font-size: 13px; |
| 1668 | 1738 | font-weight: 500; |
| 1669 | 1739 | color: var(--e-a-btn-bg-accent); |
| 1670 | 1740 | } |
| 1671 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1741 | +#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | +.elementor-panel-editor-sticky-promotion img { | |
| 1672 | 1743 | margin-inline-start: 17px; |
| 1673 | 1744 | } |
| 1674 | 1745 | |
| 1675 | 1746 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4495,10 +4566,10 @@ | ||
| 4495 | 4566 | .e-control-display-conditions-promotion__wrapper { |
| 4496 | 4567 | display: flex; |
| 4497 | 4568 | justify-content: space-between; |
| 4498 | 4569 | } |
| 4499 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4500 | - color: var(--e-a-color-accent); | |
| 4570 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | + color: var(--e-a-color-accent-promotion); | |
| 4501 | 4572 | } |
| 4502 | 4573 | .e-control-display-conditions-promotion__description { |
| 4503 | 4574 | display: flex; |
| 4504 | 4575 | align-self: center; |
| @@ -4511,8 +4582,11 @@ | ||
| 4511 | 4582 | display: flex; |
| 4512 | 4583 | justify-content: center; |
| 4513 | 4584 | align-items: center; |
| 4514 | 4585 | } |
| 4586 | +.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | +} | |
| 4515 | 4589 | .e-control-display-conditions-promotion.eicon-flow { |
| 4516 | 4590 | align-self: flex-end; |
| 4517 | 4591 | cursor: pointer; |
| 4518 | 4592 | border: var(--e-a-border-bold); |
| @@ -4523,10 +4597,10 @@ | ||
| 4523 | 4597 | background-color: var(--e-a-bg-active); |
| 4524 | 4598 | color: #E73CF6; |
| 4525 | 4599 | } |
| 4526 | 4600 | |
| 4527 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4528 | - color: var(--e-a-color-accent); | |
| 4601 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | + color: var(--e-a-color-accent-promotion); | |
| 4529 | 4603 | } |
| 4530 | 4604 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4531 | 4605 | margin-inline-end: 0; |
| 4532 | 4606 | } |
| @@ -4551,8 +4625,11 @@ | ||
| 4551 | 4625 | display: flex; |
| 4552 | 4626 | justify-content: center; |
| 4553 | 4627 | align-items: center; |
| 4554 | 4628 | } |
| 4629 | +.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | + color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | +} | |
| 4555 | 4632 | |
| 4556 | 4633 | .e-link-promotion { |
| 4557 | 4634 | font-family: "Roboto", sans-serif; |
| 4558 | 4635 | font-weight: 500; |
| @@ -5092,9 +5169,9 @@ | ||
| 5092 | 5169 | #elementor-template-library-modal .dialog-message { |
| 5093 | 5170 | overflow-y: scroll; |
| 5094 | 5171 | } |
| 5095 | 5172 | #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 { |
| 5096 | - overflow-y: hidden; | |
| 5173 | + overflow-y: auto; | |
| 5097 | 5174 | } |
| 5098 | 5175 | #elementor-template-library-modal .e-back-to-editor { |
| 5099 | 5176 | color: var(--e-a-color-txt); |
| 5100 | 5177 | text-decoration: underline; |
| @@ -8343,6 +8420,16 @@ | ||
| 8343 | 8420 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8344 | 8421 | } |
| 8345 | 8422 | .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) { |
| 8346 | 8423 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8424 | +} | |
| 8425 | + | |
| 8426 | +.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8427 | + display: none; | |
| 8428 | +} | |
| 8429 | +.elementor-editor-active .embed-media-settings .setting.align { | |
| 8430 | + display: none; | |
| 8431 | +} | |
| 8432 | +.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8433 | + display: none; | |
| 8347 | 8434 | } |
| 8348 | 8435 | /*# sourceMappingURL=editor.css.map */ |