mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
9 lines
149 B
CSS
9 lines
149 B
CSS
.Loading {
|
|
background-color: lime;
|
|
width: 100%;
|
|
height: 2px;
|
|
z-index: 1000;
|
|
position: absolute;
|
|
transition: opacity 200ms;
|
|
}
|