15 lines
209 B
SCSS
15 lines
209 B
SCSS
.Loading {
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
&.interactive {
|
|
cursor: var(--custom-cursor, pointer);
|
|
}
|
|
|
|
.Spinner {
|
|
--spinner-size: 2.75rem;
|
|
}
|
|
}
|