11 lines
158 B
SCSS
Executable File
Vendored
11 lines
158 B
SCSS
Executable File
Vendored
//
|
|
// _leaflet-maps.scss
|
|
//
|
|
|
|
.leaflet-map {
|
|
height: 300px;
|
|
&.leaflet-container{
|
|
z-index: 0;
|
|
font-family: $font-family-primary;
|
|
}
|
|
} |