Make the sidebar badge red if there are unread messages
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
&.unread {
|
||||
background-color: #b12525;
|
||||
}
|
||||
|
||||
&.on {
|
||||
background-color: rgba(#fff, 0.7);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user