mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
23 lines
295 B
SCSS
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;
|
|
}
|