This commit is contained in:
armansansd 2021-10-04 11:11:54 +02:00
parent 0beb59f0f8
commit 4f594c9815
5 changed files with 12 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -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;

View File

@ -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;
}

View File

@ -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) {