refactor(style) .error: set correct order

This commit is contained in:
coderaiser 2013-10-04 10:49:05 +00:00
parent 9589d11758
commit 92898e535b

View file

@ -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 {