mapillary-js/styles/BearingComponent.css
2016-07-18 14:47:35 -04:00

11 lines
207 B
CSS

.BearingIndicator {
position: absolute;
bottom: 28px;
right: 10px;
width: 28px;
height: 28px;
background: url(./pano-indicator.svg);
background-size: contain;
opacity: 0.5;
}