diff --git a/Site Web/client/src/styles/component/_ajoutLien.scss b/Site Web/client/src/styles/component/_ajoutLien.scss index ec0797aa..8a647b91 100644 --- a/Site Web/client/src/styles/component/_ajoutLien.scss +++ b/Site Web/client/src/styles/component/_ajoutLien.scss @@ -24,9 +24,6 @@ } .modal { - position: absolute; - top: 10%; - left: 50%; transform: translate(-100%); background: $color-2; padding: 25px; @@ -113,3 +110,14 @@ } } } + +#newPoste-buttonForm{ + button{ + color: white; + transition: all 1s; + margin-top: 2%; + border-radius: 20px; + min-width: 80px; + background-color: $color-7; + } +} \ No newline at end of file diff --git a/Site Web/client/src/styles/component/_configurationDuProfil.scss b/Site Web/client/src/styles/component/_configurationDuProfil.scss index 35c35dbc..0e80c800 100644 --- a/Site Web/client/src/styles/component/_configurationDuProfil.scss +++ b/Site Web/client/src/styles/component/_configurationDuProfil.scss @@ -218,7 +218,6 @@ input{ min-width: 80px; color: white; transition: all 1s; - background-color: $color-7; }