32 lines
537 B
SCSS
32 lines
537 B
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;
|
|
}
|
|
}
|