15 lines
No EOL
716 B
CSS
15 lines
No EOL
716 B
CSS
/*
|
|
TODO: Temp fix - Need to unify the background & lazy-load selectors.
|
|
This fix accounts for the DOM experiment & motion fx changes, that are already fixed in the background
|
|
selector itself (which is the reason we need to unify it).
|
|
*/
|
|
.lazyloaded:not(.elementor-motion-effects-element-type-background),
|
|
.lazyloaded > .elementor-motion-effects-container > .elementor-motion-effects-layer,
|
|
.lazyloaded > [class*=-wrap] > .elementor-motion-effects-container > .elementor-motion-effects-layer,
|
|
body.e-lazyload .lazyloaded .elementor-background-overlay,
|
|
body.e-lazyload .e-con.lazyloaded::before,
|
|
body.e-lazyload .lazyloaded {
|
|
--e-bg-lazyload-loaded: var(--e-bg-lazyload);
|
|
}
|
|
|
|
/*# sourceMappingURL=frontend.css.map */ |