resssources liées photo en 1er
This commit is contained in:
@@ -5511,6 +5511,14 @@ svg.ext {
|
||||
color: rgb(0, 0, 0);
|
||||
font-weight: 900;
|
||||
}
|
||||
.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- .field--name-field-ressource-s-liee-s- {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.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- .field--name-field-ressource-s-liee-s- .field__item:has(.type-les-projets-en-images) {
|
||||
display: flex;
|
||||
order: -1;
|
||||
}
|
||||
.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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -5609,6 +5617,9 @@ 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-publications-issues-du-programme {
|
||||
min-width: 30px !important;
|
||||
}
|
||||
.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%;
|
||||
|
||||
@@ -583,6 +583,15 @@
|
||||
color: $black;
|
||||
font-weight: 900;
|
||||
}
|
||||
.field--name-field-ressource-s-liee-s-{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.field__item:has(.type-les-projets-en-images){
|
||||
display: flex;
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.node-type-ressource{
|
||||
display: flex;
|
||||
@@ -697,7 +706,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.node-type-ressource.type-publications-issues-du-programme{
|
||||
min-width: 30px !important;
|
||||
}
|
||||
.node-type-ressource.type-les-projets-en-images{
|
||||
|
||||
.field--name-field-images{
|
||||
// display: none;
|
||||
order: 1;
|
||||
|
||||
@@ -270,4 +270,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user