Add detection threshold calibration comparison
This commit is contained in:
@@ -3289,6 +3289,58 @@ button.entity-card {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.calibration-comparison-surface {
|
||||
border-color: #d6dfda;
|
||||
background: #fbfdfb;
|
||||
}
|
||||
|
||||
.calibration-summary-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 0.62rem;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.calibration-summary-card {
|
||||
display: grid;
|
||||
gap: 0.18rem;
|
||||
min-width: 0;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
padding: 0.64rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.calibration-summary-card-ready {
|
||||
border-color: #b8d8c5;
|
||||
background: #f7fcf8;
|
||||
}
|
||||
|
||||
.calibration-summary-card span {
|
||||
color: var(--muted);
|
||||
font-size: 0.76rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.calibration-summary-card strong {
|
||||
color: var(--ink);
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.calibration-summary-card p,
|
||||
.table-subtle {
|
||||
margin: 0;
|
||||
color: var(--muted);
|
||||
font-size: 0.78rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.table-subtle {
|
||||
display: block;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.ai-lab-section-header {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user