Skip to content

Commit

Permalink
Refs #140559 - Search box extra facets styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 25, 2021
1 parent e053301 commit 130b43f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ div#page-document {
}

div.extra-facets {
position: absolute;
z-index: 10;
width: calc(100% - 42px);
max-width: 558px;
padding: 10px;
margin-top: 4px;
background: @sf-light-gray2;

div#exact-phrases-facet label {
padding-left: 3rem !important;
color: black !important;
Expand Down Expand Up @@ -362,7 +370,6 @@ div#page-document {
}
}
}

}

div.boolean-facet {
Expand Down

0 comments on commit 130b43f

Please sign in to comment.