up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user