24 lines
No EOL
339 B
CSS
24 lines
No EOL
339 B
CSS
.mapContainer {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.sidebarStyle {
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
margin: 12px;
|
|
background-color: #404040;
|
|
color: #ffffff;
|
|
z-index: 1 !important;
|
|
padding: 6px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.locationIcon {
|
|
width: 32px;
|
|
} |