resize spinner

This commit is contained in:
andrzej 2024-10-08 11:58:23 +02:00
parent 66a44ea8ae
commit de2c42bf9c
1 changed files with 7 additions and 7 deletions

View File

@ -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;
}