added Spinning Animation for refresh button
This commit is contained in:
parent
f42b2d2724
commit
5b88c86df5
@ -120,3 +120,13 @@ button:focus-visible {
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #555; /* Color of the thumb on hover */
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
100% {
|
||||
transform: rotate(-360deg); /* Counterclockwise */
|
||||
}
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user