mapillary-js/styles/LoadingComponent.css
Oscar Lorentzon cdad0fb150 feat: restyle loading component
White loading bar with black bottom border.
2018-05-28 10:01:30 +00:00

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;
}