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

Minor facet improvements.

parent b81f5c3f
Branches
Tags
No related merge requests found
...@@ -304,3 +304,12 @@ body.rtl { ...@@ -304,3 +304,12 @@ body.rtl {
font-size: inherit; font-size: inherit;
font-style: italic; font-style: italic;
} }
/* ------ TOP FACETS ------ */
@media (min-width: 768px) {
.top-title .fa { display: none; }
.top-facets .collapse {
display: block;
height: auto !important;
}
}
.facet-group { .facet-group {
display: block; display: block;
margin-bottom: 1rem; margin-bottom: 1rem;
padding-left: 0;
.facet, .facet,
.title { .title {
...@@ -89,7 +90,6 @@ ...@@ -89,7 +90,6 @@
.active-filters .facet, .active-filters .facet,
.facet-group .active { .facet-group .active {
padding-right: .65rem;
background-color: @brand-primary; background-color: @brand-primary;
color: #fff; 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