Make the sidebar badge red if there are unread messages

This commit is contained in:
Torjus
2018-07-12 17:50:47 +02:00
parent 9af194769b
commit 40f6eabdd9
2 changed files with 12 additions and 4 deletions
+4
View File
@@ -32,6 +32,10 @@
width: 32px;
}
&.unread {
background-color: #b12525;
}
&.on {
background-color: rgba(#fff, 0.7);
}