21 lines
224 B
SCSS
21 lines
224 B
SCSS
//
|
|
// Maps
|
|
//
|
|
|
|
.maps-container {
|
|
height: 500px;
|
|
|
|
&.map-widget {
|
|
height: 500px;
|
|
}
|
|
}
|
|
|
|
.map {
|
|
height: 100% !important;
|
|
width: 100%;
|
|
|
|
&:before {
|
|
display: none;
|
|
}
|
|
}
|