From 2c6fc219c6bfee85506be716d0e7cd383c09e474 Mon Sep 17 00:00:00 2001 From: nael Date: Fri, 31 May 2019 14:04:30 +0200 Subject: [PATCH] wip #2741 @3 --- public/_modules/contact-module/index.html | 28 +++++++++--------- public/_modules/contact-module/style.styl | 36 ++++++++++------------- 2 files changed, 29 insertions(+), 35 deletions(-) diff --git a/public/_modules/contact-module/index.html b/public/_modules/contact-module/index.html index 9cabc27..64537ce 100644 --- a/public/_modules/contact-module/index.html +++ b/public/_modules/contact-module/index.html @@ -10,24 +10,24 @@ pmi - - -
- -

01 46 91 93 32

-
- -
-
- -

contact@pm-instrumentation.com

+ +
+ -
-

Utilisez notre formulaire de contact

+ +
- \ No newline at end of file diff --git a/public/_modules/contact-module/style.styl b/public/_modules/contact-module/style.styl index 2f1ea2d..c18b3ff 100644 --- a/public/_modules/contact-module/style.styl +++ b/public/_modules/contact-module/style.styl @@ -10,33 +10,30 @@ $lightblue = #0EAADA font-family: $muli #contact-module + height 150px + position fixed + right 0 + max-width 320px + width 320px + top: 215px .module - width: 175px + max-width: 175px padding: 0 12px height: 48px - position: fixed - right: 0 background: $lightblue - top: 11.2vw - transform: translateX(127px) + transform:translateX(calc(100% - -97px)) transition: 500ms all ease cursor: pointer &:hover - transform: translateX(0px) - .icon-size - width: 26px; - height: 22px; + transform: translateX(85%) + .icon-size + width: 26px; + height: 22px; .wrapper-module - top: 13.75vw - width: 313px height: 96px - position: fixed - right: 0 - //background red - margin-top: 10px + margin-top: 5px transition: 500ms all ease - //transform: translateX(0px) - transform: translateX(265px) + transform: translateX(calc(100% - 48px)) &:hover transform: translateX(0px) .module-reveal @@ -57,7 +54,4 @@ $lightblue = #0EAADA width 90% background #079ECC position absolute - top: 0 - - - + top: 0 \ No newline at end of file -- 2.39.5