mapillary-js/styles/DirectionsUI.css
2016-01-22 15:38:29 +01:00

29 lines
497 B
CSS

.Directions {
display: block;
position: absolute;
width: 165px;
height: 165px;
bottom: -10px;
left: 50%;
margin-left: -82px;
pointer-events: none;
}
.DirectionsArrow {
position: absolute;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
width: 54px;
height: 54px;
background: url(./arrow-up.svg);
background-size: contain;
pointer-events: all;
}
.DirectionsArrow:hover {
cursor: pointer;
cursor: hand;
}