Skip to content

Commit

Permalink
Put the facet heading padding in a variable
Browse files Browse the repository at this point in the history
This makes it easier to customize
  • Loading branch information
jcoyne committed Dec 17, 2024
1 parent 6a5f890 commit ee7304a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--bl-facet-remove-hover-color: var(--bs-danger);
--bl-facet-label-indent: -15px;
--bl-facet-label-padding-left: 15px;
--bl-facet-header-padding-y: 0.5rem;

.facet-toggle-button {
[data-hide-label] {
Expand Down Expand Up @@ -52,8 +53,7 @@
.facets-header {
display: flex;
justify-content: space-between;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
padding-block: var(--bl-facet-header-padding-y);
}

.facets-heading {
Expand Down

0 comments on commit ee7304a

Please sign in to comment.