13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
.full-size-loading-spinner-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.loading {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|