Skip to content

Commit

Permalink
Improve sidebar filters
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 25, 2022
1 parent 0445b00 commit 92cb9ae
Showing 1 changed file with 33 additions and 22 deletions.
55 changes: 33 additions & 22 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,50 @@
}

.ui.right.sidebar {
background-color: white;
box-shadow: 0 0 20px rgba(175, 175, 175, 0.8) !important;
}

.sidebar-content {
.sidebar-wrapper {
height: 100%;
padding: 1em;
background-color: white;
display: flex;
flex-direction: column;

.ui.card.term .header {
border: none;
color: #3d5265;
font-size: 16px;
font-weight: 400;
.sidebar-footer {
margin-top: 1em;
}

.ui.card.term span.count {
color: #3d5265;
font-weight: 400;
}
.sidebar-content {
background-color: white;
overflow: auto;

.ui.card.term:hover {
background: #fff !important;
box-shadow: none;
}
.ui.card.term .header {
border: none;
color: #3d5265;
font-size: 16px;
font-weight: 400;
}

.ui.card.term.active .header,
.ui.card.term.active span.count {
color: #004b7f;
font-weight: 700;
}
.ui.card.term span.count {
color: #3d5265;
font-weight: 400;
}

.ui.card.term:hover {
background: #fff !important;
box-shadow: none;
}

.ui.accordion .title i:before {
font-size: 2rem;
.ui.card.term.active .header,
.ui.card.term.active span.count {
color: #004b7f;
font-weight: 700;
}

.ui.accordion .title i:before {
font-size: 2rem;
}
}
}

Expand Down

0 comments on commit 92cb9ae

Please sign in to comment.