You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
867 B
CSS
31 lines
867 B
CSS
/*! elementor - v3.14.0 - 26-06-2023 */
|
|
/**
|
|
* Here should be only styles that related to the Editor v1, and should be overridden when using the Editor v2.
|
|
*/
|
|
body {
|
|
--editor-v2-top-bar-height: 48px;
|
|
}
|
|
|
|
#elementor-editor-wrapper {
|
|
height: calc(100vh - var(--editor-v2-top-bar-height));
|
|
}
|
|
|
|
body.elementor-navigator-docked #elementor-navigator {
|
|
height: calc(100% - var(--editor-v2-top-bar-height));
|
|
top: var(--editor-v2-top-bar-height);
|
|
}
|
|
|
|
.elementor-panel #elementor-panel-header-menu-button,
|
|
.elementor-panel #elementor-panel-header-add-button,
|
|
.elementor-panel #elementor-panel-footer {
|
|
display: none;
|
|
}
|
|
|
|
.elementor-panel #elementor-panel-header {
|
|
font-weight: 700;
|
|
background-color: var(--e-a-bg-default);
|
|
color: var(--e-a-color-txt-accent);
|
|
border-bottom: var(--e-a-border);
|
|
height: 48px;
|
|
}
|
|
/*# sourceMappingURL=editor-v2-overrides.css.map */ |