24 lines
266 B
SCSS
24 lines
266 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|
|
|
|
mat-paginator {
|
|
margin-top: auto;
|
|
}
|
|
|
|
mat-form-field {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#upper-bar {
|
|
display: flex;
|
|
}
|
|
|
|
button[mat-icon-button] {
|
|
margin-left: 4pt;
|
|
margin-right: 4pt;
|
|
margin-top: 4pt;
|
|
}
|