mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
lint
This commit is contained in:
@@ -280,17 +280,17 @@ i.x-user-status.busy {
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: rotation 2.5s infinite linear;
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
height: 28px;
|
||||
animation: rotation 2.5s infinite linear;
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user