You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
443 B

/*.conteneur_notif{
display: flex;
justify-content: center;
margin-top: 1%;
margin-bottom: 1%;
display: flex;
alignItems: center;
}*/
.conteneur_notif {
display: flex;
align-items:center;
justify-content: start;
margin-left: 10%;
margin-top: 1%;
margin-bottom: 1%;
}
.contenue_notif:nth-child(2) {
margin-right: 10px;
}
/*
.messageUserNotif{
display: flex;
align-items: flex-start;
}
.message_Notif{
}
*/