mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-14 14:18:44 +02:00
10 lines
111 B
SCSS
10 lines
111 B
SCSS
@keyframes spinAround {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|