Added google maps step

This commit is contained in:
Nedim Uka
2019-05-17 10:49:13 +02:00
parent a3d9a82fee
commit be416ffc0c
13 changed files with 329 additions and 176 deletions

View File

@@ -9,3 +9,28 @@
background-repeat: no-repeat;
color: rgba(0, 0, 0, 0);
}
#map {
height: 50%;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#floating-panel {
top: 10px;
left: 25%;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
text-align: center;
font-family: 'Roboto', 'sans-serif';
line-height: 30px;
padding-left: 10px;
}