toggle faq fichiers

This commit is contained in:
2022-01-18 11:02:09 +01:00
parent d2cb8a68c8
commit f1b0adf4d8
5 changed files with 202 additions and 42 deletions
@@ -91,6 +91,12 @@
color: $white;
}
}
.blue{
background: $blue-dark;
a{
color: $white;
}
}
}
@media (max-width: 810px){
+11 -6
View File
@@ -146,10 +146,9 @@
.field--name-field-reponse{
display: none;
}
.opened{
display: block;
}
.field--name-field-fichiers{
.field--name-field-fichiers{
display: none;
span:nth-of-type(2){
display: none;
}
@@ -172,9 +171,10 @@
font-weight: 800;
}
}
}
}
.field--name-field-liens{
display: none;
a{
&:before{
display: inline-block;
@@ -195,6 +195,7 @@
}
}
.field--name-field-ress{
display: none;
margin-top: 0.5rem;
a{
@@ -203,6 +204,10 @@
font-weight: 800;
}
}
.opened{
display: block;
}
}
}
}