From dc650e8d052fcecc3a69310c20d2e7169ce1a54f Mon Sep 17 00:00:00 2001 From: Darius BERTRAND Date: Tue, 10 Jan 2023 16:49:01 +0100 Subject: [PATCH] debut design ajout d'un poste --- .../client/src/styles/component/_ajoutLien.scss | 14 +++++++++++--- .../styles/component/_configurationDuProfil.scss | 1 - 2 files changed, 11 insertions(+), 4 deletions(-) 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; }