Skip to content

Commit

Permalink
Refs #140559 - White filters bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 14, 2021
1 parent a36c274 commit ad4fd48
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -306,28 +306,31 @@ div#page-document {
div.inline-filter-list {
width: 100%;
min-height: 50px;
background: @sf-light-gray;
background: white;

button.show-filters {
position: relative;
top: 9px;
margin-left: 10px;
background: white !important;
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;
margin-top: 0px;
margin-bottom: 10px;
background-color: @sf-light-gray;
background-color: white;
border-radius: 0px;

div.filter-list-header {
padding-right: 0.5rem;
padding-left: 0.5rem;
color: @sf-azure !important;
font-size: 14px;

i.dropdown.icon {
Expand All @@ -342,6 +345,7 @@ div#page-document {
padding-right: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
background-color: @sf-light-gray;

div.filter-list-item {
div.filter-name {
Expand All @@ -365,7 +369,8 @@ div#page-document {
}

.ui.divider {
border-top: 1px solid @sf-light-gray2 !important;
border-top: none !important;
margin-top: 14px;
}

div.ui.label {
Expand All @@ -374,6 +379,7 @@ div#page-document {

button.reset-filters {
color: @sf-azure !important;
font-size: 14px;

i.icon {
margin-left: 3px;
Expand Down

0 comments on commit ad4fd48

Please sign in to comment.