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

View File

@ -1,24 +1,28 @@
.checklist {
display: flex;
flex-direction: column;
.adf-search-filter {
.mat-checkbox {
margin: 5px;
.checklist {
display: flex;
flex-direction: column;
.mat-checkbox {
margin: 5px;
}
}
}
.facet-result-filter {
width: 100%;
input > {
.facet-result-filter {
width: 100%;
}
}
.facet-buttons {
text-align: right;
.mat-button {
text-transform: uppercase;
input > {
width: 100%;
}
}
.facet-buttons {
text-align: right;
.mat-button {
text-transform: uppercase;
}
}
}