Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where custom img icons don't appear in catalog cards #2432

Merged
merged 1 commit into from
Nov 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix bug where custom img icons don't appear in catalog cards
rhamilto committed Nov 1, 2017
commit c48b2f61f4b5450834772070d2937cf3da87b91e
7 changes: 6 additions & 1 deletion app/styles/_cards.less
Original file line number Diff line number Diff line change
@@ -9,7 +9,12 @@
font-size: 28px;
line-height: 1;
margin-right: 15px;
opacity: .38;
img {
width: 30px;
}
span {
opacity: .38;
}
}
}

4 changes: 3 additions & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.