From 59f56f389945c1a50783420f74862882b397a82c Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 4 Jun 2019 18:06:46 +0200 Subject: [PATCH] wip #2821 @0.20 --- public/_modules/contact-form/index.html | 27 +++++++++++++++++++++++++ public/_modules/contact-form/style.styl | 20 ++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 public/_modules/contact-form/index.html create mode 100644 public/_modules/contact-form/style.styl diff --git a/public/_modules/contact-form/index.html b/public/_modules/contact-form/index.html new file mode 100644 index 0000000..d4911d0 --- /dev/null +++ b/public/_modules/contact-form/index.html @@ -0,0 +1,27 @@ + + + + + + + + + + pmi + + + +
+
+

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

+ + + +
+
+ + + + \ No newline at end of file diff --git a/public/_modules/contact-form/style.styl b/public/_modules/contact-form/style.styl new file mode 100644 index 0000000..faa71b4 --- /dev/null +++ b/public/_modules/contact-form/style.styl @@ -0,0 +1,20 @@ +$h3 = 24px +$h2 = 36px +$barlow = 'Barlow', sans-serif +$muli = 'Muli', sans-serif +$dark = #6B7287 +$lightgrey = #F7F8FC +$darkblue = #152F4E +$lightblue = #0EAADA + +* + padding: 0 + box-sizing: border-box !important + margin: 0 + font-family: $muli + +#contact-form + .form + background $lightgrey + padding 48px + width 38.75vw \ No newline at end of file -- 2.39.5