Give unread notifications a small left border
This commit is contained in:
@@ -1519,6 +1519,14 @@ footer {
|
||||
&:hover {
|
||||
box-shadow: 0 2px 27px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
&.notification-unread {
|
||||
border-left: solid 3px #2196f3;
|
||||
|
||||
.notification-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user