Redesign sequence nav, move breadcrumbs out of sequence container

TNL-5555
This commit is contained in:
Brian Jacobel
2016-09-27 16:29:24 -04:00
parent caef3fe86c
commit 8b0b4f5ce2
7 changed files with 139 additions and 182 deletions

View File

@@ -411,7 +411,7 @@ html.video-fullscreen {
}
}
.sequence .path {
.path {
@extend %t-copy-sub1;
margin-top: -($baseline);
margin-bottom: $baseline;

View File

@@ -135,8 +135,8 @@ $bookmarked-icon: "\f02e"; // .fa-bookmark
// Rules for bookmark icon shown on each sequence nav item
.course-content {
.bookmark-icon.bookmarked {
@include left($baseline / 4);
.bookmark-icon.bookmarked {
@include right($baseline / 4);
top: -3px;
position: absolute;
}