9 lines
130 B
SCSS
9 lines
130 B
SCSS
.loading-spinner {
|
|
display: flex;
|
|
flex: 1;
|
|
height: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 1em;
|
|
}
|