mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix css scope for search filter
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user