mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
64 lines
No EOL
1,004 B
CSS
64 lines
No EOL
1,004 B
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 ';
|
|
} |