todos-contra-el-fuego-web/imports/ui/pages/FiresMap/FiresMap.scss

43 lines
639 B
SCSS

/* https://github.com/PaulLeCam/react-leaflet/issues/108 */
.leaflet-container {
height: 100%;
min-height: 60vh;
width: 100%;
min-width: 75vw;
display: flex;
margin: 30px auto;
}
.Loading {
position: absolute;
top: calc(50% - 150px);
left: calc(50% - 150px);
z-index: 1000;
}
.Loading > svg {
width: 300px;
height: 300px;
stroke: grey;
}
@media only screen and (max-width: 400px) {
.leaflet-container {
height: 400px;
width: 85vw;
}
}
.mark-checkbox {
margin-left: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(/images/layers.png);
}
.glyphicon .glyphicon-thumbs-up {
}