27 lines
291 B
SCSS
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%;
|
|
}
|