design resosurces teaser

This commit is contained in:
2025-05-28 22:52:18 +02:00
parent 6ccf5cacd3
commit a9b2e6118c
2 changed files with 40 additions and 3 deletions
+12 -1
View File
@@ -6596,11 +6596,13 @@ article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-re
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-type-de-ressource {
order: 2;
grid-row: 2;
margin-bottom: 1rem;
grid-column: 1/span 2;
margin-bottom: 0.5rem;
}
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-type-de-media {
order: 1;
grid-row: 1;
grid-column: 1/span 2;
}
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-images {
order: 3;
@@ -6644,6 +6646,15 @@ article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-re
article.node-type-ressource.type-publication-issue-du-programme-eqld .wrapper-ressource .field--name-field-mots-clefs {
grid-row: 8;
}
article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--name-field-type-de-ressource {
order: 2;
}
article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--name-field-type-de-media {
order: 1;
}
article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--name-field-images {
order: 3;
}
@media (max-width: 479px) {
article.node-type-ressource {
margin-left: 0;
@@ -18,12 +18,13 @@ article.node-type-ressource{
.field--name-field-type-de-ressource{
order: 2;
grid-row: 2;
margin-bottom: 1rem;
grid-column: 1 /span 2;
margin-bottom: 0.5rem;
}
.field--name-field-type-de-media{
order: 1;
grid-row: 1;
grid-column: 1 /span 2;
}
.field--name-field-images{
order: 3;
@@ -71,6 +72,31 @@ article.node-type-ressource{
}
}
&.type-paroles-de-laureats{
.wrapper-ressource{
.field--name-field-type-de-ressource{
order: 2;
}
.field--name-field-type-de-media{
order: 1;
}
.field--name-field-images{
order: 3;
}
.field--name-title{
}
.field--name-field-sous-titre{
}
.field--name-field-auteur-s-{
}
.field--name-field-edition{
}
.field--name-field-date-de-parution{
}
.field--name-field-mots-clefs{
}
}
// background-color: $background-actus;
}
@media (max-width: 479px) {