style path-projets

This commit is contained in:
2022-03-01 16:15:56 +01:00
parent 8ac5c27841
commit 2703c28481
6 changed files with 266 additions and 1 deletions
@@ -0,0 +1,41 @@
.path-node.page-node-type-projet{
.layout-container{
overflow: unset;
}
.layout-content{
.region-content{
#block-contenudelapageprincipale{
.layout--threecol-25-50-25{
// display: grid;
// grid-template-rows: repeat(6, auto);
.layout__region--top{
.block-region-top{
// position: relative;
display: grid;
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
.block-entity-fieldnodefield-adresse{
grid-column: 2 / span 10;
.field--name-field-adresse{
text-transform: uppercase;
}
}
.block-entity-fieldnodetitle{
font-family: 'Source Code Pro';
}
}
}
}
}
}
}
}