Skip to content

Commit

Permalink
feat(client): fix revamp single course layout css
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 11, 2023
1 parent 51aae38 commit 0b59c6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
background-color: inherit !important;
box-shadow: none !important;
border-right: 1px solid $border-color;

}

a.course-chapters-sidebar__item {
Expand Down Expand Up @@ -54,3 +53,9 @@ a.course-chapters-sidebar__item {
background-color: $dark-secondary-background-color;
}
}

@media only screen and (max-width: 780px) {
.course-chapters-sidebar {
border-right: none;
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.single-course-routes {
display: flex;
width: 100%;
}

.single-course-routes__sidebar {
Expand All @@ -15,6 +16,7 @@
}

.single-course-routes__divider {
width: 100%;
display: none;
}

Expand Down

0 comments on commit 0b59c6d

Please sign in to comment.