digitransit-ui/app/component/visual/overlay-with-spinner.scss
2024-01-15 16:10:19 +02:00

23 lines
379 B
SCSS

div.overlay-with-spinner {
background-color: rgba(255, 255, 255, 0.6);
z-index: 2001;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
justify-content: center;
display: flex;
flex-direction: column;
div {
display: flex;
height: 68px;
justify-content: center;
margin-bottom: 20px;
}
span {
text-align: center;
}
}