Skip to content

Commit

Permalink
Style fixes in search facets
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Apr 12, 2024
1 parent fb66edb commit 35777e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions freesound/static/bw-frontend/styles/modifiers/spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
margin-bottom: nth($spacing-values-list, $i);
}

.v-spacing-negative-#{$i} {
margin-bottom: -#{nth($spacing-values-list, $i)};
}

.v-spacing-top-#{$i} {
margin-top: nth($spacing-values-list, $i);
}
Expand Down
7 changes: 0 additions & 7 deletions freesound/static/bw-frontend/styles/pages/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@

.bw-search__filter-section {

margin-left: $small-spacing;
margin-right: $small-spacing;

@include md-and-above {
margin-right: 0px;
}

padding-top: $tiny-spacing;
padding-bottom: $small-spacing;

Expand Down

0 comments on commit 35777e2

Please sign in to comment.