Skip to content

Commit

Permalink
Refs #139198 - Quick 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 66ff509 commit 0b3c0a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ div#page-document {
}

div.searchapp {
background-color: @s-medium-gray;
background-color: white;

div.sui-layout-header {
border-bottom: none;
Expand Down Expand Up @@ -99,7 +99,8 @@ div#page-document {
}

h1 {
margin-bottom: 0px;
font-weight: 700;
text-align: center;
}

div.mlt-card {
Expand All @@ -116,6 +117,8 @@ div#page-document {

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

div.search-input {
flex-wrap: wrap;
Expand Down Expand Up @@ -144,6 +147,10 @@ div#page-document {
div#archived-facet {
label {
color: @s-dark-gray !important;

:after {
background: @s-medium-gray;
}
}
}
}
Expand Down

0 comments on commit 0b3c0a5

Please sign in to comment.