Sfoglia il codice sorgente

background blue page actus + footer white

ouidade 3 anni fa
parent
commit
b46b1d637d

+ 6 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -334,6 +334,10 @@ a {
     .field--name-field-partenaires a svg {
       display: none; }
 
+.path-actualites {
+  background-color: rgba(0, 158, 227, 0.2);
+  margin: 0; }
+
 .node-type-actualite {
   color: #09398b;
   line-height: 1.5rem;
@@ -455,7 +459,8 @@ header {
 #fotter-bottom {
   display: flex;
   flex: 1 1 120px;
-  flex-direction: row; }
+  flex-direction: row;
+  background-color: white; }
   #fotter-bottom .region {
     display: block;
     padding-left: 1rem;

+ 4 - 1
web/themes/custom/eql/scss/pages/_actualites.scss

@@ -6,7 +6,10 @@
 
 
 
-
+.path-actualites{
+    background-color: $background-actus;
+    margin: 0;
+}
 
 .node-type-actualite{
     

+ 1 - 0
web/themes/custom/eql/scss/partials/_footer.scss

@@ -5,6 +5,7 @@
     display: flex;
     flex: 1 1 120px;
     flex-direction: row;
+    background-color: $white;
 
     .region{
         display: block;