Skip to content

Commit

Permalink
Refs #141282 - Add logo in search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 9, 2021
1 parent 111a159 commit 3112b58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ div#page-document {
border-bottom: none;

div.header-columns {
div.col-left {
text-align: right;
}

div.col-mid {
padding-left: 40px;
}
Expand Down Expand Up @@ -131,14 +135,14 @@ div#page-document {
div.content-section-tabs.menu {
overflow: hidden;
// padding: 0em 20%;
margin: 0;
width: 100%;
max-width: 100%;
border: none;
border-bottom: 1px solid @sf-light-gray2;
border-top: none;
border-right: none;
border-bottom: 1px solid @sf-light-gray2;
border-left: none;
margin: 0;
margin-bottom: 0px;
border-radius: 0px;
box-shadow: none;
Expand Down

0 comments on commit 3112b58

Please sign in to comment.