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