fix(SW-194): remove function for styling

This commit is contained in:
Matilda Landström
2024-10-15 13:50:07 +02:00
parent fca67dd66b
commit e5aa3faa0b
2 changed files with 5 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
.hiddenItem {
.accordion :not(.allVisible):nth-child(n + 6) {
display: none;
}
.lastItem {
.accordion :not(.allVisible):nth-child(5) {
border: none;
}