mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
fix css scope for search filter
This commit is contained in:
parent
97f888d49c
commit
4f64ebb3ef
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user