Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 28, 2021
1 parent cefcccc commit cc843b9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ div#page-document {

div.content-section-tabs.menu {
overflow: hidden;
padding: 0em 20%;
width: 100%;
max-width: 100%;
border-top: none;
Expand Down Expand Up @@ -317,8 +318,9 @@ div#page-document {
div.search-terms {
display: flex;
max-width: 600px;
flex-grow: 2;
flex-wrap: wrap;
padding: 3px 40px 0px 40px;
// padding: 3px 40px 0px 40px;

div.search-phrase {
display: flex;
Expand Down Expand Up @@ -348,10 +350,15 @@ div#page-document {
border: none;

div.terms-box {
width: calc(100% - 90px);
display: flex;
width: calc(95%);
padding: 10px;
border: 1px solid @sf-medium-gray;

.terms-box-left {
flex-grow: 0;
}

input {
width: calc(100% - 55px);
border: none;
Expand Down Expand Up @@ -999,7 +1006,7 @@ div.ui.modal.facet {
}

.answers-list {
margin-top: 3em;
// margin-top: 3em;

.answers__loading {
margin-bottom: 2em !important;
Expand Down

0 comments on commit cc843b9

Please sign in to comment.