production runtime and mock removal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user