From 7d15d90870c7c31c68a3ec856db5909cc05028fc Mon Sep 17 00:00:00 2001 From: clverdoire Date: Fri, 21 Oct 2022 09:48:34 +0200 Subject: [PATCH] modification page comtpe --- src/styles/components/_compte.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles/components/_compte.scss b/src/styles/components/_compte.scss index 929b4a5..6ea9d69 100644 --- a/src/styles/components/_compte.scss +++ b/src/styles/components/_compte.scss @@ -207,6 +207,19 @@ body { .bouton_submit { display: flex; + + .bouton_modifierNom { + width: 100px; + height: 25px; + background-color: rgb(190, 189, 189); + border-radius: 5px; + border-radius: 5px; + box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); + + &:hover{ + background-color: lightgrey; + } + } } } }