ComunicWeb/assets/css/components/notifications/ui.css

13 lines
182 B
CSS
Raw Normal View History

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