Skip to content

Commit

Permalink
Refs #140518 - Fix Show filters btn styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 1, 2021
1 parent 7bc97cd commit 1cf7d8b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,17 @@ div#page-document {
padding-left: 0px;
margin-top: 3em;

button.show-filters {
position: relative;
top: 9px;
margin-left: 0px;
background: @sf-light-gray !important;
border-radius: 2px;
color: @sf-azure !important;
float: left;
font-size: 12px;
}

div.scrolled {
div.stuck-container {
div.cards {
Expand Down Expand Up @@ -453,17 +464,6 @@ div#page-document {
min-height: 50px;
background: white;

button.show-filters {
position: relative;
top: 9px;
margin-left: 0px;
background: @sf-light-gray !important;
border-radius: 2px;
color: @sf-azure !important;
float: left;
font-size: 12px;
}

div.filter-list {
padding-right: 0px;
padding-left: 0px;
Expand Down

0 comments on commit 1cf7d8b

Please sign in to comment.