This commit is contained in:
2021-11-27 23:41:11 +01:00
parent 27858db5ab
commit d2d1e3fd3e
5 changed files with 58 additions and 3 deletions
@@ -0,0 +1,23 @@
.node-id-3{
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
background-repeat: no-repeat;
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
.block-entity-fieldnodetitle{
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $blue-light;
background-color: $white;
text-transform: uppercase;
}
}
}
}
}
@@ -2,7 +2,7 @@
background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
background-repeat: no-repeat;
top: 7rem;
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
@@ -120,6 +120,7 @@
width: 69%;
height: fit-content;
margin-bottom: 1rem;
background-color: $white;
&:first-of-type{
border-top: 1px solid $blue-light;
padding-top: 1rem;
@@ -35,6 +35,15 @@ header{
height: 100%;
align-items: center;
}
#block-logoeql{
display: flex;
height: 100%;
align-items: center;
padding-left: 2rem;
img{
height: 80%;
}
}
ul{
list-style: none;