Merge commit '06316e17152006aa1395930ad76efb0b86d46657' as 'frontend'
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@use "@angular/material" as mat;
|
||||
@use "../../theme-colors" as theme;
|
||||
|
||||
:host {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@include mat.theme((
|
||||
color: theme.$tertiary-palette
|
||||
))
|
||||
}
|
||||
|
||||
mat-sidenav,
|
||||
mat-toolbar {
|
||||
padding: 8pt;
|
||||
}
|
||||
|
||||
mat-sidenav-container {
|
||||
flex-grow: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user