Download elementor plugin

This commit is contained in:
Roman Pyrih
2024-08-05 12:47:57 +02:00
parent cc768144ae
commit 634a99e4cf
1105 changed files with 585872 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
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 */

View File

@@ -0,0 +1 @@
.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 .e-con.lazyloaded:before,body.e-lazyload .lazyloaded,body.e-lazyload .lazyloaded .elementor-background-overlay{--e-bg-lazyload-loaded:var(--e-bg-lazyload)}