display ressources liées
This commit is contained in:
@@ -4844,6 +4844,17 @@ svg.ext {
|
||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource div ul.links.inline {
|
||||
display: none;
|
||||
}
|
||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-les-projets-en-images .field--name-field-images {
|
||||
order: 1;
|
||||
width: 100%;
|
||||
}
|
||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-les-projets-en-images .field--name-field-images .field__item:not(:first-of-type) {
|
||||
display: none;
|
||||
}
|
||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-les-projets-en-images .field--name-field-images img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--bottom .block-entity-fieldnodefield-partenaires {
|
||||
width: 50%;
|
||||
margin: auto;
|
||||
|
||||
@@ -685,6 +685,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.node-type-ressource.type-les-projets-en-images{
|
||||
.field--name-field-images{
|
||||
// display: none;
|
||||
order: 1;
|
||||
width: 100%;
|
||||
.field__item:not(:first-of-type){
|
||||
display: none;
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user