Skip to content

Commit 01a6a2f

Browse files
committed
patch
1 parent 7545798 commit 01a6a2f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • www/public/resources/styles/components

www/public/resources/styles/components/card.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,23 @@
2424
transform: scale(1.10);
2525
}
2626

27-
.kpi-status-running, .kpi-accent-purple {
27+
.kpi-accent-purple {
2828
background: linear-gradient(135deg, #2a0f2e 0%, #4a1942 50%, #2a0f2e 100%);
2929
border-color: #c44daa;
3030
animation: pulse-running 2s ease-in-out infinite;
3131
}
3232

33-
.kpi-accent-green, .kpi-status-done {
33+
.kpi-accent-green {
3434
background: linear-gradient(135deg, #0f3d2e 0%, #1a5c40 50%, #0f3d2e 100%);
3535
border-color: #1abc6b;
3636
}
3737

38-
.kpi-accent-red,
39-
.kpi-status-error,
40-
.kpi-status-stopped {
38+
.kpi-accent-red {
4139
background: linear-gradient(135deg, #3d1420 0%, #5c1a2a 50%, #3d1420 100%);
4240
border-color: #c0392b;
4341
}
4442

45-
.kpi-accent-yellow, .kpi-status-scheduled {
43+
.kpi-accent-yellow {
4644
background: linear-gradient(135deg, #2d2a0f 0%, #4a4410 50%, #2d2a0f 100%);
4745
border-color: #b8a825;
4846
}

0 commit comments

Comments
 (0)