mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-23 18:24:08 +03:00
14 lines
188 B
CSS
14 lines
188 B
CSS
.logo {
|
|
animation: logo-spin infinite 20s linear;
|
|
pointer-events: none;
|
|
}
|
|
|
|
@keyframes logo-spin {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|