Browse Source

improved entrees footer menu

Bachir Soussi Chiadmi 6 years ago
parent
commit
7e71751f4c

File diff suppressed because it is too large
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 17 - 6
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -1623,15 +1623,19 @@ footer{
     }
     .region-footer-center{
       // float: none;
-      width: 72%;
+      width: 73%;
       overflow:hidden;
       text-align: center;
+      // z-index: 2;
     }
     .region-footer-right{
       // float:right;
       min-width:12%;
       // min-width: 50px;
       text-align: right;
+      // position: absolute;
+      // bottom:0; right:0;
+      // z-index: 1;
     }
     @media only screen and (max-width: 1270px) {
       .region-footer-left{
@@ -1640,7 +1644,7 @@ footer{
       .region-footer-center{
         width: 80%;
         overflow:hidden;
-        text-align: center;
+        text-align: left;
       }
       .region-footer-right{
         box-sizing: content-box;
@@ -1656,14 +1660,16 @@ footer{
     ul{
       margin:0;
       padding:0;
-      white-space: nowrap;
+      // white-space: nowrap;
       li{
         pointer-events: all;
         // @include oblique-list;
         display: inline-block;
-        &:first-of-type{
-          margin-left: 1em;
-        }
+        padding:0;
+        // &:first-of-type{
+        //   margin-left: 1em;
+        // }
+        white-space:nowrap;
         a{
           font-size: 0.756em;
           @include btn;
@@ -1794,6 +1800,11 @@ footer{
           margin:0;
           white-space: nowrap;
           pointer-events: none;
+
+          &:last-of-type:not(.entree){
+            margin-right: 5em;
+          }
+
           span.oblique-wrapper{
             height:120px; // this is needed to respect the height of oblique links :(
             display: inline-block;

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