1
0
forked from MTSR/mapserver
mapserver/static/css/custom.css
2019-12-01 20:00:51 +01:00

24 lines
272 B
CSS

body {
height: 100%;
margin: 0;
}
#app {
height: 100%;
}
.full-screen {
width: 100%;
height: 100%;
}
.leaflet-custom-display {
background: #fff;
padding: 5px;
}
.mapserver-label-icon {
margin-left: -100px !important;
margin-top: -100px !important;
}