Skip to content

Commit

Permalink
Refs #140518 - Clean code - search-terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 19, 2021
1 parent 64a6d81 commit cfae251
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -432,34 +432,6 @@ div#page-document {
}
}

div.search-terms {
display: flex;
max-width: 600px;
flex-grow: 2;
flex-wrap: wrap;
// padding: 3px 40px 0px 40px;

div.search-phrase {
display: flex;
width: fit-content;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-color: @s-light-gray;

i.trash {
position: relative;
top: 2px;
margin-right: 0px;
margin-left: 10px;
}
}

.ui.label:first-child {
margin-left: 3px;
}
}

div.search-input {
max-width: 600px;
flex-wrap: wrap;
Expand Down

0 comments on commit cfae251

Please sign in to comment.