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 188a59c commit 5924fc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,21 @@ button.download-btn {
font-size: 10px !important;
}

// TODO add a custom class for facet modals
div.ui.modal {
background: @sf-light-gray;

button {
background: white;
color: @sf-dark-gray;
padding: 15px 10px 15px 10px;
margin: 5px;
border-radius: 2px;
font-size: 12px;
border: 1px solid @sf-medium-gray;
}
}

@media only screen and (max-width: 1279px) {
.search {
position: initial !important;
Expand Down

0 comments on commit 5924fc6

Please sign in to comment.