filter and multiselect dialog fix

main
Said Gedik 2024-08-06 18:34:30 +02:00
parent 931efc4f8e
commit 8f906885e2
2 changed files with 7 additions and 17 deletions

View File

@ -1,5 +1,4 @@
.container { .container {
width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
@ -10,8 +9,8 @@
} }
.filterBox { .filterBox {
width: 90%;
align-self: center; align-self: center;
padding: 30px;
} }
.buttonBox { .buttonBox {
@ -23,10 +22,10 @@
.dot-badge { .dot-badge {
background-color: #00a79d; background-color: #00a79d;
color: #00a79d; color: #00a79d;
width: 10px; margin-left: 2px;
/* Breite des Punkts */ margin-bottom: 2px;
height: 10px; padding: 4px;
/* Höhe des Punkts */
border-radius: 50%; border-radius: 50%;
/* Rundung des Punkts */ /* Rundung des Punkts */
} }

View File

@ -6,11 +6,6 @@
min-height: 3em; min-height: 3em;
} }
.custom-form-field {
height: 56px;
align-items: center;
}
.custom-form-field .form-field-container { .custom-form-field .form-field-container {
display: flex; display: flex;
align-items: center; align-items: center;
@ -18,10 +13,6 @@
} }
.custom-form-field input[matInput] { .custom-form-field input[matInput] {
flex: 1;
margin-left: 8px;
}
.custom-form-field mat-checkbox { line-height: 1;
margin-right: 8px;
} }