SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS LAYOUTS/EmptyLayout.scss

10 lines
166 B
SCSS

.empty-layout {
.ant-layout-content {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
flex-direction: column;
}
}