authentication

This commit is contained in:
Bastian Wagner
2024-09-13 21:14:09 +02:00
parent c00aad559d
commit b4a5f04505
65 changed files with 1140 additions and 77 deletions

View File

@@ -0,0 +1,24 @@
:host {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
mat-drawer-container {
flex: 1 1 auto;
}
.example-spacer {
flex: 1 1 auto;
}
mat-drawer, mat-toolbar {
background-color: #fff;
border-radius: 0;
}
.main_sidenav{
width: 200px;
}