mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(style) .loading::after: set correct order
This commit is contained in:
parent
aeb36f4241
commit
b73cdf19fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue