Learn more  » 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/jet-elements   php

Repository URL to install this package:

/ scss / addons / _jet-map.scss

.elementor-widget-jet-map {
	.jet-map-message {
		width: 100%;
		height: 300px;
		position: relative;

		display: flex;
		justify-content: center;
		align-items: center;

		.jet-map-message__text {
			z-index: 2;
		}

		.jet-map-message__dammy-map {
			position: absolute;
			width: 100%;
			height: 100%;
			background-image: url( '../images/dummy-map.png' );
			background-repeat: no-repeat;
			background-color: white;
			background-size: cover;
			filter: blur(1.5px);
			z-index: 1;
		}
	}

	.gm-style img {
		max-width: none;
	}
}