application de la nouvelle identité sur toutes les pages
This commit is contained in:
@@ -49,15 +49,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .prenom,
|
||||
> .nom {
|
||||
// Prénom + nom regroupés via le template paragraph--membre-equipe.html.twig.
|
||||
// Même typo que sur les pages projets (Marianne regular, $fs_md).
|
||||
> .nom-prenom {
|
||||
align-self: flex-end;
|
||||
margin-bottom: 2vh;
|
||||
@include sous_titre();
|
||||
}
|
||||
|
||||
> .nom > div {
|
||||
padding-left: 0.5rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 0.3rem;
|
||||
color: black;
|
||||
font-family: $marianne;
|
||||
font-weight: $fw_regular;
|
||||
font-size: $fs_md;
|
||||
line-height: $lh_normal;
|
||||
> .prenom,
|
||||
> .nom {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .texte {
|
||||
@@ -76,7 +85,7 @@
|
||||
border-radius: 5vw;
|
||||
}
|
||||
|
||||
> .prenom {
|
||||
> .nom-prenom {
|
||||
padding-left: 3vw;
|
||||
}
|
||||
|
||||
@@ -98,15 +107,12 @@
|
||||
height: 7vw;
|
||||
}
|
||||
}
|
||||
> .prenom,
|
||||
> .nom {
|
||||
> .nom-prenom {
|
||||
margin-top: 0.8rem;
|
||||
align-self: start;
|
||||
padding: 0 !important;
|
||||
grid-row: 2 / 2;
|
||||
}
|
||||
> .prenom {
|
||||
justify-self: end;
|
||||
grid-column: 1 / 3;
|
||||
}
|
||||
> .texte {
|
||||
grid-column: 1 / 3;
|
||||
|
||||
Reference in New Issue
Block a user