10 lines
166 B
SCSS
10 lines
166 B
SCSS
.empty-layout {
|
|
.ant-layout-content {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
}
|