mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-27 01:25:38 -05:00
Start to reorganize
This commit is contained in:
21
Display/src/app/components/nav/nav.component.scss
Normal file
21
Display/src/app/components/nav/nav.component.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user