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; + } + } } } }