style path-projets
This commit is contained in:
@@ -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';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user