FIX: make pm notification badge green on mobile
This commit is contained in:
parent
6aa44fd412
commit
9e4fb383f0
|
@ -36,6 +36,10 @@
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unread-private-messages {
|
||||||
|
background-color: $success;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Dropdowns
|
// Dropdowns
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue