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