Skip to content

Commit

Permalink
Refs #139198 - Improve styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent dfe910d commit e02ee71
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ a.centered.fluid.image.img-thumbnail {
color: @s-medium-gray2 !important;
}

.sui-search-box #exact-phrases-facet label {
padding-left: 3rem !important;
color: black !important;
}

div#page-document {
h1.documentFirstHeading {
display: none;
Expand Down Expand Up @@ -240,6 +235,13 @@ div#page-document {
padding-top: 10px;
margin: 2em auto 1em auto;

div.extra-facets {
div#exact-phrases-facet label {
padding-left: 3rem !important;
color: black !important;
}
}

div.search-input {
flex-wrap: wrap;
border-radius: 0;
Expand Down

0 comments on commit e02ee71

Please sign in to comment.