浏览代码

footer largeur colonne et taille logo

ouidade 3 年之前
父节点
当前提交
7702e4ac17
共有 2 个文件被更改,包括 8 次插入13 次删除
  1. 4 4
      web/themes/custom/eql/css-compiled/styles.css
  2. 4 9
      web/themes/custom/eql/scss/partials/_footer.scss

+ 4 - 4
web/themes/custom/eql/css-compiled/styles.css

@@ -1106,7 +1106,7 @@ header {
   padding-top: 3rem; }
   #fotter-bottom .region {
     display: block;
-    padding-left: 1rem;
+    padding-left: 2rem;
     padding-right: 1rem;
     padding-bottom: 1rem;
     border-left: #009ee3 solid 1px; }
@@ -1117,7 +1117,7 @@ header {
   #fotter-bottom .region-footer-bottom-left {
     margin-left: 3rem;
     border: none;
-    width: 25%; }
+    width: 20%; }
     #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
       display: flex;
       flex-direction: row;
@@ -1129,9 +1129,9 @@ header {
         padding-bottom: 1rem; }
     #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 img {
       width: auto;
-      height: 30px; }
+      height: 40px; }
   #fotter-bottom .region-footer-bottom-right {
-    width: 25%;
+    width: 30%;
     display: flex;
     flex-direction: column-reverse;
     justify-content: flex-end; }

+ 4 - 9
web/themes/custom/eql/scss/partials/_footer.scss

@@ -13,7 +13,7 @@
 
     .region{
         display: block;
-        padding-left: 1rem;
+        padding-left: 2rem;
         padding-right: 1rem;
         padding-bottom: 1rem;
 
@@ -27,7 +27,7 @@
     .region-footer-bottom-left{
         margin-left: 3rem;
         border: none;
-        width: 25%;
+        width: 20%;
         .view-id-partenaires{
             .view-content{
               
@@ -45,19 +45,18 @@
         .block-views-blockpartenaires-block-3{
             img{
                 width: auto;
-                height: 30px;
+                height: 40px;
             }
         }
     }
 
     .region-footer-bottom-right{
-        width: 25%;
+        width: 30%;
         display: flex;
         flex-direction: column-reverse;
         justify-content: flex-end;
 
         #block-socialnetwork {
-            // display: none;
             margin-bottom: 1rem;
 
             .field--name-body{
@@ -118,10 +117,6 @@
 
     .region-footer-bottom-middle{
         width: 60%;
-        // .block-views-blockpartenaires-block-2{
-        //     border-left: $blue-light solid 1px;   
-        //     padding-left: 1rem;
-        // }
     
         .view-id-partenaires{
             .view-content{