correction bouton meetup + flèche faq
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user