Display notifications

This commit is contained in:
Pierre
2018-02-19 15:58:33 +01:00
parent 4c915b3dee
commit 10cd3b1da4
4 changed files with 149 additions and 2 deletions

View File

@ -0,0 +1,13 @@
/**
* Notifications UI
*
* @author Pierre HUBERT
*/
.notification-contener p {
white-space: normal;
}
.notification-contener .notification-creation-time {
color: #888888;
}