This commit is contained in:
Lizandro Guarnizo
2026-01-22 13:53:49 -05:00
parent db10aaf008
commit ff2fafa0bb
7 changed files with 129 additions and 11 deletions
+9
View File
@@ -1164,6 +1164,15 @@ body {
box-shadow: 0 6px 18px rgba(11, 122, 87, 0.25);
}
/* Conversation requiring advisor attention */
.conversation-item.attention {
border-left: 4px solid #dc3545;
background: rgba(220, 53, 69, 0.03);
}
.conversation-item.attention .conversation-avatar {
box-shadow: 0 6px 18px rgba(220, 53, 69, 0.12);
}
/* Notification bell indicator when there are unseen notifications */
#notification-bell.has-notifications {
position: relative;