argos/dmp-frontend/src/app/ui/admin/user/listing/filters/user-listing-filters.compon...

30 lines
402 B
SCSS
Raw Normal View History

2023-11-28 14:15:16 +01:00
.user-listing-filters {
}
::ng-deep.mat-mdc-menu-panel {
max-width: 100% !important;
height: 100% !important;
}
:host::ng-deep.mat-mdc-menu-content:not(:empty) {
padding-top: 0 !important;
}
.filter-button{
padding-top: .6rem;
padding-bottom: .6rem;
// .mat-icon{
// font-size: 1.5em;
// width: 1.2em;
// height: 1.2em;
// }
}
2024-04-15 12:01:58 +02:00
::ng-deep .mdc-form-field {
label {
margin: 0;
}
}