chore(style) .loading::after: set correct order

This commit is contained in:
coderaiser 2014-04-14 09:19:11 -04:00
parent aeb36f4241
commit b73cdf19fa

View file

@ -105,12 +105,12 @@ body {
}
.loading::after {
content : attr(data-progress);
position : relative;
left : 16px;
bottom : 3px;
font-size : 10px;
color : rgb(49,123,249);
content : attr(data-progress);
}
.loading-svg {