mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) .error: set correct order
This commit is contained in:
parent
9589d11758
commit
92898e535b
1 changed files with 5 additions and 5 deletions
|
|
@ -66,12 +66,12 @@ body {
|
|||
}
|
||||
|
||||
.error::before {
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
position : relative;
|
||||
font-family : 'Fontello';
|
||||
color: rgb(222, 41, 41);
|
||||
cursor :default;
|
||||
content: '\2757';
|
||||
font-size : 14px;
|
||||
color : rgb(222, 41, 41);
|
||||
cursor : default;
|
||||
content : '\2757';
|
||||
}
|
||||
|
||||
.loading {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue