fix css scope for search filter

This commit is contained in:
Denys Vuika
2018-05-10 20:04:35 +01:00
parent 97f888d49c
commit 4f64ebb3ef
@@ -1,24 +1,28 @@
.checklist { .adf-search-filter {
display: flex;
flex-direction: column;
.mat-checkbox { .checklist {
margin: 5px; display: flex;
flex-direction: column;
.mat-checkbox {
margin: 5px;
}
} }
}
.facet-result-filter { .facet-result-filter {
width: 100%;
input > {
width: 100%; width: 100%;
}
}
.facet-buttons { input > {
text-align: right; width: 100%;
}
.mat-button {
text-transform: uppercase;
} }
.facet-buttons {
text-align: right;
.mat-button {
text-transform: uppercase;
}
}
} }