Merge pull request #562 from lbryio/btzr/icons

Fix #543
This commit is contained in:
Jeremy Kauffman 2017-09-14 14:46:18 -04:00 committed by GitHub
commit 5e56934b6b

View file

@ -1658,3 +1658,9 @@
.icon-medium:before {
content: "\f23a";
}
.icon-address-book:before {
content: "\f2b9";
}
.icon-envelope-open:before {
content: "\f2b6";
}