mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-06 09:30:37 +02:00
23 lines
379 B
SCSS
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;
|
|
}
|
|
}
|