mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
140 lines
2.4 KiB
CSS
140 lines
2.4 KiB
CSS
.icon-help::before {
|
|
font-family : 'Fontello';
|
|
content : '\e801 ';
|
|
}
|
|
|
|
.icon-rename::before {
|
|
font-family : 'Fontello';
|
|
content : '\e802 ';
|
|
}
|
|
|
|
.icon-view::before {
|
|
font-family : 'Fontello';
|
|
content : '\e803 ';
|
|
}
|
|
|
|
.icon-edit::before {
|
|
font-family : 'Fontello';
|
|
content : '\e804 ';
|
|
}
|
|
|
|
.icon-copy::before {
|
|
font-family : 'Fontello';
|
|
content : '\e805 ';
|
|
}
|
|
|
|
.icon-move::before {
|
|
font-family : 'Fontello';
|
|
content : '\e806 ';
|
|
}
|
|
|
|
.icon-directory::before {
|
|
font-family : 'Fontello';
|
|
content : '\e807 ';
|
|
}
|
|
|
|
.icon-delete::before {
|
|
font-family : 'Fontello';
|
|
content : '\e808 ';
|
|
}
|
|
|
|
.icon-menu::before {
|
|
font-family : 'Fontello';
|
|
content : '\e809 ';
|
|
}
|
|
|
|
.icon-config::before {
|
|
font-family : 'Fontello';
|
|
content : '\e80a ';
|
|
}
|
|
|
|
.icon-console::before {
|
|
font-family : 'Fontello';
|
|
content : '\e80b ';
|
|
}
|
|
|
|
.icon-contact::before {
|
|
font-family : 'Fontello';
|
|
content : '\e80c ';
|
|
}
|
|
|
|
.icon-file::before, {
|
|
font-family : 'Fontello';
|
|
content : '\e80d ';
|
|
}
|
|
|
|
.icon-upload-to-cloud::before {
|
|
font-family : 'Fontello';
|
|
content : '\e80e ';
|
|
}
|
|
|
|
.icon-upload-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-pack::before {
|
|
font-family : 'Fontello';
|
|
content : '\e813 ';
|
|
}
|
|
|
|
.icon-extract::before {
|
|
font-family : 'Fontello';
|
|
content : '\e814 ';
|
|
}
|
|
|
|
.icon-copy-to-clipboard::before {
|
|
font-family : 'Fontello';
|
|
content : '\e815 ';
|
|
}
|
|
|
|
.icon-refresh::before {
|
|
font-family : 'Fontello';
|
|
content : '\e816 ';
|
|
}
|
|
|
|
.icon-cut::before {
|
|
font-family : 'Fontello';
|
|
content : '\e817 ';
|
|
}
|
|
|
|
.icon-paste::before {
|
|
font-family : 'Fontello';
|
|
content : '\e818 ';
|
|
}
|
|
|
|
.icon-upload::before {
|
|
font-family : 'Fontello';
|
|
content : '\e819 ';
|
|
}
|
|
|
|
.icon-log-out::before {
|
|
font-family : 'Fontello';
|
|
content : '\e81a ';
|
|
}
|
|
|
|
.icon-terminal::before {
|
|
font-family : 'Fontello';
|
|
content : '\e81b ';
|
|
}
|
|
|
|
.icon-user-menu::before {
|
|
font-family : 'Fontello';
|
|
content : '\e81c ';
|
|
}
|
|
|