26 lines
286 B
CSS
26 lines
286 B
CSS
|
.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;
|
||
|
}
|