Skip to content

Commit

Permalink
Merge pull request #16 from UCBoulder/facets-843
Browse files Browse the repository at this point in the history
Facets 843
  • Loading branch information
protitude authored Feb 17, 2025
2 parents 675df82 + b5ebe4f commit bcbabb7
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions components/03-organisms/site/sidebar/_left-sidebar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.path-tutorial,
.path-services {

.sidebar-left {
margin-top: 6.5em;
padding-right: 1.5em;

.bef-toggle--select-all {
display: block;
margin-bottom: .5em;
}

.form-item {
display: flex;
align-items: baseline;
margin-left: 0;
}

.form-checkbox {
margin-right: .5em;
}
}

fieldset {
margin-bottom: 1em;
}

legend {
color: $gray-dark;
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.6rem;
line-height: 1.4;
margin: 0 0 0.5em;
width: auto;
padding: 0;
border-bottom: 1px solid #e5e5e5;
}

label {
font-weight: normal;
padding: 0;
margin: 0;
}

.form-item {
margin-bottom: .5em;
}

}

0 comments on commit bcbabb7

Please sign in to comment.