Skip to content

Commit

Permalink
NBNP-131 Adjustment re: range slider height & show toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed May 7, 2024
1 parent 9ceb9c4 commit 8615320
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion custom/themes/newspapers_lib_unb_ca/src/scss/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
}

input[type="checkbox"] {
margin-left: 2px;
margin-right: 0.5rem;
margin-top: 0.2rem;
transform: scale(1.33);
transform: scale(1.32);

&:focus-visible {
outline-color: #0075ff;
Expand Down Expand Up @@ -149,3 +150,7 @@ ul.js-facets-checkbox-links + a.open::before {
}
}
}

.block-facet--range-slider {
min-height: 114px;
}

0 comments on commit 8615320

Please sign in to comment.