diff options
Diffstat (limited to 'Static/Css/notification.css')
| -rw-r--r-- | Static/Css/notification.css | 10 |
1 files changed, 5 insertions, 5 deletions
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*/ } |
