Fix taken courses collapsible (#840)

* Fix taken courses collapsible

* Remove space

* Reorder functions
This commit is contained in:
Bernat Borràs Civil 2023-12-06 20:48:50 +02:00 committed by GitHub
parent 93dc9dbb26
commit bb9fec2e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,13 +120,13 @@
width: 50%; width: 50%;
} }
} }
.hidden-course { }
display: none; .hidden-course {
@include transition(); display: none;
} @include transition();
ul { }
margin-bottom: 0; ul {
} margin-bottom: 0;
} }
} }
} }