app.component.scss
446 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;
display: flex;
justify-content: space-between;
align-items: center;
}
#content {
display: flex;
flex-direction: row;
background-color: white;
margin-left: 30px;
padding: 20px;
flex-grow: 1;
}
#loginlocale {
display: flex;
}