feat: enhance opportunity detail and sales flow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user