armansansd 2 years ago
parent
commit
4f594c9815

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 5 - 0
web/themes/custom/popsu/sass/pages/_default.scss

@@ -14,6 +14,8 @@ article, .paragraph{
 }
 .layout-container{
     background-color: $bck-col;
+    z-index: 0;
+    position: relative;
 } 
 .block-region-bottom .prog-ressources-link,.ressources-link{
     display: inline-block;
@@ -51,6 +53,7 @@ article, .paragraph{
         padding: 0.5rem 1rem;
     }
     .field_partenaires{
+        background: white;
        padding: .5rem 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
@@ -80,6 +83,7 @@ article, .paragraph{
         position: relative;
     }
     .layout__region--top{
+        z-index: 0;
         position: absolute;
         top: 0;
         left: 0;
@@ -199,6 +203,7 @@ article, .paragraph{
             }
         }
         #node\:field_partenaires{
+            
             margin-top: 1.5rem;
             .paragraph{
                 display: grid;

+ 4 - 3
web/themes/custom/popsu/sass/pages/_home.scss

@@ -1,6 +1,6 @@
 .path-frontpage{
 	.home{
-		background-color: $bck-col;
+		background-color: white;
 	}
 	.header_top_left_container{
 		
@@ -308,8 +308,8 @@
 	}
 }
 .about{
-	box-shadow: inset 0 5rem 4rem $bck-col;
-	background: $trame;
+	box-shadow: inset 0 5rem 4rem white;
+	background: $trame_white;
 	font-size: $font-medium;
 	text-align: center;	
 	padding: 1rem 0 3rem 0;
@@ -365,6 +365,7 @@
 	}
 }
 .header_container{
+	background: $bck-col;
 	display: grid;
 	grid-template-columns: repeat(3, 1fr);
 	grid-column: 1 / span 3;

+ 1 - 0
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -5,6 +5,7 @@
     }
     //galerie de la page popsu - top (copy de home)
     #programme_toc-block_5{
+        background-color: white;
         .slick-slide{
             margin: 0 1rem;
         }

+ 1 - 0
web/themes/custom/popsu/sass/setup/_variables.scss

@@ -15,6 +15,7 @@ $col-1: #61ab32;
 $bck-col: #eff2f9;
 $lightblue: #98d0d9;
 $trame: center/80% linear-gradient(rgba(239,242,249,.5), rgba(239,242,249,.5)), url(../../images/motif_croix.svg) ;
+$trame_white: center/80% linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../../images/motif_croix.svg) ;
 
 
 @media (min-width: 48rem) {

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