mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
22 lines
443 B
CSS
22 lines
443 B
CSS
.RouteFrame {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
outline: 1px solid rgba(255, 255, 255, 0.5);
|
|
width: 80%;
|
|
height: 40px;
|
|
text-align: center;
|
|
color: white;
|
|
margin: 0 auto;
|
|
position: absolute;
|
|
z-index: 40;
|
|
bottom: 30%;
|
|
left: 10%;
|
|
}
|
|
|
|
.RouteFrame p {
|
|
margin: 0;
|
|
padding: 10px;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
|
|
}
|