Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/elementor-pro   php

Repository URL to install this package:

Version: 3.2.1 

/ app / modules / site-editor / assets / js / atoms / preview-iframe.scss

.site-editor__preview-iframe {
	height: 50vh;
	position: relative;

	&__iframe {
		top: 0;
		left: 0;
		position: absolute;
		border: none;
		transform-origin: 0 0;
		height: 100%;
	}

	&--header, &--footer{
		height: 15vh;
	}
}