feat: payment verification and membership
This commit is contained in:
@@ -2285,4 +2285,15 @@ select {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-section .section-head {
|
||||
margin-bottom: var(--margin-sm);
|
||||
font-weight: 700;
|
||||
color: var(--heading-color);
|
||||
}
|
||||
|
||||
.form-column:first-child {
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ const expand_the_first_chapter = () => {
|
||||
|
||||
const expand_the_active_chapter = () => {
|
||||
let selector = $(".course-home-headings.title");
|
||||
console.log(selector);
|
||||
|
||||
if (selector.length && $(".course-details-page").length) {
|
||||
expand_for_course_details(selector);
|
||||
} else if ($(".active-lesson").length) {
|
||||
|
||||
Reference in New Issue
Block a user