|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
11444 |
nelberth |
1 |
@use '../shared/variables.scss';
|
|
|
2 |
|
|
|
3 |
.spinner-container {
|
|
|
4 |
display: flex;
|
|
|
5 |
justify-content: center;
|
|
|
6 |
align-items: center;
|
|
|
7 |
position: absolute;
|
|
|
8 |
top: 0;
|
|
|
9 |
left: 0;
|
|
|
10 |
width: 100%;
|
|
|
11 |
height: 100%;
|
|
|
12 |
background-color: variables.$white-backdrop;
|
|
|
13 |
}
|