mapillary-js/styles/RouteComponent.css
2016-02-09 17:36:44 -08:00

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);
}