Hugo Lextrait 0da2fa8ce1 🎨 correctifs LA
2023-05-10 18:17:50 +02:00

22 lines
318 B
SCSS

@import "@Themes/constants.scss";
.root {
min-height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
.header {
flex: 1;
}
.searchbar {
padding: 40px 24px 24px 24px;
}
.folderlist-container {
height: 100%;
border-right: 1px solid var(--grey-medium);
}
}