11 lines
158 B
SCSS
11 lines
158 B
SCSS
@import "variables";
|
|
@import "application";
|
|
#inner-container {
|
|
padding: 1.5rem;
|
|
}
|
|
#map {
|
|
height: 40vh;
|
|
}
|
|
.leaflet-top, .leaflet-bottom {
|
|
z-index: 400;
|
|
} |