This commit is contained in:
2025-05-15 09:33:22 +02:00
parent 0520d029a1
commit f74ef1208d
10 changed files with 364 additions and 91 deletions
@@ -253,7 +253,8 @@
width: 70%;
@media (max-width: 810px){
width: 100%;
}
}
.block-entity-fieldnodefield-fichiers{
height: fit-content;
border: 2px solid $blue-light;
@@ -294,6 +295,7 @@
}
.block-entity-fieldnodefield-liens{
order: 3;
.field--name-field-liens{
.field__item{
margin: auto;
@@ -305,7 +307,8 @@
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem;
padding: 1rem
padding: 1rem;
}
a{
display: inline-flex;
@@ -313,10 +316,12 @@
color: $blue-light;
font-weight: 800;
&::before{
content: url("../images/pictos/noun_External Link_674151.svg");
content: url("../images/pictos/external_link.png");
min-width: 30px;
height: auto;
padding-right: 1rem;
margin-right: 1rem;
}
svg.ext{
display: none;
@@ -328,6 +333,7 @@
.block-entity-fieldnodefield-ress{
order: 4;
margin-top: 3rem;
.field--name-field-ress{
.field__label{
@@ -447,11 +453,13 @@
}
.block-entity-fieldnodefield-projets-liee{
order: 1;
margin-top: 3rem;
@media(max-width:479px){
margin-top: 2rem;
}
h2{
display: none;
font-size: 0.8rem;
color: $black;
font-weight: 900;
@@ -459,20 +467,39 @@
.field--name-field-projets-liee{
display: flex;
flex-direction: column;
border: 2px solid $blue-light;
border-bottom: 1px solid $black;
padding: 1rem;
height: fit-content;
margin-bottom: 1rem;
margin-bottom: 3rem;
background-color: $white;
.field__label{ display: none;}
.field__items{
:before{
content: url("../images/pictos/picto_lieu_blue.svg");
display: inline-block;
color: $blue-dark;
margin-right: 1rem;
}
}
.field__item{
display: flex;
flex-direction: row;
:before{
content: 'Voir le projet';
display: block;
color: $blue-dark;
}
a{
color: $black;
color: $blue-dark;
font-size: 1rem;
font-weight: 900;
font-style: italic;
// font-style: italic;
}
}
}
@@ -212,7 +212,7 @@
flex-direction: row;
align-items: center;
}
h3.type-publication-issue-du-programme-eqld a{
h3.type-productions-du-programme-engages-pour-la-qualite-du-logement-de-demain a{
&:before{
content:url("../images/pictos/picto-ressource-eqld.svg");
padding-right: 1rem;