mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
18 lines
342 B
CSS
18 lines
342 B
CSS
.Loading {
|
|
width: 100%;
|
|
height: 2px;
|
|
z-index: 20;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.LoadingBar {
|
|
height: 3px;
|
|
position: relative;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
transition: opacity 100ms;
|
|
border-bottom-color: rgba(0, 0, 0, 0.5);
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
}
|