Skip to content

Commit

Permalink
Add dropdown filters less file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 8, 2022
1 parent 1df511a commit e74c2d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
div#page-document .searchlib-block {
.dropdown-facets-list {
.horizontal-dropdown-facets {
display: flex;
gap: 1em;
}

.sidebar-content {
height: 100%;
background-color: white;
padding: 1em;
}
}
}
1 change: 1 addition & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
@import '~./searchview.less';
@import '~./paging.less';
@import '~./landingpage.less';
@import '~./dropdown-filterlist.less';

0 comments on commit e74c2d5

Please sign in to comment.