huskies: merge 820
This commit is contained in:
@@ -209,6 +209,16 @@ body,
|
||||
}
|
||||
}
|
||||
|
||||
/* Spinner for in-progress deterministic merges */
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* Agent lozenge appearance animation (simulates arriving from agents panel) */
|
||||
@keyframes agentAppear {
|
||||
from {
|
||||
|
||||
Reference in New Issue
Block a user