mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
11 lines
207 B
CSS
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;
|
|
}
|