LANCommander/LANCommander.Server/Styles/_layout.scss
2024-10-22 19:54:38 -05:00

15 lines
No EOL
272 B
SCSS

.ant-layout-has-sider > .ant-flex {
flex-grow: 1;
}
.site-layout-background {
background: #141414;
padding-bottom: 24px;
& > .ant-table-wrapper {
.ant-table-pagination {
margin: 24px;
margin-bottom: 0;
}
}
}