feat: course and lesson completion count

This commit is contained in:
Jannat Patel
2022-11-09 15:21:08 +05:30
parent d3ea923da7
commit 94e7f6a1f4
7 changed files with 88 additions and 24 deletions

View File

@@ -1216,9 +1216,9 @@ pre {
}
.preview-video {
width: 100%;
height: 190px;
border: none;
width: 100%;
height: 190px;
border: none;
}
.course-body-container {
@@ -1715,6 +1715,11 @@ li {
grid-gap: 2rem;
}
.tab-pane .stats-parent {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 1rem;
}
.stats-label {
color: var(--gray-900);
font-weight: 500;
@@ -1770,8 +1775,8 @@ li {
.frappe-chart .title {
font-size: 1rem;
font-weight: bold;
color: var(--gray-900);
font-weight: 500;
fill: var(--gray-900);
}
.course-description-section {
@@ -1799,3 +1804,7 @@ select {
appearance: none;
-webkit-appearance: none;
}
.course-list-cta {
float: right;
}