mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
15 lines
237 B
CSS
15 lines
237 B
CSS
.Loading {
|
|
width: 100%;
|
|
height: 2px;
|
|
z-index: 100;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.LoadingBar {
|
|
height: 4px;
|
|
position: relative;
|
|
background-color: rgba(53, 175, 109, 0.8);
|
|
transition: opacity 100ms;
|
|
}
|