right-tree/frontend/src/assets/styles/step.scss

28 lines
519 B
SCSS
Raw Normal View History

.step-container {
flex-grow: 1;
overflow: auto;
}
.step-overlay {
background-color: #191919c2;
min-height: 100%;
padding-left: 3vw;
padding-right: 3vw;
display: flex;
flex-direction: column;
}
.step-overlay .row {
flex-grow: 1;
}
2021-11-02 15:47:01 +13:00
// This is not ideal - it adjusts margin that bootstrap overrides from MUI
.MuiTablePagination-toolbar {
.MuiTablePagination-displayedRows {
margin-top: 1rem;
}
.MuiTablePagination-selectLabel {
margin-top: 1rem;
}
}