Skip to content

Commit

Permalink
Refs #140518 - Improve header in modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent 21b035a commit f19a7bb
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 @@ -843,14 +843,20 @@ div.ui.modal.facet {
justify-content: space-between;

input.multitermlist__search__text-input {
width: calc(100% - 35px);
margin-bottom: 0.3em;
border: 1px solid @sf-medium-gray;
margin-right: 1em;
margin-bottom: 0.2em;

&:focus-visible {
outline: none;
}
}

div.order-controls {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 0.2em;
margin-left: auto;

span.label {
Expand Down Expand Up @@ -924,6 +930,7 @@ div.ui.modal.facet {
background-color: @sf-azure !important;
box-shadow: 0px 0px 0px 2px @sf-azure !important;
}

&:after {
left: 1.3rem !important;
}
Expand Down

0 comments on commit f19a7bb

Please sign in to comment.