Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
assets/_filters: centering filter number fixes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillippa authored and fuzzylogic2000 committed Mar 18, 2020
1 parent 48a7f85 commit 3a13784
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions civic_europe/assets/scss/components/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,8 @@
}

.number-of-filters {
position: absolute;
margin-left: 0.5*$spacer;
padding: 0.25*$spacer;
width: 25px;
height: 25px;
padding: 0.25*$spacer 0.5*$spacer;
border-radius: 50%;
background-color: $ce-brand-red;
font-size: $font-size-base;
Expand Down

0 comments on commit 3a13784

Please sign in to comment.