feat: edit existing lesson

This commit is contained in:
Jannat Patel
2023-05-03 17:41:18 +05:30
parent bbdfaa32e9
commit 4336839932
7 changed files with 168 additions and 44 deletions

View File

@@ -121,8 +121,7 @@ textarea.field-input {
}
.outline-lesson {
border-bottom: 1px solid var(--gray-300);
padding: 1rem 0;
padding: 0.5rem 0;
}
.common-card-style .outline-lesson:last-of-type {
@@ -160,6 +159,12 @@ textarea.field-input {
padding-top: 0.5rem;
}
.lesson-parent .breadcrumb {
border-bottom: 1px solid var(--gray-300);
margin-bottom: 2rem;
padding-bottom: 1rem;
}
body {
background-color: #FFFFFF;
}
@@ -764,15 +769,12 @@ input[type=checkbox] {
}
.course-content-parent .course-home-headings {
margin: 0 0 1rem;
margin: 0 0 0.5rem;
width: 100%;
}
.lesson-pagination {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2rem
margin: 2rem 0;
}
.lesson-video {
@@ -937,7 +939,7 @@ input[type=checkbox] {
}
.progress-bar {
background-color: var(--accent-color);
background-color: var(--primary-color);
}
.progress-percent {