]> _ Git - pmi.git/commitdiff
wip #2830 @0.10
authornael <nael@cubedesigners.com>
Tue, 18 Jun 2019 11:39:33 +0000 (13:39 +0200)
committernael <nael@cubedesigners.com>
Tue, 18 Jun 2019 11:39:33 +0000 (13:39 +0200)
public/_modules/selected-product/index.html
public/_modules/selected-product/style.styl

index a7da087321090f95946042165c55895d1d330e61..8881daf4fc217ced5698f1b40abf8a968ce38430 100644 (file)
@@ -14,7 +14,7 @@
 
 <div id="select-product" class=" mt-5 flex ">
 
-    <div class="selected-wrapper p-12 flex-col">
+    <div class="selected-wrapper  flex-col">
         <div class="selected-product flex">
             <div class="img-product">
                 <img src="img/product.png" alt="">
index b7bd1e0f31e93aba2f3213bc376f254bfc496f71..e815ee551fbaa4d6db711fc79856594392b70489 100644 (file)
@@ -17,14 +17,16 @@ $verylightgrey =#E7E9F3
 #select-product
   margin-left: 10vw
   margin-right: 10vw
-
+  @media (max-width : 990px)
+    margin 5vw
 .selected-wrapper
   background $lightgrey
   width: 44.2vw;
+  padding: 2.5vw
   @media (max-width 1080px)
     width 100%
   @media (max-width 499px)
-    padding 5vw!important
+    padding 7.5vw!important
 .img-product
   img
     width 100%