hv2-all-in-one/ui/hv2-ui/src/app/navigation/navigation.component.css

26 lines
286 B
CSS
Raw Normal View History

2021-08-02 16:52:31 +02:00
.sidenav-container {
height: 100%;
}
.sidenav {
width: 200px;
}
.sidenav .mat-toolbar {
background: inherit;
}
.mat-toolbar.mat-primary {
position: sticky;
top: 0;
z-index: 1;
}
.spacer {
flex: 1 1 auto;
}
.gittagversion {
font-size: x-small;
margin-right: 5em;
}