gestion chatbot avec api

This commit is contained in:
nicoboy
2026-01-05 09:00:35 +01:00
parent a793b680be
commit e3d392bf08
2 changed files with 24 additions and 1 deletions

View File

@ -270,6 +270,12 @@ body {
font-weight: 600;
}
.status-badge.default {
background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
color: #744210;
font-weight: 700;
}
.status-badge.active {
background: #c6f6d5;
color: #22543d;