production runtime and mock removal

This commit is contained in:
inman
2026-08-17 23:44:14 +08:00
parent 2ef3da7af5
commit 6480e503eb
55 changed files with 581 additions and 540 deletions

View File

@@ -5150,7 +5150,8 @@ button:active:not(:disabled),
}
.status.running,
.status.queued {
.status.queued,
.status.syncing {
background: #fff6dc;
color: var(--warning);
}
@@ -8335,6 +8336,22 @@ button:active:not(:disabled),
color: var(--muted);
}
.billing-estimate.has-error {
border-color: #e6c5be;
background: #fff8f6;
}
.billing-estimate.has-error .billing-estimate-head,
.billing-estimate.has-error .billing-estimate-icon {
color: #a8483b;
}
.billing-estimate-error {
color: #a8483b;
font-size: 11px;
line-height: 1.35;
}
.main.create-main .create-main-column {
container: create-main-column / inline-size;
}