projets liées ressources
This commit is contained in:
@@ -43,8 +43,7 @@
|
||||
.block-entity-fieldnodefield-edition,
|
||||
.block-entity-fieldnodefield-auteur-s-,
|
||||
.block-entity-fieldnodefield-date-de-parution,
|
||||
.block-entity-fieldnodefield-mots-clefs,
|
||||
.block-entity-fieldnodefield-projets-liee {
|
||||
.block-entity-fieldnodefield-mots-clefs {
|
||||
width: 100%;
|
||||
margin-left: 13%;
|
||||
@media (max-width: 1099px) {
|
||||
@@ -157,16 +156,7 @@
|
||||
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-projets-liee{
|
||||
h2{display: none;}
|
||||
.field__label{display: none;}
|
||||
a{
|
||||
color: black;
|
||||
&:hover{
|
||||
color: $blue-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
/* Hide empty blocks */
|
||||
.block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640:empty,
|
||||
@@ -452,7 +442,41 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-projets-liee{
|
||||
// margin-top: 3rem;
|
||||
// @media(max-width:479px){
|
||||
// margin-top: 2rem;
|
||||
// }
|
||||
h2{
|
||||
font-size: 0.8rem;
|
||||
color: $black;
|
||||
font-weight: 900;
|
||||
}
|
||||
.field--name-field-projets-liee{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 2px solid $blue-light;
|
||||
padding: 1rem;
|
||||
|
||||
height: fit-content;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white;
|
||||
|
||||
.field__label{ display: none;}
|
||||
.field__item{
|
||||
a{
|
||||
color: $black;
|
||||
font-size: 1rem;
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
||||
@@ -119,6 +119,30 @@
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-projets-liee{
|
||||
margin-top: 3rem;
|
||||
@media(max-width:479px){
|
||||
margin-top: 2rem;
|
||||
}
|
||||
h2{
|
||||
font-size: 0.8rem;
|
||||
color: $black;
|
||||
font-weight: 900;
|
||||
}
|
||||
.field--name-field-projets-liee{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 2px solid $blue-light;
|
||||
padding: 1rem;
|
||||
|
||||
height: fit-content;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/////// pages projets
|
||||
|
||||
Reference in New Issue
Block a user