| @@ -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; |
| @@ -5147,20 +5015,8 @@ | ||
| 5147 | 5015 | background-color: #fff; |
| 5148 | 5016 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5149 | 5017 | } |
| 5150 | 5018 | |
| 5151 | -#elementor-template-library-modal button:focus-visible, | |
| 5152 | -#elementor-template-library-modal a:focus-visible, | |
| 5153 | -#elementor-template-library-modal input:focus-visible, | |
| 5154 | -#elementor-template-library-modal select:focus-visible, | |
| 5155 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5156 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5157 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5158 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5159 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5160 | - outline-offset: 2px; | |
| 5161 | - border-radius: 2px; | |
| 5162 | -} | |
| 5163 | 5019 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5164 | 5020 | font-style: normal; |
| 5165 | 5021 | text-decoration: underline; |
| 5166 | 5022 | } |
| @@ -5173,9 +5029,9 @@ | ||
| 5173 | 5029 | #elementor-template-library-modal .dialog-message { |
| 5174 | 5030 | overflow-y: scroll; |
| 5175 | 5031 | } |
| 5176 | 5032 | #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 { |
| 5177 | - overflow-y: auto; | |
| 5033 | + overflow-y: hidden; | |
| 5178 | 5034 | } |
| 5179 | 5035 | #elementor-template-library-modal .e-back-to-editor { |
| 5180 | 5036 | color: var(--e-a-color-txt); |
| 5181 | 5037 | text-decoration: underline; |
| @@ -5191,21 +5047,14 @@ | ||
| 5191 | 5047 | display: inline-block; |
| 5192 | 5048 | padding: 17px 20px; |
| 5193 | 5049 | border-block-end: 3px solid transparent; |
| 5194 | 5050 | cursor: pointer; |
| 5195 | - background: transparent; | |
| 5196 | - margin: 0; | |
| 5197 | - font-size: inherit; | |
| 5198 | - font-family: inherit; | |
| 5199 | - color: inherit; | |
| 5200 | - border: none; | |
| 5201 | 5051 | } |
| 5202 | 5052 | .elementor-template-library-menu-item:hover { |
| 5203 | 5053 | background-color: var(--e-a-bg-hover); |
| 5204 | 5054 | border-color: var(--e-a-bg-hover); |
| 5205 | 5055 | } |
| 5206 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5207 | - border-block-end: 3px solid; | |
| 5056 | +.elementor-template-library-menu-item.elementor-active { | |
| 5208 | 5057 | border-color: var(--e-a-border-color-accent); |
| 5209 | 5058 | color: var(--e-a-color-txt-accent); |
| 5210 | 5059 | } |
| 5211 | 5060 | |
| @@ -5211,25 +5060,11 @@ | ||
| 5211 | 5060 | |
| 5212 | 5061 | #elementor-template-library-header-actions { |
| 5213 | 5062 | display: flex; |
| 5214 | 5063 | } |
| 5215 | -#elementor-template-library-header-actions > div, | |
| 5216 | -#elementor-template-library-header-actions > button { | |
| 5217 | - background: transparent; | |
| 5218 | - margin: 0; | |
| 5219 | - font-size: inherit; | |
| 5220 | - font-family: inherit; | |
| 5221 | - color: inherit; | |
| 5222 | - border: none; | |
| 5064 | +#elementor-template-library-header-actions > div { | |
| 5223 | 5065 | padding-inline-end: 16px; |
| 5224 | - cursor: pointer; | |
| 5225 | 5066 | } |
| 5226 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5227 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: -2px; | |
| 5230 | - border-radius: 2px; | |
| 5231 | -} | |
| 5232 | 5067 | |
| 5233 | 5068 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5234 | 5069 | opacity: 0; |
| 5235 | 5070 | visibility: hidden; |
| @@ -5251,25 +5086,8 @@ | ||
| 5251 | 5086 | border-inline-end: var(--e-a-border); |
| 5252 | 5087 | cursor: pointer; |
| 5253 | 5088 | transition: color 0.5s; |
| 5254 | 5089 | } |
| 5255 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5256 | - background: transparent; | |
| 5257 | - margin: 0; | |
| 5258 | - font-size: inherit; | |
| 5259 | - font-family: inherit; | |
| 5260 | - color: inherit; | |
| 5261 | - border: none; | |
| 5262 | - display: flex; | |
| 5263 | - align-items: center; | |
| 5264 | - gap: 10px; | |
| 5265 | - cursor: pointer; | |
| 5266 | -} | |
| 5267 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5268 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5269 | - outline-offset: 2px; | |
| 5270 | - border-radius: 2px; | |
| 5271 | -} | |
| 5272 | 5090 | #elementor-template-library-header-preview-back:hover { |
| 5273 | 5091 | color: var(--e-a-color-txt-hover); |
| 5274 | 5092 | } |
| 5275 | 5093 | #elementor-template-library-header-preview-back i { |
| @@ -5302,14 +5120,9 @@ | ||
| 5302 | 5120 | } |
| 5303 | 5121 | #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 { |
| 5304 | 5122 | display: flex; |
| 5305 | 5123 | align-items: baseline; |
| 5306 | - border-radius: 3px; | |
| 5307 | 5124 | } |
| 5308 | -#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 { | |
| 5309 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5310 | - outline-offset: 2px; | |
| 5311 | -} | |
| 5312 | 5125 | #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 { |
| 5313 | 5126 | align-items: center; |
| 5314 | 5127 | } |
| 5315 | 5128 | #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 { |
| @@ -5414,14 +5227,8 @@ | ||
| 5414 | 5227 | align-items: center; |
| 5415 | 5228 | gap: 8px; |
| 5416 | 5229 | } |
| 5417 | 5230 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5418 | - background: transparent; | |
| 5419 | - margin: 0; | |
| 5420 | - font-size: inherit; | |
| 5421 | - font-family: inherit; | |
| 5422 | - color: inherit; | |
| 5423 | - border: none; | |
| 5424 | 5231 | cursor: pointer; |
| 5425 | 5232 | font-size: 20px; |
| 5426 | 5233 | padding: 0 5px; |
| 5427 | 5234 | border-radius: 2px; |
| @@ -5461,19 +5268,15 @@ | ||
| 5461 | 5268 | padding: 8px; |
| 5462 | 5269 | border: var(--e-a-border); |
| 5463 | 5270 | border-radius: 3px; |
| 5464 | 5271 | } |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5466 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5467 | - outline-offset: 2px; | |
| 5468 | -} | |
| 5469 | -#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 { | |
| 5272 | +#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 { | |
| 5470 | 5273 | display: flex; |
| 5471 | 5274 | } |
| 5472 | -#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 { | |
| 5275 | +#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 { | |
| 5473 | 5276 | display: none; |
| 5474 | 5277 | } |
| 5475 | -#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 { | |
| 5278 | +#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 { | |
| 5476 | 5279 | display: flex !important; |
| 5477 | 5280 | } |
| 5478 | 5281 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5479 | 5282 | width: 190px; |
| @@ -5568,29 +5371,16 @@ | ||
| 5568 | 5371 | gap: 20px; |
| 5569 | 5372 | align-items: center; |
| 5570 | 5373 | flex: 1; |
| 5571 | 5374 | } |
| 5572 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5573 | - background: transparent; | |
| 5574 | - margin: 0; | |
| 5575 | - font-size: inherit; | |
| 5576 | - font-family: inherit; | |
| 5577 | - color: inherit; | |
| 5578 | - border: none; | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5579 | 5376 | cursor: pointer; |
| 5580 | - display: flex; | |
| 5581 | - align-items: center; | |
| 5582 | - justify-content: center; | |
| 5377 | + font-size: 18px; | |
| 5583 | 5378 | } |
| 5584 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5379 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5585 | 5380 | pointer-events: none; |
| 5586 | 5381 | opacity: 0.3; |
| 5587 | - cursor: not-allowed; | |
| 5588 | 5382 | } |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5590 | - cursor: pointer; | |
| 5591 | - font-size: 18px; | |
| 5592 | -} | |
| 5593 | 5383 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5594 | 5384 | font-size: 20px; |
| 5595 | 5385 | } |
| 5596 | 5386 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5672,11 +5462,11 @@ | ||
| 5672 | 5462 | .elementor-template-library-filter-select-source .source-option i { |
| 5673 | 5463 | margin-inline-end: 5px; |
| 5674 | 5464 | } |
| 5675 | 5465 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5676 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5466 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5677 | 5467 | padding: 2px 4px; |
| 5678 | - color: var(--e-a-color-primary-bold-dark); | |
| 5468 | + color: var(--e-a-color-primary-bold); | |
| 5679 | 5469 | border-radius: 10px; |
| 5680 | 5470 | font-size: 10px; |
| 5681 | 5471 | margin-inline-start: 5px; |
| 5682 | 5472 | } |
| @@ -5846,32 +5636,19 @@ | ||
| 5846 | 5636 | padding: 8px; |
| 5847 | 5637 | border: var(--e-a-border); |
| 5848 | 5638 | border-radius: 3px; |
| 5849 | 5639 | } |
| 5850 | -.elementor-template-library-template-remote:focus-visible { | |
| 5851 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5852 | - outline-offset: 2px; | |
| 5853 | -} | |
| 5854 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5640 | +.elementor-template-library-template-remote:hover { | |
| 5855 | 5641 | background-color: var(--e-a-bg-hover); |
| 5856 | 5642 | } |
| 5857 | -.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 { | |
| 5858 | - opacity: 1; | |
| 5859 | -} | |
| 5860 | -.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 { | |
| 5643 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5861 | 5644 | display: none; |
| 5862 | 5645 | } |
| 5863 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5864 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5865 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5866 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5867 | - display: initial; | |
| 5868 | -} | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5870 | 5647 | opacity: 0; |
| 5871 | 5648 | } |
| 5872 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5873 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5649 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5650 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5874 | 5651 | display: none; |
| 5875 | 5652 | } |
| 5876 | 5653 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5877 | 5654 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5906,9 +5683,9 @@ | ||
| 5906 | 5683 | } |
| 5907 | 5684 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5908 | 5685 | display: none; |
| 5909 | 5686 | } |
| 5910 | -.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 { | |
| 5687 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5911 | 5688 | transform: translateY(100%); |
| 5912 | 5689 | } |
| 5913 | 5690 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5914 | 5691 | position: relative; |
| @@ -5957,22 +5734,10 @@ | ||
| 5957 | 5734 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5958 | 5735 | margin-inline-start: auto; |
| 5959 | 5736 | } |
| 5960 | 5737 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5961 | - position: absolute; | |
| 5962 | - width: 1px; | |
| 5963 | - height: 1px; | |
| 5964 | - padding: 0; | |
| 5965 | - margin: -1px; | |
| 5966 | - overflow: hidden; | |
| 5967 | - clip: rect(0, 0, 0, 0); | |
| 5968 | - white-space: nowrap; | |
| 5969 | - border: 0; | |
| 5738 | + display: none; | |
| 5970 | 5739 | } |
| 5971 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5972 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5973 | - outline-offset: 2px; | |
| 5974 | -} | |
| 5975 | 5740 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5976 | 5741 | content: "\e93f"; |
| 5977 | 5742 | color: var(--e-a-color-primary-bold); |
| 5978 | 5743 | } |
| @@ -6091,22 +5856,11 @@ | ||
| 6091 | 5856 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6092 | 5857 | inset-block-start: 100%; |
| 6093 | 5858 | inset-inline-end: 0; |
| 6094 | 5859 | z-index: 1; |
| 6095 | - list-style: none; | |
| 6096 | - margin: 0; | |
| 6097 | - padding: 0; | |
| 6098 | 5860 | } |
| 6099 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6100 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6101 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6102 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6103 | - background: transparent; | |
| 6104 | - margin: 0; | |
| 6105 | - font-size: inherit; | |
| 6106 | - font-family: inherit; | |
| 6107 | - color: inherit; | |
| 6108 | - border: none; | |
| 5861 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5862 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6109 | 5863 | padding: 10px 20px; |
| 6110 | 5864 | font-size: 11px; |
| 6111 | 5865 | cursor: pointer; |
| 6112 | 5866 | display: flex; |
| @@ -6111,21 +5865,25 @@ | ||
| 6111 | 5865 | cursor: pointer; |
| 6112 | 5866 | display: flex; |
| 6113 | 5867 | align-items: center; |
| 6114 | 5868 | gap: 8px; |
| 6115 | - width: 100%; | |
| 6116 | 5869 | } |
| 6117 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6119 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6120 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5870 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5871 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6121 | 5872 | cursor: not-allowed; |
| 6122 | 5873 | color: var(--e-a-color-txt-disabled); |
| 6123 | 5874 | } |
| 6124 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6125 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5875 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5876 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5877 | + color: var(--e-a-color-txt-disabled); | |
| 5878 | + cursor: not-allowed; | |
| 5879 | +} | |
| 5880 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5881 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6126 | 5882 | color: var(--e-a-color-txt); |
| 6127 | - text-decoration: none; | |
| 5883 | + display: flex; | |
| 5884 | + align-items: center; | |
| 5885 | + gap: 8px; | |
| 6128 | 5886 | } |
| 6129 | 5887 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6130 | 5888 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6131 | 5889 | color: var(--e-a-color-danger); |
| @@ -6137,14 +5895,8 @@ | ||
| 6137 | 5895 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6138 | 5896 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6139 | 5897 | margin-inline-start: auto; |
| 6140 | 5898 | cursor: pointer; |
| 6141 | - background: none; | |
| 6142 | - border: none; | |
| 6143 | - padding: 0; | |
| 6144 | - display: flex; | |
| 6145 | - align-items: center; | |
| 6146 | - justify-content: center; | |
| 6147 | 5899 | } |
| 6148 | 5900 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6149 | 5901 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6150 | 5902 | font-size: 20px; |
| @@ -6211,11 +5963,9 @@ | ||
| 6211 | 5963 | display: flex; |
| 6212 | 5964 | align-items: center; |
| 6213 | 5965 | } |
| 6214 | 5966 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6215 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6216 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6217 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5967 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6218 | 5968 | cursor: pointer; |
| 6219 | 5969 | transition: color 0.5s; |
| 6220 | 5970 | } |
| 6221 | 5971 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6337,24 +6087,15 @@ | ||
| 6337 | 6087 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6338 | 6088 | display: inline; |
| 6339 | 6089 | background: var(--e-a-bg-hover); |
| 6340 | 6090 | padding: 0 2px 1px; |
| 6341 | - border: none; | |
| 6342 | 6091 | border-radius: 2px; |
| 6343 | 6092 | vertical-align: bottom; |
| 6344 | 6093 | cursor: pointer; |
| 6345 | - font-family: inherit; | |
| 6346 | - font-size: inherit; | |
| 6347 | - color: inherit; | |
| 6348 | - line-height: inherit; | |
| 6349 | 6094 | } |
| 6350 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6351 | 6096 | background: var(--e-a-bg-active); |
| 6352 | 6097 | } |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6354 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6355 | - outline-offset: 2px; | |
| 6356 | -} | |
| 6357 | 6098 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6358 | 6099 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6359 | 6100 | #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, |
| 6360 | 6101 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6418,9 +6159,8 @@ | ||
| 6418 | 6159 | #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 { |
| 6419 | 6160 | white-space: nowrap; |
| 6420 | 6161 | text-overflow: ellipsis; |
| 6421 | 6162 | overflow: hidden; |
| 6422 | - overflow: visible; | |
| 6423 | 6163 | display: inline-flex; |
| 6424 | 6164 | align-items: baseline; |
| 6425 | 6165 | line-height: 27px; |
| 6426 | 6166 | } |
| @@ -6499,9 +6239,8 @@ | ||
| 6499 | 6239 | } |
| 6500 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6501 | 6241 | padding: 5px 15px; |
| 6502 | 6242 | cursor: pointer; |
| 6503 | - list-style: none; | |
| 6504 | 6243 | } |
| 6505 | 6244 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6506 | 6245 | display: none; |
| 6507 | 6246 | } |
| @@ -6510,15 +6249,11 @@ | ||
| 6510 | 6249 | } |
| 6511 | 6250 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6512 | 6251 | text-decoration: underline; |
| 6513 | 6252 | } |
| 6514 | -#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 { | |
| 6253 | +#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 { | |
| 6515 | 6254 | background: var(--e-a-border-color); |
| 6516 | 6255 | } |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6518 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6519 | - outline-offset: -2px; | |
| 6520 | -} | |
| 6521 | 6256 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6522 | 6257 | pointer-events: none; |
| 6523 | 6258 | opacity: 0.3; |
| 6524 | 6259 | } |
| @@ -7036,173 +6771,8 @@ | ||
| 7036 | 6771 | #elementor-library--site-info__dialog.variant-b:after { |
| 7037 | 6772 | border-block-start-color: var(--e-a-bg-secondary); |
| 7038 | 6773 | } |
| 7039 | 6774 | |
| 7040 | -.elementor-global-styles-dialog { | |
| 7041 | - --gsd-color-text-primary: #0c0d0e; | |
| 7042 | - --gsd-color-text-secondary: #3f444b; | |
| 7043 | - --gsd-color-text-tertiary: #69727D; | |
| 7044 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7045 | - --gsd-color-primary-main: #f0abfc; | |
| 7046 | - --gsd-color-primary-hover: #e879f9; | |
| 7047 | - --gsd-color-secondary-main: #515962; | |
| 7048 | - --gsd-border-radius: 4px; | |
| 7049 | - --gsd-spacing-horizontal: 24px; | |
| 7050 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7051 | - padding: 16px 0 0; | |
| 7052 | - min-width: 444px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header { | |
| 7055 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7056 | - margin-block-end: 16px; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__header h2 { | |
| 7059 | - margin: 0 0 4px; | |
| 7060 | - font-family: var(--gsd-font-family); | |
| 7061 | - font-size: 16px; | |
| 7062 | - font-weight: 500; | |
| 7063 | - line-height: 1.3; | |
| 7064 | - color: var(--gsd-color-text-primary); | |
| 7065 | - letter-spacing: 0.15px; | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__header p { | |
| 7068 | - margin: 0; | |
| 7069 | - font-family: var(--gsd-font-family); | |
| 7070 | - font-size: 14px; | |
| 7071 | - font-weight: 400; | |
| 7072 | - line-height: 20px; | |
| 7073 | - color: var(--gsd-color-text-secondary); | |
| 7074 | - letter-spacing: 0.15px; | |
| 7075 | -} | |
| 7076 | -.elementor-global-styles-dialog__options { | |
| 7077 | - display: flex; | |
| 7078 | - flex-direction: column; | |
| 7079 | - gap: 12px; | |
| 7080 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7081 | -} | |
| 7082 | -.elementor-global-styles-dialog__radio-card { | |
| 7083 | - display: flex; | |
| 7084 | - gap: 0; | |
| 7085 | - padding: 12px 8px; | |
| 7086 | - border: 1px solid var(--gsd-color-divider); | |
| 7087 | - border-radius: var(--gsd-border-radius); | |
| 7088 | - cursor: pointer; | |
| 7089 | - transition: border-color 0.2s ease; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7092 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7093 | - padding: 11px 7px; | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7096 | - flex-shrink: 0; | |
| 7097 | - width: 20px; | |
| 7098 | - height: 20px; | |
| 7099 | - margin: 9px; | |
| 7100 | - cursor: pointer; | |
| 7101 | - color: var(--gsd-color-text-tertiary); | |
| 7102 | - accent-color: var(--gsd-color-text-primary); | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7105 | - display: flex; | |
| 7106 | - align-items: flex-start; | |
| 7107 | - flex-direction: column; | |
| 7108 | - flex: 1; | |
| 7109 | -} | |
| 7110 | -.elementor-global-styles-dialog__radio-label { | |
| 7111 | - font-family: var(--gsd-font-family); | |
| 7112 | - font-size: 14px; | |
| 7113 | - font-weight: 500; | |
| 7114 | - line-height: 18px; | |
| 7115 | - color: var(--gsd-color-text-primary); | |
| 7116 | - letter-spacing: 0.15px; | |
| 7117 | -} | |
| 7118 | -.elementor-global-styles-dialog__radio-description { | |
| 7119 | - font-family: var(--gsd-font-family); | |
| 7120 | - font-size: 12px; | |
| 7121 | - font-weight: 400; | |
| 7122 | - line-height: 20px; | |
| 7123 | - color: var(--gsd-color-text-secondary); | |
| 7124 | - letter-spacing: 0.4px; | |
| 7125 | -} | |
| 7126 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7127 | - display: flex; | |
| 7128 | - align-items: flex-start; | |
| 7129 | - gap: 4px; | |
| 7130 | - padding: 0; | |
| 7131 | - margin-block-start: 0; | |
| 7132 | -} | |
| 7133 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7134 | - display: flex; | |
| 7135 | - align-items: flex-start; | |
| 7136 | - gap: 4px; | |
| 7137 | - cursor: pointer; | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7140 | - width: 18px; | |
| 7141 | - height: 18px; | |
| 7142 | - margin: 4px; | |
| 7143 | - cursor: pointer; | |
| 7144 | -} | |
| 7145 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7146 | - background-color: var(--gsd-color-text-tertiary); | |
| 7147 | -} | |
| 7148 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7149 | - font-family: var(--gsd-font-family); | |
| 7150 | - font-size: 12px; | |
| 7151 | - font-weight: 400; | |
| 7152 | - line-height: 1.43; | |
| 7153 | - color: var(--gsd-color-text-primary); | |
| 7154 | - letter-spacing: 0.15px; | |
| 7155 | - padding-block-start: 4px; | |
| 7156 | - margin-inline-start: 4px; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7159 | - color: #2563eb; | |
| 7160 | - text-decoration: underline; | |
| 7161 | -} | |
| 7162 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7163 | - color: #2563eb; | |
| 7164 | -} | |
| 7165 | -.elementor-global-styles-dialog__footer { | |
| 7166 | - display: flex; | |
| 7167 | - justify-content: flex-end; | |
| 7168 | - align-items: center; | |
| 7169 | - gap: 8px; | |
| 7170 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7171 | -} | |
| 7172 | -.elementor-global-styles-dialog__button-cancel { | |
| 7173 | - padding: 6px 8px; | |
| 7174 | - font-family: var(--gsd-font-family); | |
| 7175 | - font-size: 15px; | |
| 7176 | - font-weight: 500; | |
| 7177 | - line-height: 24px; | |
| 7178 | - letter-spacing: 0.4px; | |
| 7179 | - color: var(--gsd-color-secondary-main); | |
| 7180 | - background: transparent; | |
| 7181 | - border: none; | |
| 7182 | - border-radius: var(--gsd-border-radius); | |
| 7183 | - cursor: pointer; | |
| 7184 | -} | |
| 7185 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7186 | - background: rgba(0, 0, 0, 0.04); | |
| 7187 | -} | |
| 7188 | -.elementor-global-styles-dialog__button-insert { | |
| 7189 | - padding: 6px 16px; | |
| 7190 | - font-family: var(--gsd-font-family); | |
| 7191 | - font-size: 15px; | |
| 7192 | - font-weight: 500; | |
| 7193 | - line-height: 24px; | |
| 7194 | - letter-spacing: 0.4px; | |
| 7195 | - color: var(--gsd-color-text-primary); | |
| 7196 | - background: var(--gsd-color-primary-main); | |
| 7197 | - border: none; | |
| 7198 | - border-radius: var(--gsd-border-radius); | |
| 7199 | - cursor: pointer; | |
| 7200 | -} | |
| 7201 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7202 | - background: var(--gsd-color-primary-hover); | |
| 7203 | -} | |
| 7204 | - | |
| 7205 | 6775 | .elementor-tags-list { |
| 7206 | 6776 | display: none; |
| 7207 | 6777 | position: absolute; |
| 7208 | 6778 | width: 260px; |
| @@ -7386,14 +6956,8 @@ | ||
| 7386 | 6956 | cursor: default; |
| 7387 | 6957 | opacity: 0.5; |
| 7388 | 6958 | color: var(--e-a-color-disabled); |
| 7389 | 6959 | } |
| 7390 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7391 | - opacity: 1; | |
| 7392 | -} | |
| 7393 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7394 | - opacity: 0.5; | |
| 7395 | -} | |
| 7396 | 6960 | .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 { |
| 7397 | 6961 | background-color: var(--e-a-bg-hover); |
| 7398 | 6962 | color: var(--e-a-color-hover); |
| 7399 | 6963 | } |
| @@ -7422,20 +6986,8 @@ | ||
| 7422 | 6986 | color: var(--e-a-color-primary-bold); |
| 7423 | 6987 | border-radius: 10px; |
| 7424 | 6988 | font-size: 10px; |
| 7425 | 6989 | } |
| 7426 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7427 | - display: flex; | |
| 7428 | - align-items: center; | |
| 7429 | - justify-content: center; | |
| 7430 | - width: 24px; | |
| 7431 | - height: 24px; | |
| 7432 | - border-radius: 50%; | |
| 7433 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7434 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7435 | - font-size: 16px; | |
| 7436 | - cursor: pointer; | |
| 7437 | -} | |
| 7438 | 6990 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7439 | 6991 | font-size: 14px; |
| 7440 | 6992 | font-style: normal; |
| 7441 | 6993 | font-weight: 400; |
| @@ -8424,16 +7976,6 @@ | ||
| 8424 | 7976 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8425 | 7977 | } |
| 8426 | 7978 | .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) { |
| 8427 | 7979 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8428 | -} | |
| 8429 | - | |
| 8430 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8431 | - display: none; | |
| 8432 | -} | |
| 8433 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8434 | - display: none; | |
| 8435 | -} | |
| 8436 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8437 | - display: none; | |
| 8438 | 7980 | } |
| 8439 | 7981 | /*# sourceMappingURL=editor-rtl.css.map */ |