slightly increase spinner fade time
This commit is contained in:
parent
1e02b29465
commit
a5f0596ee5
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ body {
|
|||
border: 5px solid hsla(0, 0%, 100%, 0.1);
|
||||
border-left-color: hsla(0, 0%, 100%, 0.3);
|
||||
border-radius: 50%;
|
||||
animation: spinner-fadein 0.3s, spinner-spin 1.1s cubic-bezier(0.77,0,0.18,1) infinite;
|
||||
animation: spinner-fadein 0.5s, spinner-spin 1.1s cubic-bezier(0.77,0,0.18,1) infinite;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue