paroles de lauréat background mozaique

This commit is contained in:
2024-10-18 11:36:26 +02:00
parent da8fe6f5c2
commit 1b42879a1a
3 changed files with 18 additions and 4 deletions
+11
View File
@@ -2579,6 +2579,14 @@ a {
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource div ul.links.inline {
display: none;
}
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {
margin-top: 3rem;
}
@media (max-width: 479px) {
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee {
margin-top: 2rem;
}
}
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee h2 {
font-size: 0.8rem;
color: rgb(0, 0, 0);
@@ -5521,6 +5529,9 @@ a {
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource.type-de-ressource-Publication-issue-du-programme-EQLD {
background-color: rgba(0, 158, 227, 0.2);
}
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource.type-de-ressource-Paroles-de-lauréats {
background-color: rgba(0, 158, 227, 0.2);
}
@media (max-width: 479px) {
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource {
margin-left: 0;
@@ -445,10 +445,10 @@
}
.block-entity-fieldnodefield-projets-liee{
// margin-top: 3rem;
// @media(max-width:479px){
// margin-top: 2rem;
// }
margin-top: 3rem;
@media(max-width:479px){
margin-top: 2rem;
}
h2{
font-size: 0.8rem;
color: $black;
@@ -215,6 +215,9 @@
&.type-de-ressource-Publication-issue-du-programme-EQLD{
background-color: $background-actus;
}
&.type-de-ressource-Paroles-de-lauréats{
background-color: $background-actus;
}
@media (max-width: 479px) {
margin-left: 0;
}