feat: enhance opportunity detail and sales flow

This commit is contained in:
2026-03-03 19:46:12 -06:00
parent 9145ea5ba4
commit c628a78b27
13 changed files with 1030 additions and 88 deletions
+4 -4
View File
@@ -379,8 +379,8 @@
}
.sales-status-badge.status-lost {
background: #fef3c7;
color: #d97706;
background: #fee2e2;
color: #dc2626;
}
.sales-status-badge.status-inactive {
@@ -389,8 +389,8 @@
}
.sales-status-badge.status-closed {
background: var(--status-inactive-bg, #fee2e2);
color: var(--status-inactive-color, #dc2626);
background: #f3f4f6;
color: #6b7280;
}
.sales-status-badge.status-equiv {