Skip to content

Commit

Permalink
Refs #139198 - Inline filter list styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 11, 2021
1 parent e1239e6 commit 89bf82a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ div#page-document {
border-right: none;
border-bottom: 1px solid @sf-light-gray2;
border-left: none;
margin-left: 10px;
margin-bottom: 0px;
border-radius: 0px;
box-shadow: none;

Expand Down Expand Up @@ -270,7 +270,7 @@ div#page-document {
div.inline-filter-list {
button.show-filters {
position: relative;
top: 8px;
top: 9px;
margin-left: 10px;
background: white !important;
border-radius: 2px;
Expand All @@ -280,9 +280,10 @@ div#page-document {
}

div.filter-list {
margin-top: 10px;
margin-top: 0px;
margin-bottom: 10px;
background-color: @s-medium-gray;
background-color: @sf-light-gray;
border-radius: 0px;

div.filter-list-header {
padding-right: 0.5rem;
Expand All @@ -295,6 +296,7 @@ div#page-document {
padding-right: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
background: @s-medium-gray;
}

.ui.inverted.accordion .title:not(.ui) {
Expand All @@ -308,7 +310,7 @@ div#page-document {
}

.ui.divider {
border-top: 1px solid #000 !important;
border-top: none !important;
}

div.ui.label {
Expand Down

0 comments on commit 89bf82a

Please sign in to comment.