]> _ Git - lyveas.git/commitdiff
wait #7657 master
authorsoufiane <soufiane@cubedesigners.com>
Wed, 10 Sep 2025 16:38:50 +0000 (18:38 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 10 Sep 2025 16:38:50 +0000 (18:38 +0200)
web/app/themes/lyveas/resources/styles/menu.css

index d0475be8a51e49a80ff444eff0b587f7c8f81b8d..219f28f32717a44e67b093534534298446d682e1 100644 (file)
     width: 100%;
     z-index: 22;
     height: 95px;
     width: 100%;
     z-index: 22;
     height: 95px;
+    .home &{
+      background-color: transparent;
+    }
+    &.scrolling {
+      background-color: var(--color-navy);
+    }
 
     .site-logo {
       --logo-text-color: white;
 
     .site-logo {
       --logo-text-color: white;
         li:first-of-type {
           display: none;
         }
         li:first-of-type {
           display: none;
         }
+
+        li:nth-of-type(3) {
+          order: -1;
+        }
       }
     }
   }
       }
     }
   }