Skip to content

Commit

Permalink
Active filters styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 7, 2022
1 parent 271686d commit 5d4cb0e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
> span {
z-index: 99999 !important;
box-shadow: 0 5px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.25);
color: @green-5;
font-weight: 700;
}

.menu {
Expand Down Expand Up @@ -91,14 +93,21 @@
}

.clear-filters {
padding: 0.5em;
padding: 0;
margin: 0 !important;
background-color: transparent;
color: @blue-5;
float: right;
font-size: 14px;
font-weight: 500;
}

.clear-btn {
padding-bottom: 0.5em;
margin: 0 !important;
color: @blue-5 !important;
}

.sui-facet-search__text-input {
font-size: 14px;
}
Expand All @@ -109,6 +118,8 @@
}

.sui-multi-checkbox-facet__option-count {
display: flex;
align-items: center;
margin: 0;
margin-left: 0.5em;
color: @blue-grey-5;
Expand Down Expand Up @@ -315,13 +326,13 @@
}

.clear-filters {
margin-left: 10px !important;
margin-left: 5px !important;
}

.header {
border: none;
color: @deepBlue;
font-size: 16px;
font-size: 14px;
font-weight: 400;
}

Expand Down

0 comments on commit 5d4cb0e

Please sign in to comment.