mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Add active color
This commit is contained in:
@@ -1,29 +1,34 @@
|
|||||||
.sidenav-container {
|
.sidenav-container {
|
||||||
height: calc(100% - 64px);
|
height: calc(100% - 64px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenav {
|
.sidenav {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenav .mat-toolbar {
|
.sidenav .mat-toolbar {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-toolbar.mat-primary {
|
.mat-toolbar.mat-primary {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-caption {
|
.nav-caption {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-icon {
|
.nav-icon {
|
||||||
color: #2f4f4f;
|
color: #2f4f4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-sub-item {
|
.nav-sub-item {
|
||||||
padding-left: 40px !important;
|
padding-left: 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active {
|
||||||
|
border-right: 4px solid #b4abc5;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user