Skip to content

Commit

Permalink
Better paddings for current filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 22, 2021
1 parent 64a9547 commit 93e6d1d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ div#page-document {
div.filter-list {
background-color: @s-medium-gray;

div.filter-list-header {
padding-right: 0.5rem;
padding-left: 0.5rem;
}

div.filter-list-content {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
}
Expand Down

0 comments on commit 93e6d1d

Please sign in to comment.