mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-01 09:35:40 -05:00
30 lines
330 B
SCSS
30 lines
330 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;
|
|
}
|
|
|
|
.nav-caption {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.nav-icon {
|
|
color: #2f4f4f;
|
|
}
|
|
|
|
.nav-sub-item {
|
|
padding-left: 40px !important;
|
|
}
|