mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(css) add .icon-file
This commit is contained in:
parent
69adbf08b8
commit
f44e89d3a4
1 changed files with 5 additions and 0 deletions
|
|
@ -165,6 +165,11 @@ body {
|
|||
content: '\e80c ';
|
||||
}
|
||||
|
||||
.icon-file::before {
|
||||
font-family: 'Fontello';
|
||||
content: '\e80d ';
|
||||
}
|
||||
|
||||
.cmd-button:hover {
|
||||
border: 1.5px solid;
|
||||
transition: ease 0.5s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue