argos/dmp-frontend/src/app/ui/admin/tenant/listing/filters/tenant-listing-filters.comp...

30 lines
423 B
SCSS
Raw Normal View History

2023-11-22 17:01:58 +01:00
.description-template-type-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;
}
}