Rework the notification style now that it is in its own view

This commit is contained in:
Johannes Zellner
2019-01-09 17:16:41 +01:00
parent d2d75b8e41
commit 9c66a4ef4e
3 changed files with 31 additions and 33 deletions

View File

@@ -1031,8 +1031,12 @@ footer {
// Account/Notifications
// ----------------------------
.notification-details {
background-color: #e5e5e5 !important;
.notification-item {
cursor: pointer;
&:hover {
box-shadow: 0 2px 27px rgba(0,0,0,.1);
}
}
// ----------------------------