ChatGPT-Next-Web/app/components/Loading/index.module.scss

8 lines
158 B
SCSS

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