| 1 |
/*! elementor - v3.19.0 - 05-02-2024 */ |
| 2 |
/** |
| 3 |
* Here should be only styles that related to the Editor v1, and should be overridden when using the Editor v2. |
| 4 |
*/ |
| 5 |
body { |
| 6 |
--editor-v2-top-bar-height: 48px; |
| 7 |
} |
| 8 |
|
| 9 |
#elementor-editor-wrapper { |
| 10 |
height: calc(100vh - var(--editor-v2-top-bar-height)); |
| 11 |
} |
| 12 |
|
| 13 |
body.elementor-navigator-docked #elementor-navigator { |
| 14 |
height: calc(100% - var(--editor-v2-top-bar-height)); |
| 15 |
top: var(--editor-v2-top-bar-height); |
| 16 |
} |
| 17 |
|
| 18 |
.elementor-panel #elementor-panel-header-menu-button, |
| 19 |
.elementor-panel #elementor-panel-header-add-button, |
| 20 |
.elementor-panel #elementor-panel-footer { |
| 21 |
display: none; |
| 22 |
} |
| 23 |
|
| 24 |
.elementor-panel #elementor-panel-header { |
| 25 |
font-weight: 700; |
| 26 |
background-color: var(--e-a-bg-default); |
| 27 |
color: var(--e-a-color-txt-accent); |
| 28 |
border-block-end: var(--e-a-border); |
| 29 |
height: 48px; |
| 30 |
} |
| 31 |
|
| 32 |
.elementor-control-type-wysiwyg .mce-fullscreen { |
| 33 |
inset: var(--editor-v2-top-bar-height) 0 0 0; |
| 34 |
} |
| 35 |
.elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body { |
| 36 |
display: flex; |
| 37 |
flex-direction: column; |
| 38 |
height: 100%; |
| 39 |
} |
| 40 |
.elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body > .mce-edit-area { |
| 41 |
flex-grow: 1; |
| 42 |
} |
| 43 |
.elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body > .mce-edit-area > iframe { |
| 44 |
height: 100% !important; |
| 45 |
} |
| 46 |
/*# sourceMappingURL=editor-v2-overrides.css.map */ |