Files
HKA-OSM/src/app/map/map.scss
2026-04-27 14:10:41 +02:00

27 lines
291 B
SCSS

.map-container {
padding: 0;
margin: 0;
position: fixed;
top: 54px;
height: 100%;
width: 100%;
}
.map-fullscreen {
left: 0;
width: 100%;
}
.map-details {
left: 25%;
width: 75%;
}
.details {
position: fixed;
top: 54px;
left: 25px;
width: 25%;
height: 100%;
}