corrections graphiques

This commit is contained in:
Valentin
2024-11-27 19:34:18 +01:00
parent c052f89d27
commit 5b13541fdc
20 changed files with 962 additions and 249 deletions

View File

@@ -350,6 +350,31 @@
@include sous_titre_alt();
}
> div:nth-of-type(2) {
> div:first-of-type > div {
> div:first-of-type > div:last-of-type::before {
mask-image: url('/themes/erabletheme/assets/equipes-projets-icons/grenouille.svg');
}
}
> div:nth-of-type(2) > div {
> div:first-of-type > div:last-of-type::before {
mask-image: url('/themes/erabletheme/assets/equipes-projets-icons/marmotte.svg');
}
}
> div:nth-of-type(3) > div {
> div:first-of-type > div:last-of-type::before {
mask-image: url('/themes/erabletheme/assets/equipes-projets-icons/collibri.svg');
}
}
> div:nth-of-type(4) > div {
> div:first-of-type > div:last-of-type::before {
mask-image: url('/themes/erabletheme/assets/equipes-projets-icons/papillon.svg');
}
}
> div:nth-of-type(5) > div {
> div:first-of-type > div:last-of-type::before {
mask-image: url('/themes/erabletheme/assets/equipes-projets-icons/nenuphar.svg');
}
}
> div {
> div {
padding-left: $x_margin;
@@ -358,7 +383,23 @@
margin-bottom: 3rem !important;
> div:first-of-type {
margin-bottom: 2rem;
display: inline-block;
@include sous_titre();
> div:last-of-type {
display: flex;
align-items: center;
&::before {
content: '';
display: inline-block;
width: 1.8rem;
height: 1.8rem;
background-color: $teal;
mask-repeat: no-repeat;
mask-position: center;
mask-size: 1.8rem;
margin-right: 0.5rem;
}
}
}
> div:nth-of-type(2) {
> div {
@@ -391,8 +432,9 @@
grid-row: 2;
margin: 0;
padding: 0;
color: black;
font-size: $m_font_size;
color: black !important;
font-size: $m_font_size !important;
@include sous_titre();
> div {
padding-left: 0.2rem !important;
}
@@ -402,8 +444,9 @@
grid-row: 2;
margin: 0;
padding: 0;
color: black;
font-size: $m_font_size;
color: black !important;
font-size: $m_font_size !important;
@include sous_titre();
}
> .texte {
margin-top: 0.5rem;