SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS LAYOUTS/EmptyLayout.scss
2025-08-07 20:28:59 -04:00

10 lines
166 B
SCSS

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