Commit 5b33d3d2f4b00a00accd93936c9c5ab8b11d7c41
1 parent
60710b53
Exists in
master
and in
11 other branches
adicionando desenvolvimento social
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
css/style.css
... | ... | @@ -193,6 +193,14 @@ footer { |
193 | 193 | background-color: #ffb400; |
194 | 194 | } |
195 | 195 | |
196 | +#proposal-category-desenvolvimento-social a { | |
197 | + background-image: url(../images/icons/desenvolvimento.png); | |
198 | + background-color: #51d0b3; | |
199 | + border-color: #51d0b3; | |
200 | +} | |
201 | +.proposal-category-items-desenvolvimento-social { | |
202 | + background-color: #51d0b3; | |
203 | +} | |
196 | 204 | #proposal-categories-container { |
197 | 205 | display: inline; |
198 | 206 | width: auto; | ... | ... |