Skip to content

Commit

Permalink
Refs #141134 - Beautify extra facets box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 27, 2021
1 parent 4140904 commit f806417
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ div#page-document {
border: 1px solid @sf-medium-gray;
border-top: none;
margin-top: 0px;
background: @sf-light-gray !important;
background: white !important;
-webkit-box-shadow: 0px 10px 13px -8px @sf-medium-gray;
box-shadow: 0px 10px 13px -8px @sf-medium-gray;

div#exact-phrases-facet label {
padding-left: 3rem !important;
Expand Down Expand Up @@ -368,8 +370,8 @@ div#page-document {
}

&.opened {
border-bottom: 1px solid @sf-light-gray;
background: @sf-light-gray !important;
border-bottom: 1px solid white !important;
background: white !important;
}
}

Expand Down

0 comments on commit f806417

Please sign in to comment.