Commit c8e09e47b3b2869f17942b51fdf7dc74eb56a7a9
1 parent
938eb7b3
Exists in
master
and in
11 other branches
Ticket #18: Fixing icon size
Showing
5 changed files
with
1 additions
and
1 deletions
Show diff stats
images/icons/educacao.png
images/icons/reducao-da-pobreza.png
images/icons/saude.png
images/icons/seguranca.png
sass/_proposal_categories.scss
... | ... | @@ -130,7 +130,7 @@ |
130 | 130 | background-color: $color; |
131 | 131 | } |
132 | 132 | #proposal-category-#{$category} a { |
133 | - background-image: url(./images/icons/#{$category}.png?2); | |
133 | + background-image: url(./images/icons/#{$category}.png?3); | |
134 | 134 | background-color: $color; |
135 | 135 | border-color: $color; |
136 | 136 | } | ... | ... |