Add guided detection calibration runner
This commit is contained in:
@@ -3294,6 +3294,21 @@ button.entity-card {
|
||||
background: #fbfdfb;
|
||||
}
|
||||
|
||||
.guided-calibration-surface {
|
||||
border-color: #d9e4dd;
|
||||
background: linear-gradient(180deg, #ffffff, #f8fcf9);
|
||||
}
|
||||
|
||||
.calibration-progress-panel {
|
||||
display: grid;
|
||||
gap: 0.55rem;
|
||||
min-width: 0;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
padding: 0.68rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.calibration-summary-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user