This commit is contained in:
Lizandro Guarnizo
2026-01-22 13:56:51 -05:00
parent ff2fafa0bb
commit 4c0d379e90
4 changed files with 27 additions and 4 deletions
+16
View File
@@ -1173,6 +1173,22 @@ body {
box-shadow: 0 6px 18px rgba(220, 53, 69, 0.12);
}
.conversation-attention {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: #dc3545;
color: white;
font-size: 0.85rem;
}
.conversation-attention i {
font-size: 0.9rem;
}
/* Notification bell indicator when there are unseen notifications */
#notification-bell.has-notifications {
position: relative;