This commit is contained in:
Janis Meister
2022-01-26 11:51:04 +01:00
parent 33aa62ae09
commit 8a98e9dbe6
10 changed files with 190 additions and 151 deletions

View File

@@ -12,48 +12,3 @@ header p{
display:block;
float:right;
}
#map{
width: 100%;
height: 100%;
}
.osrm-route-container{
position: absolute;
right: 0;
width:300px;
margin-top: 50px;
background-color: rgba(27, 27, 27, 0.801);
top:0;
bottom: 0;
color: white;
}
.osrm-route-container h4{
text-align: center;
line-height: 30px;
letter-spacing: 1px;
padding-top: 0px;
margin-top: 2px;
}
.route-list{
width: 100%;
display: block;
font-weight: bold;
text-align: left;
}
.route-list div{
width: 100%;
display: block;
border-top: 1px solid rgba(255, 255, 255, 0.418);
padding-top: 5px;
padding-bottom: 5px;
}
.route-list div p{
display: inline-block;
text-transform: capitalize;
padding-left: 40px;
}