13 lines
182 B
CSS
Raw Normal View History

2018-02-19 15:58:33 +01:00
/**
* Notifications UI
*
* @author Pierre HUBERT
*/
2018-03-25 09:43:39 +02:00
.notification-container p {
2018-02-19 15:58:33 +01:00
white-space: normal;
}
2018-03-25 09:43:39 +02:00
.notification-container .notification-creation-time {
2018-02-19 15:58:33 +01:00
color: #888888;
}