Skip to content

Commit

Permalink
Refs #140559 - Styles for search header.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 18, 2021
1 parent 16aa4ea commit 4ec2040
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,27 @@ div#page-document {
div.searchapp {
background-color: white;

div > div.ui.container {
padding-left: 0px !important;
}

div.sui-layout-header {
padding-left: 0px !important;
border-bottom: none;

h2 {
margin-bottom: 0px !important;
font-size: 200%;
font-weight: 700;
text-align: center;
text-align: left;
}

h3 {
margin-top: 5px;
color: @sf-medium-gray2;
font-size: 12px;
font-weight: 400;
text-align: center;
text-align: left;
}
}

Expand Down Expand Up @@ -251,7 +256,7 @@ div#page-document {
div.sui-search-box {
width: 60%;
padding-top: 10px;
margin: 2em auto 1em auto;
margin: 2em 0 1em 0;

div.sui-search-box__autocomplete-container {
position: absolute;
Expand Down

0 comments on commit 4ec2040

Please sign in to comment.