From: nael Date: Wed, 7 Aug 2019 16:25:09 +0000 (+0200) Subject: wip #2934 @5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=379c0b3c8b927655f6e302b192cf293d7ea05a12;p=pmi.git wip #2934 @5 --- diff --git a/package.json b/package.json index 45196e7..3d2a206 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,5 @@ "vue-slide-up-down": "^1.7.2", "vue-template-compiler": "^2.6.10" }, - "dependencies": { - "tooltip.js": "^1.3.2" - } + "dependencies": {} } diff --git a/public/_modules/product-detail-page/index.html b/public/_modules/product-detail-page/index.html index 5a9157a..318dee9 100644 --- a/public/_modules/product-detail-page/index.html +++ b/public/_modules/product-detail-page/index.html @@ -112,10 +112,6 @@ - -
Capteur de - force 3 axes de 50 N à 5kN
@@ -172,170 +168,7 @@ ajustez les quantités et obtenez un devis." class="ml-4 question-tooltip"> -
- -
- -
-
-
-
Type de capteur
-
Capteur galette
-
-
-
Direction de mesure
-
Traction
-
-
-
Signal de sortie
-
0-10 VDC
-
-
-
Température de fonctionnement
-
à °C
-
-
-
Gamme de compensation en température
-
à °C
-
-
-
Tension d'alimentation
-
à V
-
-
-
Classe de Protection
-
IP40
-
-
-
Boitier
-
Plastique
-
-
-
- - -
-
+
{ + // data.styles: 'margin: 0 20px'; + // }, }); diff --git a/public/_modules/product-detail-page/style.styl b/public/_modules/product-detail-page/style.styl index 978e04e..61cd2c9 100644 --- a/public/_modules/product-detail-page/style.styl +++ b/public/_modules/product-detail-page/style.styl @@ -1,19 +1,19 @@ .question-tooltip - align-self center - border-radius 50% - border 1.5px solid #6B7287 - width 25px - height 25px - display flex - justify-content center - align-items center + align-self: center + border-radius: 50% + border: 1.5px solid #6B7287 + width: 25px + height: 25px + display: flex + justify-content: center + align-items: center color: #6B7287 font-weight: 600 cursor: pointer .tippy-tooltip - max-width 380px!important + max-width: 380px!important .tippy-tooltip.custom-theme background-color: #6B7287; color: white; @@ -23,4 +23,4 @@ border-top-color: #6B7287; .tippy-tooltip.custom-theme[x-placement^='bottom'] .tippy-arrow - border-bottom-color: #6B7287; + border-bottom-color: #6B7287; \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index bc46435..0f907d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5228,7 +5228,7 @@ pkg-dir@^3.0.0: dependencies: find-up "^3.0.0" -popper.js@^1.0.2, popper.js@^1.12: +popper.js@^1.12: version "1.15.0" resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2" integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA== @@ -6999,13 +6999,6 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== -tooltip.js@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/tooltip.js/-/tooltip.js-1.3.2.tgz#ccfe450ffd7332ce5f254033778649526c1db542" - integrity sha512-DeDr9JxYx/lSvQ53ZCRFLxXrmrSyU3fLz6k+ITUTw69AIYtpWij/NmOJQscJ7BwY5lcEwWJWSfqqQWVvTMYZiw== - dependencies: - popper.js "^1.0.2" - trim-right@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"