mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(css) font-family: .icon -> .error::before
This commit is contained in:
parent
0c5bf15de8
commit
d104e09694
1 changed files with 1 additions and 1 deletions
|
|
@ -66,12 +66,12 @@ body {
|
|||
width : 15px;
|
||||
height : 14.8px;
|
||||
margin-left : 0.5%;
|
||||
font-family : 'Fontello';
|
||||
}
|
||||
|
||||
.error::before {
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
font-family : 'Fontello';
|
||||
color: rgb(222, 41, 41);
|
||||
cursor :default;
|
||||
content: '\2757';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue