mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
13 lines
180 B
CSS
13 lines
180 B
CSS
|
/**
|
||
|
* Notifications UI
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.notification-contener p {
|
||
|
white-space: normal;
|
||
|
}
|
||
|
|
||
|
.notification-contener .notification-creation-time {
|
||
|
color: #888888;
|
||
|
}
|