authentication
This commit is contained in:
24
client/src/app/core/layout/layout.component.scss
Normal file
24
client/src/app/core/layout/layout.component.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user