From ddd8a7c27e2bd221d9bf901b9836647313e1c6a0 Mon Sep 17 00:00:00 2001 From: Theo DUPIN Date: Tue, 8 Nov 2022 14:41:34 +0100 Subject: [PATCH] modif page calendrier --- src/pages/Calendrier.js | 4 ++-- src/styles/components/_calendrier.scss | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/pages/Calendrier.js b/src/pages/Calendrier.js index 502a857..f869924 100644 --- a/src/pages/Calendrier.js +++ b/src/pages/Calendrier.js @@ -78,14 +78,14 @@ const Calendrier = () => {

Ajouter un évènement

- setNewEvent({...newEvent, Titre: e.target.value})} /> setNewEvent({...newEvent, Début})} /> setNewEvent({...newEvent, Fin})} /> - +
diff --git a/src/styles/components/_calendrier.scss b/src/styles/components/_calendrier.scss index a484b8e..0cfd79e 100644 --- a/src/styles/components/_calendrier.scss +++ b/src/styles/components/_calendrier.scss @@ -139,6 +139,27 @@ body { display: flex; flex-direction: row; margin-top: 10px; + height: 100px; + + .bouton_ajout { + width: 300px; + height: 50px; + border-radius: 10px; + border: 0.5px solid; + border: 0; + background-color: rgba(163, 163, 163, 0.371); + border: 1px solid rgba(255,255,255,0.1); + backdrop-filter: blur(30px); + color: rgb(255, 255, 255); + cursor: pointer; + font-size: 15px; + &:hover{ + background-color: rgba(114, 114, 114, 0.371); + } + &:active{ + background-color:rgba(68, 68, 68, 0.972); + } + } } .rbc-calendar {