Skip to content

Commit c48b2f6

Browse files
committed
Fix bug where custom img icons don't appear in catalog cards
1 parent 7fdc29a commit c48b2f6

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)