Skip to content

Commit

Permalink
Improve facets styles
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent 6108877 commit b7bde73
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,22 @@
// Facets
// Any sidebar
.sidebar {
.section {
border-color: $subtle-grey-01;
border-style: solid;
border-width: 1px;
}

.block.block-facets {
border: 0;
color: $dark-blue-02;
margin-bottom: 0;
padding-bottom: 20px;
padding-top: 3px;

.content {
ul {
margin-bottom: 8px;
padding-left: 12px;
}

Expand Down Expand Up @@ -159,14 +168,14 @@
}
}

h2 {
font-size: 1rem;
h3 {
font-size: 1.125rem;
}
}

&:has(.block-facets) {
@media (min-width: #{$screen-md-min}) {
padding-top: 95px;
padding-top: 26px;
}
}

Expand Down

0 comments on commit b7bde73

Please sign in to comment.