Skip to content

Commit

Permalink
Refs #139198 - Improve styles for search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 5, 2021
1 parent 53a61c1 commit 4e1b660
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ div#page-document {

div.sui-layout-header {
border-bottom: none;

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

h3 {
margin-top: 0px;
font-size: 1em;
font-weight: 400;
text-align: center;
}
}

div.sui-paging-info {
Expand Down Expand Up @@ -98,11 +111,6 @@ div#page-document {
}
}

h2 {
font-weight: 700;
text-align: center;
}

div.mlt-card {
div.col-left {
width: 100px;
Expand All @@ -116,8 +124,8 @@ div#page-document {
}

div.sui-search-box {
padding-top: 10px;
width: 60%;
padding-top: 10px;
margin: auto;

div.search-input {
Expand Down

0 comments on commit 4e1b660

Please sign in to comment.