| @@ -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-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1441 | +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | + color: var(--e-a-color-accent); | |
| 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,17 +1456,12 @@ | ||
| 1456 | 1456 | } |
| 1457 | 1457 | .elementor-panel .elementor-element .title { |
| 1458 | 1458 | font-size: 12px; |
| 1459 | 1459 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1460 | +.elementor-panel .elementor-element > .eicon-lock, .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 { | |
| 1469 | 1464 | color: var(--e-a-color-txt-disabled); |
| 1470 | 1465 | } |
| 1471 | 1466 | .elementor-panel .elementor-element:active { |
| 1472 | 1467 | background-color: var(--e-a-bg-hover); |
| @@ -1576,80 +1571,8 @@ | ||
| 1576 | 1571 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1577 | 1572 | border: 0; |
| 1578 | 1573 | } |
| 1579 | 1574 | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 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 | - | |
| 1652 | 1575 | #elementor-panel-inner { |
| 1653 | 1576 | position: relative; |
| 1654 | 1577 | height: 100%; |
| 1655 | 1578 | display: flex; |
| @@ -1675,54 +1598,18 @@ | ||
| 1675 | 1598 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1676 | 1599 | margin-block-start: 20px; |
| 1677 | 1600 | } |
| 1678 | 1601 | |
| 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 | - | |
| 1698 | 1602 | #elementor-panel-get-pro-elements-sticky { |
| 1699 | 1603 | position: sticky; |
| 1700 | 1604 | inset-block-end: 0; |
| 1605 | + font-size: 14px; | |
| 1606 | + font-weight: 400; | |
| 1607 | + line-height: 1.6; | |
| 1701 | 1608 | margin-block-end: -10px; |
| 1702 | 1609 | } |
| 1703 | 1610 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1704 | 1611 | 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 { | |
| 1718 | - font-size: 14px; | |
| 1719 | - font-weight: 400; | |
| 1720 | - line-height: 1.6; | |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1722 | -} | |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1725 | 1612 | min-height: 40px; |
| 1726 | 1613 | display: block; |
| 1727 | 1614 | padding: 9px min(35px, 5%); |
| 1728 | 1615 | gap: 10px; |
| @@ -1730,17 +1617,15 @@ | ||
| 1730 | 1617 | color: var(--e-a-color-black); |
| 1731 | 1618 | text-align: center; |
| 1732 | 1619 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1733 | 1620 | } |
| 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 { | |
| 1621 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1736 | 1622 | display: inline-block; |
| 1737 | 1623 | font-size: 13px; |
| 1738 | 1624 | font-weight: 500; |
| 1739 | 1625 | color: var(--e-a-btn-bg-accent); |
| 1740 | 1626 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1627 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1743 | 1628 | margin-inline-start: 17px; |
| 1744 | 1629 | } |
| 1745 | 1630 | |
| 1746 | 1631 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -3131,19 +3016,8 @@ | ||
| 3131 | 3016 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3132 | 3017 | background-color: #BABFC5; |
| 3133 | 3018 | border-radius: 10px; |
| 3134 | 3019 | } |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 3137 | - font-weight: 500; | |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 3140 | -} | |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 3145 | -} | |
| 3146 | 3020 | .e-global__manage-button { |
| 3147 | 3021 | font-weight: 500; |
| 3148 | 3022 | cursor: pointer; |
| 3149 | 3023 | } |
| @@ -4566,10 +4440,10 @@ | ||
| 4566 | 4440 | .e-control-display-conditions-promotion__wrapper { |
| 4567 | 4441 | display: flex; |
| 4568 | 4442 | justify-content: space-between; |
| 4569 | 4443 | } |
| 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); | |
| 4444 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4445 | + color: var(--e-a-color-accent); | |
| 4572 | 4446 | } |
| 4573 | 4447 | .e-control-display-conditions-promotion__description { |
| 4574 | 4448 | display: flex; |
| 4575 | 4449 | align-self: center; |
| @@ -4582,11 +4456,8 @@ | ||
| 4582 | 4456 | display: flex; |
| 4583 | 4457 | justify-content: center; |
| 4584 | 4458 | align-items: center; |
| 4585 | 4459 | } |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | 4460 | .e-control-display-conditions-promotion.eicon-flow { |
| 4590 | 4461 | align-self: flex-end; |
| 4591 | 4462 | cursor: pointer; |
| 4592 | 4463 | border: var(--e-a-border-bold); |
| @@ -4597,10 +4468,10 @@ | ||
| 4597 | 4468 | background-color: var(--e-a-bg-active); |
| 4598 | 4469 | color: #E73CF6; |
| 4599 | 4470 | } |
| 4600 | 4471 | |
| 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); | |
| 4472 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4473 | + color: var(--e-a-color-accent); | |
| 4603 | 4474 | } |
| 4604 | 4475 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4605 | 4476 | margin-inline-end: 0; |
| 4606 | 4477 | } |
| @@ -4625,11 +4496,8 @@ | ||
| 4625 | 4496 | display: flex; |
| 4626 | 4497 | justify-content: center; |
| 4627 | 4498 | align-items: center; |
| 4628 | 4499 | } |
| 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 | -} | |
| 4632 | 4500 | |
| 4633 | 4501 | .e-link-promotion { |
| 4634 | 4502 | font-family: "Roboto", sans-serif; |
| 4635 | 4503 | font-weight: 500; |
| @@ -5143,20 +5011,8 @@ | ||
| 5143 | 5011 | background-color: #fff; |
| 5144 | 5012 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5145 | 5013 | } |
| 5146 | 5014 | |
| 5147 | -#elementor-template-library-modal button:focus-visible, | |
| 5148 | -#elementor-template-library-modal a:focus-visible, | |
| 5149 | -#elementor-template-library-modal input:focus-visible, | |
| 5150 | -#elementor-template-library-modal select:focus-visible, | |
| 5151 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5152 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5153 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5154 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5155 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5156 | - outline-offset: 2px; | |
| 5157 | - border-radius: 2px; | |
| 5158 | -} | |
| 5159 | 5015 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5160 | 5016 | font-style: normal; |
| 5161 | 5017 | text-decoration: underline; |
| 5162 | 5018 | } |
| @@ -5169,9 +5025,9 @@ | ||
| 5169 | 5025 | #elementor-template-library-modal .dialog-message { |
| 5170 | 5026 | overflow-y: scroll; |
| 5171 | 5027 | } |
| 5172 | 5028 | #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 { |
| 5173 | - overflow-y: auto; | |
| 5029 | + overflow-y: hidden; | |
| 5174 | 5030 | } |
| 5175 | 5031 | #elementor-template-library-modal .e-back-to-editor { |
| 5176 | 5032 | color: var(--e-a-color-txt); |
| 5177 | 5033 | text-decoration: underline; |
| @@ -5187,21 +5043,14 @@ | ||
| 5187 | 5043 | display: inline-block; |
| 5188 | 5044 | padding: 17px 20px; |
| 5189 | 5045 | border-block-end: 3px solid transparent; |
| 5190 | 5046 | cursor: pointer; |
| 5191 | - background: transparent; | |
| 5192 | - margin: 0; | |
| 5193 | - font-size: inherit; | |
| 5194 | - font-family: inherit; | |
| 5195 | - color: inherit; | |
| 5196 | - border: none; | |
| 5197 | 5047 | } |
| 5198 | 5048 | .elementor-template-library-menu-item:hover { |
| 5199 | 5049 | background-color: var(--e-a-bg-hover); |
| 5200 | 5050 | border-color: var(--e-a-bg-hover); |
| 5201 | 5051 | } |
| 5202 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5203 | - border-block-end: 3px solid; | |
| 5052 | +.elementor-template-library-menu-item.elementor-active { | |
| 5204 | 5053 | border-color: var(--e-a-border-color-accent); |
| 5205 | 5054 | color: var(--e-a-color-txt-accent); |
| 5206 | 5055 | } |
| 5207 | 5056 | |
| @@ -5207,25 +5056,11 @@ | ||
| 5207 | 5056 | |
| 5208 | 5057 | #elementor-template-library-header-actions { |
| 5209 | 5058 | display: flex; |
| 5210 | 5059 | } |
| 5211 | -#elementor-template-library-header-actions > div, | |
| 5212 | -#elementor-template-library-header-actions > button { | |
| 5213 | - background: transparent; | |
| 5214 | - margin: 0; | |
| 5215 | - font-size: inherit; | |
| 5216 | - font-family: inherit; | |
| 5217 | - color: inherit; | |
| 5218 | - border: none; | |
| 5060 | +#elementor-template-library-header-actions > div { | |
| 5219 | 5061 | padding-inline-end: 16px; |
| 5220 | - cursor: pointer; | |
| 5221 | 5062 | } |
| 5222 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5223 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5224 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5225 | - outline-offset: -2px; | |
| 5226 | - border-radius: 2px; | |
| 5227 | -} | |
| 5228 | 5063 | |
| 5229 | 5064 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5230 | 5065 | opacity: 0; |
| 5231 | 5066 | visibility: hidden; |
| @@ -5247,25 +5082,8 @@ | ||
| 5247 | 5082 | border-inline-end: var(--e-a-border); |
| 5248 | 5083 | cursor: pointer; |
| 5249 | 5084 | transition: color 0.5s; |
| 5250 | 5085 | } |
| 5251 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5252 | - background: transparent; | |
| 5253 | - margin: 0; | |
| 5254 | - font-size: inherit; | |
| 5255 | - font-family: inherit; | |
| 5256 | - color: inherit; | |
| 5257 | - border: none; | |
| 5258 | - display: flex; | |
| 5259 | - align-items: center; | |
| 5260 | - gap: 10px; | |
| 5261 | - cursor: pointer; | |
| 5262 | -} | |
| 5263 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5264 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5265 | - outline-offset: 2px; | |
| 5266 | - border-radius: 2px; | |
| 5267 | -} | |
| 5268 | 5086 | #elementor-template-library-header-preview-back:hover { |
| 5269 | 5087 | color: var(--e-a-color-txt-hover); |
| 5270 | 5088 | } |
| 5271 | 5089 | #elementor-template-library-header-preview-back i { |
| @@ -5298,14 +5116,9 @@ | ||
| 5298 | 5116 | } |
| 5299 | 5117 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { |
| 5300 | 5118 | display: flex; |
| 5301 | 5119 | align-items: baseline; |
| 5302 | - border-radius: 3px; | |
| 5303 | 5120 | } |
| 5304 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5305 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5306 | - outline-offset: 2px; | |
| 5307 | -} | |
| 5308 | 5121 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { |
| 5309 | 5122 | align-items: center; |
| 5310 | 5123 | } |
| 5311 | 5124 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i { |
| @@ -5410,14 +5223,8 @@ | ||
| 5410 | 5223 | align-items: center; |
| 5411 | 5224 | gap: 8px; |
| 5412 | 5225 | } |
| 5413 | 5226 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5414 | - background: transparent; | |
| 5415 | - margin: 0; | |
| 5416 | - font-size: inherit; | |
| 5417 | - font-family: inherit; | |
| 5418 | - color: inherit; | |
| 5419 | - border: none; | |
| 5420 | 5227 | cursor: pointer; |
| 5421 | 5228 | font-size: 20px; |
| 5422 | 5229 | padding: 0 5px; |
| 5423 | 5230 | border-radius: 2px; |
| @@ -5457,19 +5264,15 @@ | ||
| 5457 | 5264 | padding: 8px; |
| 5458 | 5265 | border: var(--e-a-border); |
| 5459 | 5266 | border-radius: 3px; |
| 5460 | 5267 | } |
| 5461 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5462 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5463 | - outline-offset: 2px; | |
| 5464 | -} | |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5268 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview { | |
| 5466 | 5269 | display: flex; |
| 5467 | 5270 | } |
| 5468 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5271 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5469 | 5272 | display: none; |
| 5470 | 5273 | } |
| 5471 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5274 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5472 | 5275 | display: flex !important; |
| 5473 | 5276 | } |
| 5474 | 5277 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5475 | 5278 | width: 190px; |
| @@ -5564,29 +5367,16 @@ | ||
| 5564 | 5367 | gap: 20px; |
| 5565 | 5368 | align-items: center; |
| 5566 | 5369 | flex: 1; |
| 5567 | 5370 | } |
| 5568 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5569 | - background: transparent; | |
| 5570 | - margin: 0; | |
| 5571 | - font-size: inherit; | |
| 5572 | - font-family: inherit; | |
| 5573 | - color: inherit; | |
| 5574 | - border: none; | |
| 5371 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5575 | 5372 | cursor: pointer; |
| 5576 | - display: flex; | |
| 5577 | - align-items: center; | |
| 5578 | - justify-content: center; | |
| 5373 | + font-size: 18px; | |
| 5579 | 5374 | } |
| 5580 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5581 | 5376 | pointer-events: none; |
| 5582 | 5377 | opacity: 0.3; |
| 5583 | - cursor: not-allowed; | |
| 5584 | 5378 | } |
| 5585 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5586 | - cursor: pointer; | |
| 5587 | - font-size: 18px; | |
| 5588 | -} | |
| 5589 | 5379 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5590 | 5380 | font-size: 20px; |
| 5591 | 5381 | } |
| 5592 | 5382 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5668,11 +5458,11 @@ | ||
| 5668 | 5458 | .elementor-template-library-filter-select-source .source-option i { |
| 5669 | 5459 | margin-inline-end: 5px; |
| 5670 | 5460 | } |
| 5671 | 5461 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5672 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5462 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5673 | 5463 | padding: 2px 4px; |
| 5674 | - color: var(--e-a-color-primary-bold-dark); | |
| 5464 | + color: var(--e-a-color-primary-bold); | |
| 5675 | 5465 | border-radius: 10px; |
| 5676 | 5466 | font-size: 10px; |
| 5677 | 5467 | margin-inline-start: 5px; |
| 5678 | 5468 | } |
| @@ -5842,32 +5632,19 @@ | ||
| 5842 | 5632 | padding: 8px; |
| 5843 | 5633 | border: var(--e-a-border); |
| 5844 | 5634 | border-radius: 3px; |
| 5845 | 5635 | } |
| 5846 | -.elementor-template-library-template-remote:focus-visible { | |
| 5847 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5848 | - outline-offset: 2px; | |
| 5849 | -} | |
| 5850 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5636 | +.elementor-template-library-template-remote:hover { | |
| 5851 | 5637 | background-color: var(--e-a-bg-hover); |
| 5852 | 5638 | } |
| 5853 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5854 | - opacity: 1; | |
| 5855 | -} | |
| 5856 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 5639 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5857 | 5640 | display: none; |
| 5858 | 5641 | } |
| 5859 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5860 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5861 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5862 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5863 | - display: initial; | |
| 5864 | -} | |
| 5865 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5642 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5866 | 5643 | opacity: 0; |
| 5867 | 5644 | } |
| 5868 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5645 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5870 | 5647 | display: none; |
| 5871 | 5648 | } |
| 5872 | 5649 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5873 | 5650 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5902,9 +5679,9 @@ | ||
| 5902 | 5679 | } |
| 5903 | 5680 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5904 | 5681 | display: none; |
| 5905 | 5682 | } |
| 5906 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 5683 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5907 | 5684 | transform: translateY(100%); |
| 5908 | 5685 | } |
| 5909 | 5686 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5910 | 5687 | position: relative; |
| @@ -5953,22 +5730,10 @@ | ||
| 5953 | 5730 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5954 | 5731 | margin-inline-start: auto; |
| 5955 | 5732 | } |
| 5956 | 5733 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5957 | - position: absolute; | |
| 5958 | - width: 1px; | |
| 5959 | - height: 1px; | |
| 5960 | - padding: 0; | |
| 5961 | - margin: -1px; | |
| 5962 | - overflow: hidden; | |
| 5963 | - clip: rect(0, 0, 0, 0); | |
| 5964 | - white-space: nowrap; | |
| 5965 | - border: 0; | |
| 5734 | + display: none; | |
| 5966 | 5735 | } |
| 5967 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5968 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5969 | - outline-offset: 2px; | |
| 5970 | -} | |
| 5971 | 5736 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5972 | 5737 | content: "\e93f"; |
| 5973 | 5738 | color: var(--e-a-color-primary-bold); |
| 5974 | 5739 | } |
| @@ -6087,22 +5852,11 @@ | ||
| 6087 | 5852 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6088 | 5853 | inset-block-start: 100%; |
| 6089 | 5854 | inset-inline-end: 0; |
| 6090 | 5855 | z-index: 1; |
| 6091 | - list-style: none; | |
| 6092 | - margin: 0; | |
| 6093 | - padding: 0; | |
| 6094 | 5856 | } |
| 6095 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6096 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6097 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6098 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6099 | - background: transparent; | |
| 6100 | - margin: 0; | |
| 6101 | - font-size: inherit; | |
| 6102 | - font-family: inherit; | |
| 6103 | - color: inherit; | |
| 6104 | - border: none; | |
| 5857 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5858 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6105 | 5859 | padding: 10px 20px; |
| 6106 | 5860 | font-size: 11px; |
| 6107 | 5861 | cursor: pointer; |
| 6108 | 5862 | display: flex; |
| @@ -6107,21 +5861,25 @@ | ||
| 6107 | 5861 | cursor: pointer; |
| 6108 | 5862 | display: flex; |
| 6109 | 5863 | align-items: center; |
| 6110 | 5864 | gap: 8px; |
| 6111 | - width: 100%; | |
| 6112 | 5865 | } |
| 6113 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6114 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6115 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6116 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5866 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5867 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6117 | 5868 | cursor: not-allowed; |
| 6118 | 5869 | color: var(--e-a-color-txt-disabled); |
| 6119 | 5870 | } |
| 6120 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6121 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5871 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5872 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5873 | + color: var(--e-a-color-txt-disabled); | |
| 5874 | + cursor: not-allowed; | |
| 5875 | +} | |
| 5876 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5877 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6122 | 5878 | color: var(--e-a-color-txt); |
| 6123 | - text-decoration: none; | |
| 5879 | + display: flex; | |
| 5880 | + align-items: center; | |
| 5881 | + gap: 8px; | |
| 6124 | 5882 | } |
| 6125 | 5883 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6126 | 5884 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6127 | 5885 | color: var(--e-a-color-danger); |
| @@ -6133,14 +5891,8 @@ | ||
| 6133 | 5891 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6134 | 5892 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6135 | 5893 | margin-inline-start: auto; |
| 6136 | 5894 | cursor: pointer; |
| 6137 | - background: none; | |
| 6138 | - border: none; | |
| 6139 | - padding: 0; | |
| 6140 | - display: flex; | |
| 6141 | - align-items: center; | |
| 6142 | - justify-content: center; | |
| 6143 | 5895 | } |
| 6144 | 5896 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6145 | 5897 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6146 | 5898 | font-size: 20px; |
| @@ -6207,11 +5959,9 @@ | ||
| 6207 | 5959 | display: flex; |
| 6208 | 5960 | align-items: center; |
| 6209 | 5961 | } |
| 6210 | 5962 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6211 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6212 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6213 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5963 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6214 | 5964 | cursor: pointer; |
| 6215 | 5965 | transition: color 0.5s; |
| 6216 | 5966 | } |
| 6217 | 5967 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6333,24 +6083,15 @@ | ||
| 6333 | 6083 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6334 | 6084 | display: inline; |
| 6335 | 6085 | background: var(--e-a-bg-hover); |
| 6336 | 6086 | padding: 0 2px 1px; |
| 6337 | - border: none; | |
| 6338 | 6087 | border-radius: 2px; |
| 6339 | 6088 | vertical-align: bottom; |
| 6340 | 6089 | cursor: pointer; |
| 6341 | - font-family: inherit; | |
| 6342 | - font-size: inherit; | |
| 6343 | - color: inherit; | |
| 6344 | - line-height: inherit; | |
| 6345 | 6090 | } |
| 6346 | 6091 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6347 | 6092 | background: var(--e-a-bg-active); |
| 6348 | 6093 | } |
| 6349 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6350 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6351 | - outline-offset: 2px; | |
| 6352 | -} | |
| 6353 | 6094 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6354 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6355 | 6096 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, |
| 6356 | 6097 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6414,9 +6155,8 @@ | ||
| 6414 | 6155 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { |
| 6415 | 6156 | white-space: nowrap; |
| 6416 | 6157 | text-overflow: ellipsis; |
| 6417 | 6158 | overflow: hidden; |
| 6418 | - overflow: visible; | |
| 6419 | 6159 | display: inline-flex; |
| 6420 | 6160 | align-items: baseline; |
| 6421 | 6161 | line-height: 27px; |
| 6422 | 6162 | } |
| @@ -6495,9 +6235,8 @@ | ||
| 6495 | 6235 | } |
| 6496 | 6236 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6497 | 6237 | padding: 5px 15px; |
| 6498 | 6238 | cursor: pointer; |
| 6499 | - list-style: none; | |
| 6500 | 6239 | } |
| 6501 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6502 | 6241 | display: none; |
| 6503 | 6242 | } |
| @@ -6506,15 +6245,11 @@ | ||
| 6506 | 6245 | } |
| 6507 | 6246 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6508 | 6247 | text-decoration: underline; |
| 6509 | 6248 | } |
| 6510 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6249 | +#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected { | |
| 6511 | 6250 | background: var(--e-a-border-color); |
| 6512 | 6251 | } |
| 6513 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6514 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6515 | - outline-offset: -2px; | |
| 6516 | -} | |
| 6517 | 6252 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6518 | 6253 | pointer-events: none; |
| 6519 | 6254 | opacity: 0.3; |
| 6520 | 6255 | } |
| @@ -7032,173 +6767,8 @@ | ||
| 7032 | 6767 | #elementor-library--site-info__dialog.variant-b:after { |
| 7033 | 6768 | border-block-start-color: var(--e-a-bg-secondary); |
| 7034 | 6769 | } |
| 7035 | 6770 | |
| 7036 | -.elementor-global-styles-dialog { | |
| 7037 | - --gsd-color-text-primary: #0c0d0e; | |
| 7038 | - --gsd-color-text-secondary: #3f444b; | |
| 7039 | - --gsd-color-text-tertiary: #69727D; | |
| 7040 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7041 | - --gsd-color-primary-main: #f0abfc; | |
| 7042 | - --gsd-color-primary-hover: #e879f9; | |
| 7043 | - --gsd-color-secondary-main: #515962; | |
| 7044 | - --gsd-border-radius: 4px; | |
| 7045 | - --gsd-spacing-horizontal: 24px; | |
| 7046 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7047 | - padding: 16px 0 0; | |
| 7048 | - min-width: 444px; | |
| 7049 | -} | |
| 7050 | -.elementor-global-styles-dialog__header { | |
| 7051 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7052 | - margin-block-end: 16px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header h2 { | |
| 7055 | - margin: 0 0 4px; | |
| 7056 | - font-family: var(--gsd-font-family); | |
| 7057 | - font-size: 16px; | |
| 7058 | - font-weight: 500; | |
| 7059 | - line-height: 1.3; | |
| 7060 | - color: var(--gsd-color-text-primary); | |
| 7061 | - letter-spacing: 0.15px; | |
| 7062 | -} | |
| 7063 | -.elementor-global-styles-dialog__header p { | |
| 7064 | - margin: 0; | |
| 7065 | - font-family: var(--gsd-font-family); | |
| 7066 | - font-size: 14px; | |
| 7067 | - font-weight: 400; | |
| 7068 | - line-height: 20px; | |
| 7069 | - color: var(--gsd-color-text-secondary); | |
| 7070 | - letter-spacing: 0.15px; | |
| 7071 | -} | |
| 7072 | -.elementor-global-styles-dialog__options { | |
| 7073 | - display: flex; | |
| 7074 | - flex-direction: column; | |
| 7075 | - gap: 12px; | |
| 7076 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7077 | -} | |
| 7078 | -.elementor-global-styles-dialog__radio-card { | |
| 7079 | - display: flex; | |
| 7080 | - gap: 0; | |
| 7081 | - padding: 12px 8px; | |
| 7082 | - border: 1px solid var(--gsd-color-divider); | |
| 7083 | - border-radius: var(--gsd-border-radius); | |
| 7084 | - cursor: pointer; | |
| 7085 | - transition: border-color 0.2s ease; | |
| 7086 | -} | |
| 7087 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7088 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7089 | - padding: 11px 7px; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7092 | - flex-shrink: 0; | |
| 7093 | - width: 20px; | |
| 7094 | - height: 20px; | |
| 7095 | - margin: 9px; | |
| 7096 | - cursor: pointer; | |
| 7097 | - color: var(--gsd-color-text-tertiary); | |
| 7098 | - accent-color: var(--gsd-color-text-primary); | |
| 7099 | -} | |
| 7100 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7101 | - display: flex; | |
| 7102 | - align-items: flex-start; | |
| 7103 | - flex-direction: column; | |
| 7104 | - flex: 1; | |
| 7105 | -} | |
| 7106 | -.elementor-global-styles-dialog__radio-label { | |
| 7107 | - font-family: var(--gsd-font-family); | |
| 7108 | - font-size: 14px; | |
| 7109 | - font-weight: 500; | |
| 7110 | - line-height: 18px; | |
| 7111 | - color: var(--gsd-color-text-primary); | |
| 7112 | - letter-spacing: 0.15px; | |
| 7113 | -} | |
| 7114 | -.elementor-global-styles-dialog__radio-description { | |
| 7115 | - font-family: var(--gsd-font-family); | |
| 7116 | - font-size: 12px; | |
| 7117 | - font-weight: 400; | |
| 7118 | - line-height: 20px; | |
| 7119 | - color: var(--gsd-color-text-secondary); | |
| 7120 | - letter-spacing: 0.4px; | |
| 7121 | -} | |
| 7122 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7123 | - display: flex; | |
| 7124 | - align-items: flex-start; | |
| 7125 | - gap: 4px; | |
| 7126 | - padding: 0; | |
| 7127 | - margin-block-start: 0; | |
| 7128 | -} | |
| 7129 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7130 | - display: flex; | |
| 7131 | - align-items: flex-start; | |
| 7132 | - gap: 4px; | |
| 7133 | - cursor: pointer; | |
| 7134 | -} | |
| 7135 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7136 | - width: 18px; | |
| 7137 | - height: 18px; | |
| 7138 | - margin: 4px; | |
| 7139 | - cursor: pointer; | |
| 7140 | -} | |
| 7141 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7142 | - background-color: var(--gsd-color-text-tertiary); | |
| 7143 | -} | |
| 7144 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7145 | - font-family: var(--gsd-font-family); | |
| 7146 | - font-size: 12px; | |
| 7147 | - font-weight: 400; | |
| 7148 | - line-height: 1.43; | |
| 7149 | - color: var(--gsd-color-text-primary); | |
| 7150 | - letter-spacing: 0.15px; | |
| 7151 | - padding-block-start: 4px; | |
| 7152 | - margin-inline-start: 4px; | |
| 7153 | -} | |
| 7154 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7155 | - color: #2563eb; | |
| 7156 | - text-decoration: underline; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7159 | - color: #2563eb; | |
| 7160 | -} | |
| 7161 | -.elementor-global-styles-dialog__footer { | |
| 7162 | - display: flex; | |
| 7163 | - justify-content: flex-end; | |
| 7164 | - align-items: center; | |
| 7165 | - gap: 8px; | |
| 7166 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7167 | -} | |
| 7168 | -.elementor-global-styles-dialog__button-cancel { | |
| 7169 | - padding: 6px 8px; | |
| 7170 | - font-family: var(--gsd-font-family); | |
| 7171 | - font-size: 15px; | |
| 7172 | - font-weight: 500; | |
| 7173 | - line-height: 24px; | |
| 7174 | - letter-spacing: 0.4px; | |
| 7175 | - color: var(--gsd-color-secondary-main); | |
| 7176 | - background: transparent; | |
| 7177 | - border: none; | |
| 7178 | - border-radius: var(--gsd-border-radius); | |
| 7179 | - cursor: pointer; | |
| 7180 | -} | |
| 7181 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7182 | - background: rgba(0, 0, 0, 0.04); | |
| 7183 | -} | |
| 7184 | -.elementor-global-styles-dialog__button-insert { | |
| 7185 | - padding: 6px 16px; | |
| 7186 | - font-family: var(--gsd-font-family); | |
| 7187 | - font-size: 15px; | |
| 7188 | - font-weight: 500; | |
| 7189 | - line-height: 24px; | |
| 7190 | - letter-spacing: 0.4px; | |
| 7191 | - color: var(--gsd-color-text-primary); | |
| 7192 | - background: var(--gsd-color-primary-main); | |
| 7193 | - border: none; | |
| 7194 | - border-radius: var(--gsd-border-radius); | |
| 7195 | - cursor: pointer; | |
| 7196 | -} | |
| 7197 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7198 | - background: var(--gsd-color-primary-hover); | |
| 7199 | -} | |
| 7200 | - | |
| 7201 | 6771 | .elementor-tags-list { |
| 7202 | 6772 | display: none; |
| 7203 | 6773 | position: absolute; |
| 7204 | 6774 | width: 260px; |
| @@ -7382,14 +6952,8 @@ | ||
| 7382 | 6952 | cursor: default; |
| 7383 | 6953 | opacity: 0.5; |
| 7384 | 6954 | color: var(--e-a-color-disabled); |
| 7385 | 6955 | } |
| 7386 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7387 | - opacity: 1; | |
| 7388 | -} | |
| 7389 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7390 | - opacity: 0.5; | |
| 7391 | -} | |
| 7392 | 6956 | .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { |
| 7393 | 6957 | background-color: var(--e-a-bg-hover); |
| 7394 | 6958 | color: var(--e-a-color-hover); |
| 7395 | 6959 | } |
| @@ -7418,20 +6982,8 @@ | ||
| 7418 | 6982 | color: var(--e-a-color-primary-bold); |
| 7419 | 6983 | border-radius: 10px; |
| 7420 | 6984 | font-size: 10px; |
| 7421 | 6985 | } |
| 7422 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7423 | - display: flex; | |
| 7424 | - align-items: center; | |
| 7425 | - justify-content: center; | |
| 7426 | - width: 24px; | |
| 7427 | - height: 24px; | |
| 7428 | - border-radius: 50%; | |
| 7429 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7430 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7431 | - font-size: 16px; | |
| 7432 | - cursor: pointer; | |
| 7433 | -} | |
| 7434 | 6986 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7435 | 6987 | font-size: 14px; |
| 7436 | 6988 | font-style: normal; |
| 7437 | 6989 | font-weight: 400; |
| @@ -8420,16 +7972,6 @@ | ||
| 8420 | 7972 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8421 | 7973 | } |
| 8422 | 7974 | .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) { |
| 8423 | 7975 | 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; | |
| 8434 | 7976 | } |
| 8435 | 7977 | /*# sourceMappingURL=editor.css.map */ |