Files
ontime/apps/client/src/common/components/view-params-editor/ViewParamsEditor.module.scss
T
2025-02-17 14:45:23 +01:00

23 lines
295 B
SCSS

.drawerFooter {
display: flex;
justify-content: end;
gap: $section-spacing;
button {
padding: 0 2em;
}
}
.sectionList {
display: flex;
flex-direction: column;
min-height: 100%;
gap: 2rem;
overflow-y: scroll;
padding-right: 0.5rem;
}
.info {
margin-bottom: 1rem;
}