Skip to content

Commit

Permalink
NBNP-397 Facets visual makeover
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Aug 8, 2023
1 parent 4edda7d commit 47fa4ff
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions custom/themes/newspapers_lib_unb_ca/src/scss/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
ul {
display: flex;
flex-direction: column;
margin-bottom: 0;
padding-left: .35rem;
}

.facet-item {
align-items: flex-start;
display: flex;
flex-wrap: nowrap;
font-size: initial;
margin-bottom: .65rem;

input[type="checkbox"],
Expand All @@ -29,13 +32,18 @@

.facet-item__count {
color: $gray-600;
font-size: .85rem;
letter-spacing: 1px;
}
}

input[type="checkbox"] {
margin-right: .35rem;
transform: scale(1.25);
margin-right: 0.5rem;
margin-top: 0.1rem;
transform: scale(1.33);

&:focus-visible {
outline-color: #0075ff;
}
}
}
}
Expand Down

0 comments on commit 47fa4ff

Please sign in to comment.