resize spinner
This commit is contained in:
parent
66a44ea8ae
commit
de2c42bf9c
|
@ -23,12 +23,12 @@
|
|||
color: currentColor;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.lds-spinner div {
|
||||
transform-origin: 40px 40px;
|
||||
transform-origin: 20px 20px;
|
||||
animation: lds-spinner 1.2s linear infinite;
|
||||
}
|
||||
|
||||
|
@ -36,10 +36,10 @@
|
|||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 3.2px;
|
||||
left: 36.8px;
|
||||
width: 6.4px;
|
||||
height: 17.6px;
|
||||
top: 1.6px;
|
||||
left: 18.4px;
|
||||
width: 3.2px;
|
||||
height: 8.8px;
|
||||
border-radius: 20%;
|
||||
background: currentColor;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue