ressources liées dans page une ressource

This commit is contained in:
2021-12-20 20:28:40 +01:00
parent d789379837
commit e02b8f5242
3 changed files with 260 additions and 214 deletions
+19 -4
View File
@@ -1512,15 +1512,30 @@ a {
width: 100%; width: 100%;
height: auto; } height: auto; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-type-de-ressource { .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-type-de-ressource {
display: inline-flex; text-transform: uppercase; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-type-de-ressource a {
color: #009ee3;
font-weight: 900;
font-size: 0.8rem; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs {
display: flex;
margin-top: 2rem; margin-top: 2rem;
background: #09398b; flex-direction: row;
flex-wrap: wrap; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs .field__item {
margin-right: 1rem; margin-right: 1rem;
padding-left: 0.3rem; padding-left: 0.3rem;
padding-right: 0.3rem; padding-right: 0.3rem; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs .field__item a {
background: #09398b;
color: white; color: white;
font-weight: 800; font-weight: 800;
vertical-align: middle; } vertical-align: super;
padding-left: 0.1rem;
padding-right: 0.1rem;
display: inline-flex; }
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource ul.links.inline {
display: none; }
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale { .offresdeservices .layout-content .region-content #block-contenudelapageprincipale {
background: url("../images/pictos/carre-contour-bleu_programme.svg"); background: url("../images/pictos/carre-contour-bleu_programme.svg");
@@ -247,6 +247,7 @@
} }
} }
} }
} }
@@ -258,15 +258,45 @@
} }
} }
.field--name-field-type-de-ressource{ .field--name-field-type-de-ressource{
display: inline-flex; text-transform: uppercase;
a{
color: $blue-light;
font-weight: 900;
font-size: 0.8rem;
}
}
.field--name-field-mots-clefs{
display: flex;
margin-top: 2rem; margin-top: 2rem;
background: $blue-dark; flex-direction: row;
flex-wrap: wrap;
// &::after{
// content: url("../images/pictos/noun_Arrow_3771902.svg");
// align-self: center;
// }
.field__item{
margin-right: 1rem; margin-right: 1rem;
padding-left: 0.3rem; padding-left: 0.3rem;
padding-right: 0.3rem; padding-right: 0.3rem;
a{
background: $blue-dark;
color: $white; color: $white;
font-weight: 800; font-weight: 800;
vertical-align: middle; vertical-align: super;
padding-left: 0.1rem;
padding-right: 0.1rem;
display: inline-flex;
}
}
}
ul.links.inline{
display: none;
} }
} }
} }