feature(icons) add upload icon

This commit is contained in:
coderaiser 2014-09-30 11:02:32 -04:00
parent b43c07c56a
commit 5e917b65ff
6 changed files with 24 additions and 0 deletions

View file

@ -117,3 +117,8 @@
font-family : 'Fontello';
content : '\e818 ';
}
.icon-upload::before {
font-family : 'Fontello';
content : '\e819 ';
}