background

This commit is contained in:
2021-11-27 23:22:35 +01:00
parent cd2e9a4a50
commit 27858db5ab
7 changed files with 103 additions and 73 deletions
@@ -21,7 +21,9 @@
.path-node {
margin: 0;
}
.main-content{
margin-top: 7rem;
}
.field--name-field-titre{
.field__item{
@@ -9,10 +9,7 @@
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
height: 200px;
.block-entity-fieldnodetitle{
width: 80%;
margin-left: 13%;
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
@@ -20,7 +17,6 @@
color: $white;
background-color: $blue-light;
text-transform: uppercase;
// padding: 2rem 1rem 2rem 1rem;
}
}
}
@@ -0,0 +1,25 @@
.node-id-35{
.region-content{
background: url('../images/pictos/carre-contour-bleu_gouvernance.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: $white;
background-color: $blue-light;
text-transform: uppercase;
}
}
}
}
}
@@ -7,18 +7,14 @@
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
height: 200px;
.block-entity-fieldnodetitle{
width: 80%;
margin: auto;
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $blue-light;
background-color: $white;
color: $white;
background-color: $blue-light;
text-transform: uppercase;
// padding: 2rem 1rem 2rem 1rem;
}
}
}
@@ -29,13 +25,15 @@
.field--name-field-partenaires{
padding-top: 3rem;
.paragraph--type--partenaire{
background-color: $white;
width: 75%;
padding-bottom: 3rem;
display: grid;
grid-template-columns: repeat(auto-fill, 120px);
grid-template-rows: repeat(auto-fill);
.field--name-field-logo{
grid-column: 1 / 4;
grid-row: 1 / 3;
}
@@ -7,10 +7,8 @@
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
.block-region-top{
height: 200px;
.block-entity-fieldnodetitle{
width: 80%;
margin-left: 13%;
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
@@ -18,7 +16,6 @@
color: $white;
background-color: $blue-light;
text-transform: uppercase;
// padding: 2rem 1rem 2rem 1rem;
}
}
}
+10 -6
View File
@@ -1,13 +1,15 @@
// .layout--threecol-25-50-25{
// padding-top: 2rem;
// background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" version="1.1"><rect x="0" y="0" width="80" height="80" transform="rotate(35) translate(430, -800) scale(15)" fill="none" stroke="rgb(0,158,227)" stroke-width="0.4px"/></svg>');
// background-repeat: no-repeat;
// }
.layout__region--top{ //bandeau titre page static
padding-bottom: 3rem;
height: 300px;
.block-region-top{
height: inherit;
}
.block-entity-fieldnodetitle{
width: fit-content;
margin-left: 13%;
margin-top: 200px;
}
.block-entity-fieldnodefield-images{
display: none;
@@ -24,6 +26,7 @@
.block-entity-fieldnodefield-textes{
display: flex;
width: 50%;
background-color: $white;
// justify-content: flex-end;
padding-right: 2rem;
@@ -47,6 +50,7 @@
.layout__region--second{ // paragraphe texte
.block-entity-fieldnodefield-textes{
background-color: $white;
.field--name-field-titre{
font-size: 1.5rem;
font-weight: 1000;