correction bouton meetup + flèche faq

This commit is contained in:
Valentin
2024-03-30 18:41:51 +01:00
parent 746c347042
commit 54e34f98f9
5 changed files with 105 additions and 35 deletions

View File

@@ -15,9 +15,11 @@
font-weight: 800;
display: flex;
align-items: center;
justify-content: space-between;
}
> span > a::after {
content: "";
margin-left: 1rem;
}
}
.faq-qa-visible {
@@ -86,9 +88,16 @@
a {
color: white;
text-decoration: underline;
display: block;
transform: translateY(0);
transition: transform 0.2s ease-out;
}
a:hover {
transform: translateY(-2px);
}
}
}
#block-erabletheme-votrequestionnexistepas::before {
content: "?";
grid-column: 1;