22 lines
313 B
SCSS
22 lines
313 B
SCSS
mat-radio-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.filter-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
mat-form-field {
|
|
height: 100%;
|
|
}
|
|
|
|
.status-filters {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
}
|