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; color: currentColor;
display: inline-block; display: inline-block;
position: relative; position: relative;
width: 80px; width: 40px;
height: 80px; height: 40px;
} }
.lds-spinner div { .lds-spinner div {
transform-origin: 40px 40px; transform-origin: 20px 20px;
animation: lds-spinner 1.2s linear infinite; animation: lds-spinner 1.2s linear infinite;
} }
@ -36,10 +36,10 @@
content: " "; content: " ";
display: block; display: block;
position: absolute; position: absolute;
top: 3.2px; top: 1.6px;
left: 36.8px; left: 18.4px;
width: 6.4px; width: 3.2px;
height: 17.6px; height: 8.8px;
border-radius: 20%; border-radius: 20%;
background: currentColor; background: currentColor;
} }