From 74a114899de870d00720ae8eff2fcbfac77c530c Mon Sep 17 00:00:00 2001 From: "bastien.ollier@etu.uca.fr" Date: Wed, 4 Jan 2023 15:08:10 +0100 Subject: [PATCH] notification --- .../client/src/styles/component/_notif.scss | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/Site Web/client/src/styles/component/_notif.scss b/Site Web/client/src/styles/component/_notif.scss index 3f40fc04..6199be4e 100644 --- a/Site Web/client/src/styles/component/_notif.scss +++ b/Site Web/client/src/styles/component/_notif.scss @@ -1,14 +1,3 @@ -/*.conteneur_notif{ - display: flex; - justify-content: center; - margin-top: 1%; - margin-bottom: 1%; - - display: flex; - alignItems: center; - -}*/ - .conteneur_notif { display: flex; align-items:center; @@ -22,15 +11,4 @@ .contenue_notif:nth-child(2) { margin-right: 10px; -} - -/* -.messageUserNotif{ - display: flex; - align-items: flex-start; -} - -.message_Notif{ - -} -*/ \ No newline at end of file +} \ No newline at end of file