web-remote/src/app/app.component.scss

37 lines
505 B
SCSS

mat-sidenav {
background: white;
}
mat-sidenav-container {
min-height: 100vh;
}
mat-slide-toggle {
margin-top: 0.8rem;
margin-left: 1rem;
font-size: 80%;
}
.fast-access {
display: flex;
justify-content: space-around;
}
.footer {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
/*
* Make the Component injected by Router Outlet full height:
*/
main {
display: flex;
flex-direction: column;
> *:not(router-outlet) {
flex: 1;
display: block;
}
}