mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(css) icons: add menu icons
This commit is contained in:
parent
9cb4c28840
commit
9e8e8c5a2a
6 changed files with 151 additions and 79 deletions
|
|
@ -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 ';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue