fleche ouverture presentation equipe

This commit is contained in:
2025-11-25 18:55:24 +01:00
parent 6272ac893c
commit d7026f45e7
4 changed files with 54 additions and 4 deletions

View File

@@ -227,15 +227,18 @@
}
&::after{
display: inline-flex;
content: url("../img/noun-arrow-to-right.svg");
content: url("../img/arrow-down-white.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
// padding-bottom: 0.2rem;
height: 25px;
height: 12px;
}
margin-bottom: 1rem;
}
.btn-equipe-toggle[aria-expanded="true"]::after {
content: url("../img/arrow-up-white.svg");
}
.equipe-separator {
border-bottom: 1px solid black;
margin: 20px 0;