feat: payment verification and membership

This commit is contained in:
Jannat Patel
2023-08-11 19:45:12 +05:30
parent ea27acc683
commit 0c14a1ab4c
10 changed files with 327 additions and 51 deletions

View File

@@ -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;
}

View File

@@ -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) {