Skip to content
Snippets Groups Projects
Commit 9b2a383c authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Minor facet improvements.

parent b81f5c3f
No related merge requests found
......@@ -304,3 +304,12 @@ body.rtl {
font-size: inherit;
font-style: italic;
}
/* ------ TOP FACETS ------ */
@media (min-width: 768px) {
.top-title .fa { display: none; }
.top-facets .collapse {
display: block;
height: auto !important;
}
}
.facet-group {
display: block;
margin-bottom: 1rem;
padding-left: 0;
.facet,
.title {
......@@ -89,7 +90,6 @@
.active-filters .facet,
.facet-group .active {
padding-right: .65rem;
background-color: @brand-primary;
color: #fff;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment