Commit 143418f81801e42938368e6c50ee72d7205d2096
Exists in
master
and in
8 other branches
Merge branch 'master' of https://gitlab.com/participa/proposal-app
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
images/icons/reducao-da-pobreza-contrast.png
images/icons/reducao-da-pobreza.png
sass/_proposal_categories.scss
... | ... | @@ -149,7 +149,7 @@ |
149 | 149 | |
150 | 150 | .category-#{$category} { |
151 | 151 | background-color: $color; |
152 | - background-image: url(./images/icons/#{$category}.png?1); | |
152 | + background-image: url(./images/icons/#{$category}.png?3); | |
153 | 153 | background-repeat: no-repeat; |
154 | 154 | background-size: 22px; |
155 | 155 | background-position-y: center; | ... | ... |