Browse Source

ajust devis

kevin tessier 5 years ago
parent
commit
e47d185252

File diff suppressed because it is too large
+ 11 - 5
user/themes/lecampus/css-compiled/theme.css


File diff suppressed because it is too large
+ 0 - 0
user/themes/lecampus/css-compiled/theme.min.css


+ 8 - 2
user/themes/lecampus/scss/theme/_blog.scss

@@ -1164,10 +1164,16 @@
     width: 50px;
   }
 }
-
+#item{
+  .demander-votre-devis{
+    top: 100%;
+    transform: translate(0, -80%);
+  }
+}
 #sublog{
   .demander-votre-devis{
-    transform: translateY(-50%);
+    top: 100%;
+    transform: translate(0, -50%);
   }
   .body-wrapper{
     background-image: url('../images/Trame-gris.svg');

+ 19 - 2
user/themes/lecampus/scss/theme/_mobile.scss

@@ -325,10 +325,27 @@
       width: 100%!important;
     }
   }
-  #item .demander-votre-devis, #sublog .demander-votre-devis{
+  #sublog .demander-votre-devis{
+    transform: translate(0, -110%)!important;
     width: 300px!important;
     height: 110px!important;
-    margin-top: -55px!important;
+    // margin-top: -55px!important;
+    a{
+      display: inline-flex!important;
+    }
+    p:nth-of-type(2){
+      display: none!important;
+    }
+    img{
+      margin-left: 20px!important;
+      margin-top: 0px!important;
+    }
+  }
+  #item .demander-votre-devis{
+    width: 300px!important;
+    height: 110px!important;
+    // margin-top: -55px!important;
+    transform: translate(0, -200%)!important;
     a{
       display: inline-flex!important;
     }

Some files were not shown because too many files changed in this diff