Browse Source

enlever macaron devis

ouidade 3 years ago
parent
commit
8bbc037cb3

+ 2 - 1
user/themes/lecampus/css-compiled/theme.css

@@ -2623,6 +2623,7 @@ header nav.dropmenu > ul {
   background-repeat: repeat;
   background-repeat: repeat;
   width: 100%; }
   width: 100%; }
   #devis .title {
   #devis .title {
+    visibility: hidden;
     width: 200px;
     width: 200px;
     height: 200px;
     height: 200px;
     background: #9e0027;
     background: #9e0027;
@@ -2646,7 +2647,7 @@ header nav.dropmenu > ul {
     margin-right: 20px;
     margin-right: 20px;
     height: auto; }
     height: auto; }
     #devis .txt p {
     #devis .txt p {
-      padding: 20px 20px 20px 100px;
+      padding: 20px 20px 20px 20px;
       color: black;
       color: black;
       text-align: left; }
       text-align: left; }
       #devis .txt p strong {
       #devis .txt p strong {

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

@@ -1152,6 +1152,7 @@
   width: 100%;
   width: 100%;
   // height: 300px;
   // height: 300px;
   .title{
   .title{
+    visibility: hidden;
     width: 200px;
     width: 200px;
     height: 200px;
     height: 200px;
     background: $red;
     background: $red;
@@ -1173,7 +1174,7 @@
     margin-right: 20px;
     margin-right: 20px;
     height: auto;
     height: auto;
     p{
     p{
-      padding: 20px 20px 20px 100px;
+      padding: 20px 20px 20px 20px;
       color: black;
       color: black;
       text-align: left;
       text-align: left;
       strong{
       strong{