feature(css) icons: add menu icons

This commit is contained in:
coderaiser 2013-12-25 16:32:48 +00:00
parent 9cb4c28840
commit 9e8e8c5a2a
6 changed files with 151 additions and 79 deletions

View file

@ -62,3 +62,33 @@
font-family : 'Fontello';
content : '\e80d ';
}
.icon-upload-to::before {
font-family : 'Fontello';
content : '\e80e ';
}
.icon-from-cloud::before {
font-family : 'Fontello';
content : '\e80f ';
}
.icon-download::before {
font-family : 'Fontello';
content : '\e810 ';
}
.icon-new::before {
font-family : 'Fontello';
content : '\e811 ';
}
.icon-unselect-all::before {
font-family : 'Fontello';
content : '\e812 ';
}
.icon-zip-file::before {
font-family : 'Fontello';
content : '\e813 ';
}