Files
NextChat/app/components/Loading/index.module.scss
2024-04-16 14:07:51 +08:00

8 lines
158 B
SCSS

.loading-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}