From 0048d676a2bed3addadea670fa5d802a314af473 Mon Sep 17 00:00:00 2001 From: Debulois Date: Fri, 6 May 2022 22:01:01 +0200 Subject: Correction des imports et supression des trailin white space pour le déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/Css/notification.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Static/Css/notification.css') diff --git a/Static/Css/notification.css b/Static/Css/notification.css index beddf4a..2ae3768 100644 --- a/Static/Css/notification.css +++ b/Static/Css/notification.css @@ -1,10 +1,10 @@ -/* +/* ############################################################################ # # # Description: CSS du message de notification # # # -############################################################################ +############################################################################ https://www.w3schools.com/howto/howto_js_scroll_to_top.asp https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow */ @@ -30,7 +30,7 @@ aside { transition: all 0.6s ease-in-out; /* ajout d'un effet acceleration/decerelation de l'animation */ } -/* Zone clickable */ +/* Zone clickable */ aside a { cursor: pointer; /* le curseur deviens un pointeur quand on le survole */ } @@ -113,10 +113,10 @@ aside p { bottom: 1em; left: calc(5% - 0.3em - 4px); /* espace gauche, aside padding, aside border*/ } - + /* Div de la notification */ aside { - bottom: -300px; + bottom: -300px; width: 90%; left: calc(5% - 0.3em - 4px); /* espace gauche, aside padding, aside border*/ } -- cgit v1.2.3