feat: course outline page

This commit is contained in:
Jannat Patel
2023-04-26 11:46:08 +05:30
parent 4eb5390ad8
commit fcdd70dcc7
5 changed files with 134 additions and 1 deletions

View File

@@ -120,6 +120,27 @@ textarea.field-input {
height: 300px;
}
.outline-lesson {
border-bottom: 1px solid var(--gray-300);
padding: 1rem 0;
}
.common-card-style .outline-lesson:last-child {
border-bottom: none;
padding-bottom: 0;
}
.level {
justify-content: start;
}
.icon-bg {
background: var(--gray-100);
padding: 0.5rem;
border-radius: var(--border-radius-md);
margin: 0 0.5rem;
}
body {
background-color: #FFFFFF;
}