app.component.scss
337 Bytes
#top-container {
width: 100%;
display: flex;
min-height: 100%;
}
#left-menu {
}
#contentarea {
flex-grow: 1;
display: flex;
flex-direction: column;
}
#topbar {
margin-bottom: 30px;
}
#content {
display: flex;
flex-direction: row;
background-color: white;
margin-left: 30px;
padding: 20px;
flex-grow: 1;
}