Fix taken courses collapsible (#840)
* Fix taken courses collapsible * Remove space * Reorder functions
This commit is contained in:
parent
93dc9dbb26
commit
bb9fec2e5d
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue