Commit cafee3406547b0abe1cc02daac36241a20e346c1
1 parent
c4ab5896
Exists in
master
and in
4 other branches
include more categories style on track card
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
_tracks.sass
... | ... | @@ -76,7 +76,7 @@ |
76 | 76 | background: #FA9E00 |
77 | 77 | .read_more a |
78 | 78 | background: transparent url('images/home/read-more-cult.png') no-repeat center center |
79 | - &.category_energia | |
79 | + &.category_aguas | |
80 | 80 | background: #F7FAE7 |
81 | 81 | border-color: #DDE5BF |
82 | 82 | .track_content |
... | ... | @@ -88,7 +88,7 @@ |
88 | 88 | background: #9DB329 |
89 | 89 | .read_more a |
90 | 90 | background: transparent url('images/home/read-more-env.png') no-repeat center center |
91 | - &.category_ciencia | |
91 | + &.category_ciencia-e-tecnologia | |
92 | 92 | background: #F4FBFB |
93 | 93 | border-color: #0D3E6A |
94 | 94 | .track_content | ... | ... |