mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(icons) add cut, paste
This commit is contained in:
parent
638c0bab6f
commit
b22a904d02
5 changed files with 12 additions and 0 deletions
|
|
@ -107,3 +107,13 @@
|
|||
font-family : 'Fontello';
|
||||
content : '\e816 ';
|
||||
}
|
||||
|
||||
.icon-cut::before {
|
||||
font-family : 'Fontello';
|
||||
content : '\e817 ';
|
||||
}
|
||||
|
||||
.icon-paste::before {
|
||||
font-family : 'Fontello';
|
||||
content : '\e818 ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue