Commit a5c00e297a74e807524835be52c038d2386b9f75
1 parent
7a8434b1
Exists in
master
and in
5 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,7 +13,7 @@ | ||
13 | &:last-child | 13 | &:last-child |
14 | margin: 0 | 14 | margin: 0 |
15 | .title | 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 | border-color: #696778 | 17 | border-color: #696778 |
18 | border-radius: 5px 5px 0 0 | 18 | border-radius: 5px 5px 0 0 |
19 | color: #696778 | 19 | color: #696778 |
2.05 KB