todos-contra-el-fuego-web/imports/ui/components/SelectionMap/SelectionMap.scss
2017-12-17 02:00:53 +01:00

23 lines
330 B
SCSS

.leaflet-container {
height: 100%;
min-height: 60vh;
width: 100%;
min-width: 75vw;
display: flex;
margin: 30px auto;
}
@media only screen and (max-width: 400px) {
.leaflet-container {
height: 400px;
width: 85vw;
}
}
.dist-slider {
margin: 0px 10px 30px 10px;
}
.center-in-my-pos {
margin: 10px;
}