fix(helpdesk): replace bulky score circle with clean colored number
Remove background circle, just show the score as a large colored number. Lighter, more Stripe-like. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -568,28 +568,21 @@
|
|||||||
.helpdesk-risk-card-score {
|
.helpdesk-risk-card-score {
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 1.25rem;
|
font-size: 1.5rem;
|
||||||
min-width: 2.6rem;
|
|
||||||
height: 2.6rem;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-radius: 50%;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
color: #fff;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.helpdesk-risk-card-score.helpdesk-risk-level-high {
|
.helpdesk-risk-card-score.helpdesk-risk-level-high {
|
||||||
background: var(--app-danger, #dc3545);
|
color: var(--app-danger, #dc3545);
|
||||||
}
|
}
|
||||||
|
|
||||||
.helpdesk-risk-card-score.helpdesk-risk-level-medium {
|
.helpdesk-risk-card-score.helpdesk-risk-level-medium {
|
||||||
background: var(--app-warning, #f59e0b);
|
color: var(--app-warning, #f59e0b);
|
||||||
}
|
}
|
||||||
|
|
||||||
.helpdesk-risk-card-score.helpdesk-risk-level-low {
|
.helpdesk-risk-card-score.helpdesk-risk-level-low {
|
||||||
background: var(--app-success, #198754);
|
color: var(--app-success, #198754);
|
||||||
}
|
}
|
||||||
|
|
||||||
.helpdesk-risk-card-info {
|
.helpdesk-risk-card-info {
|
||||||
|
|||||||
Reference in New Issue
Block a user