Fix taken courses collapsible (#840)
* Fix taken courses collapsible * Remove space * Reorder functions
This commit is contained in:
committed by
GitHub
parent
93dc9dbb26
commit
bb9fec2e5d
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user