e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
35 lines
1.1 KiB
CSS
35 lines
1.1 KiB
CSS
@keyframes aui-pulse {
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
:where(.aui-md[data-status="running"]):empty::after,
|
|
:where(.aui-md[data-status="running"])
|
|
> :where(:not(ol):not(ul):not(pre)):last-child::after,
|
|
:where(.aui-md[data-status="running"]) > pre:last-child code::after,
|
|
:where(.aui-md[data-status="running"])
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child:not(:has(* > li)))::after,
|
|
:where(.aui-md[data-status="running"])
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child)
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child:not(:has(* > li)))::after,
|
|
:where(.aui-md[data-status="running"])
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child)
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child)
|
|
> :where(:is(ol, ul):last-child)
|
|
> :where(li:last-child)::after {
|
|
animation: aui-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
font-family:
|
|
ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
"Segoe UI Symbol", "Noto Color Emoji";
|
|
--aui-content: "\25cf";
|
|
content: var(--aui-content);
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem;
|
|
}
|