donmahallem/TrapezeClientNg

View on GitHub
src/app/modules/sidebar/sidebar.component.scss

Summary

Maintainability
Test Coverage
:host{
    display:flex;
    justify-items: stretch;
    flex-direction: column;
    height:100%;
}
mat-list{
    flex:1 0 auto;
    overflow-y:auto;
}
.info-box{
    border-top: 1px solid grey;
    flex:0 0;
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}