refactor(SW-194): move css to parent

This commit is contained in:
Matilda Landström
2024-10-16 13:17:26 +02:00
parent 7f8a8e27a9
commit fa142cbbdb
4 changed files with 14 additions and 15 deletions
@@ -1,7 +1,7 @@
.accordion :not(.allVisible):nth-child(n + 6) {
.accordion:not(.allVisible) :nth-child(n + 6) {
display: none;
}
.accordion :not(.allVisible):nth-child(5) {
.accordion:not(.allVisible) :nth-child(5) {
border: none;
}