Skip to content

Commit dfd3293

Browse files
Merge pull request #2432 from rhamilto/catalog-icon-fix
Automatic merge from submit-queue. Fix bug where custom img icons don't appear in catalog cards Introduced with #2208 ![screen shot 2017-11-01 at 4 49 26 pm](https://user-images.githubusercontent.com/895728/32297259-fe6cad74-bf24-11e7-9e96-e157228b4798.PNG)
2 parents b97dd63 + c48b2f6 commit dfd3293

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/styles/_cards.less

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
font-size: 28px;
1010
line-height: 1;
1111
margin-right: 15px;
12-
opacity: .38;
12+
img {
13+
width: 30px;
14+
}
15+
span {
16+
opacity: .38;
17+
}
1318
}
1419
}
1520

dist/styles/main.css

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)