Skip to content

Commit

Permalink
WIP on adding filters
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 7, 2022
1 parent fba1e2b commit 2796c31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}

.answers__links {
margin-top: 0.8rem;
// margin-top: 0.8rem;
font-size: small;

.primary a {
Expand Down
8 changes: 8 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1869,4 +1869,12 @@ p.demo-question {
}
}

.secondary-facets {
display: flex;

& > div {
margin-right: 1em;
}
}

@import '~./answersbox.less';

0 comments on commit 2796c31

Please sign in to comment.