mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
22 lines
251 B
SCSS
22 lines
251 B
SCSS
.sidenav-container {
|
|
height: calc(100% - 64px);
|
|
}
|
|
|
|
.sidenav {
|
|
width: 200px;
|
|
}
|
|
|
|
.sidenav .mat-toolbar {
|
|
background: inherit;
|
|
}
|
|
|
|
.mat-toolbar.mat-primary {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mat-sidenav-content {
|
|
padding: 20px;
|
|
}
|