From 8cf7f2381cb909d0f5ce27f506c151bb16266866 Mon Sep 17 00:00:00 2001 From: nael Date: Wed, 5 Jun 2019 18:11:05 +0200 Subject: [PATCH] wip #2821 @7 --- public/_modules/contact-form/index.html | 49 ++++++++++++++++++++++--- public/_modules/contact-form/style.styl | 39 +++++++++++++++++++- 2 files changed, 81 insertions(+), 7 deletions(-) diff --git a/public/_modules/contact-form/index.html b/public/_modules/contact-form/index.html index d4911d0..30f63bc 100644 --- a/public/_modules/contact-form/index.html +++ b/public/_modules/contact-form/index.html @@ -7,18 +7,57 @@ - + pmi
-
-

Vous souhaitez obtenir des informations sur PM-Instrumentation ? +

+

Vous souhaitez obtenir des informations sur PM-Instrumentation ?
Remplissez le formulaire ci-dessous, nous vous recontactons sous 48h.

- - +
+ +
+ + + +
+ +
+ + + +
+
+ + + + + +

+ En nous transmettant votre demande, vous acceptez que PM Instrumentation traite + vos données personnelles dans le but de vous offrir un service de qualité. Pour plus + d’information sur la protection de vos données à caractère personnel, vous pouvez + consulter la page “Vie privée” +

+
+ *Champs obligatoires + +
diff --git a/public/_modules/contact-form/style.styl b/public/_modules/contact-form/style.styl index faa71b4..8a6cf1c 100644 --- a/public/_modules/contact-form/style.styl +++ b/public/_modules/contact-form/style.styl @@ -6,6 +6,7 @@ $dark = #6B7287 $lightgrey = #F7F8FC $darkblue = #152F4E $lightblue = #0EAADA +$verylightgrey =#E7E9F3 * padding: 0 @@ -16,5 +17,39 @@ $lightblue = #0EAADA #contact-form .form background $lightgrey - padding 48px - width 38.75vw \ No newline at end of file + padding 2.5vw + width 44.2vw + @media (max-width :990px) + width 90vw + margin 0 5vw // a enlever lors de l'integration + @media (max-width :500px) + width 85vw + padding 7.5vw + .field-line + @media (max-width :500px) + flex-direction column + .form-input + width: 18.30vw + max-width: 18.30vw + @media (max-width :990px) + width 41.25vw + max-width 41.25vw + @media (max-width :500px) + width 100% + max-width 100% + input,textarea + border-radius 3px + color: $dark + padding 12px 10px + label + font-family: $barlow + .textarea + height 144px + &-endmessage + font-size: 14px + .btn-custom + padding 1.125rem 5.375rem + .mr-form + margin-right: 2.5vw + *:focus + outline-color $verylightgrey \ No newline at end of file -- 2.39.5