Skip to content

Commit

Permalink
Refs #139198 - WIP styles for facet modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 7, 2021
1 parent f37c991 commit 1df43fd
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@sf-medium-gray: #cccccc;
@sf-medium-gray2: #606060;
@sf-dark-gray: #303030;
@sf-medium-blue: #1C6CA4;
@sf-medium-blue: #1c6ca4;

.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
Expand Down Expand Up @@ -448,8 +448,8 @@ div.ui.modal {
}

button.term {
padding: 15px 10px 15px 10px;
border: 1px solid @sf-medium-gray;
padding: 12px 10px 12px 10px;
border: 1px solid @sf-light-gray2;
margin: 5px;
background: white;
border-radius: 2px;
Expand Down Expand Up @@ -485,6 +485,17 @@ div.ui.modal {
background: @sf-light-gray;
}
}

div.actions {
border: none;
text-align: left;

button {
padding: 12px 10px 12px 10px;
border-radius: 2px;
font-size: 12px;
}
}
}

@media only screen and (max-width: 1279px) {
Expand Down

0 comments on commit 1df43fd

Please sign in to comment.