2024-12-10 20:08:38 +03:00

10 lines
159 B
CSS

.root__loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}