fix(growth): align sales freshness with report SLA
This commit is contained in:
@@ -883,6 +883,21 @@
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.dashboard-section-label .meta.is-fresh,
|
||||
.dashboard-section-label .meta.is-grace {
|
||||
color: var(--momo-success);
|
||||
}
|
||||
|
||||
.dashboard-section-label .meta.is-warning {
|
||||
color: var(--momo-warning-text);
|
||||
}
|
||||
|
||||
.dashboard-section-label .meta.is-critical,
|
||||
.dashboard-section-label .meta.is-future,
|
||||
.dashboard-section-label .meta.is-invalid {
|
||||
color: var(--momo-danger);
|
||||
}
|
||||
|
||||
.dashboard-kpi-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user