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