Commit a5c00e297a74e807524835be52c038d2386b9f75
1 parent
7a8434b1
Exists in
master
and in
4 other branches
add icon on generic card
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
_tracks.sass
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | &:last-child |
14 | 14 | margin: 0 |
15 | 15 | .title |
16 | - background: #FFF url('images/home/icon-tec.png') no-repeat 15px center !important | |
16 | + background: #FFF url('images/home/icon-generic.png') no-repeat 15px center !important | |
17 | 17 | border-color: #696778 |
18 | 18 | border-radius: 5px 5px 0 0 |
19 | 19 | color: #696778 | ... | ... |
2.05 KB