Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92535b2b authored by Ronak Patel's avatar Ronak Patel
Browse files

conflicts

parent 6834456b
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -1792,3 +1792,29 @@ body.theme--dark.theme--highcontrast #header #appmenu li:focus a {
#content.app-files #filestable {
    padding-top: 20px;
}

/* notification */
.notification[object_type="announcement-news"] {
  background-color: var(--color-primary);
  color: var(--color-secondary-element);
}
.notification[object_type="announcement-news"] img.notification-icon {
  display: none;
}
.notification[object_type="announcement-news"] .image:after {
  content: " ";
  background-image: url('../img/redeem.svg');
  padding: 5px 15px;
  background-size: contain;
}
.notification[object_type="announcement-news"] .notification-subject {
  font-size: 18px;
}
.notification[object_type="announcement-news"] .notification-message,
.notification[object_type="announcement-news"] a.external,
.notification[object_type="announcement-news"] .notification-heading .notification-time {
  color: var(--color-secondary-element);
}
.notification[object_type="announcement-news"] a.external:after {
  content: '';
}
 No newline at end of file