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