feat: Video and Header component for a lesson

This commit is contained in:
Jannat Patel
2023-05-05 11:53:04 +05:30
parent 4336839932
commit 211c69bb41
12 changed files with 178 additions and 59 deletions

View File

@@ -3,11 +3,7 @@
--text-3-8xl: 34px;
--text-4xl: 36px;
--primary-color: var(--gray-900);
--accent-color: #0B9E92
}
.btn.btn-primary {
background-color: var(--primary-color);
--primary: var(--gray-900);
}
.nav-link .course-list-count {
@@ -121,7 +117,7 @@ textarea.field-input {
}
.outline-lesson {
padding: 0.5rem 0;
padding: 0.75rem 0;
}
.common-card-style .outline-lesson:last-of-type {
@@ -165,6 +161,31 @@ textarea.field-input {
padding-bottom: 1rem;
}
.form-width {
width: 50%;
}
@media (max-width: 768px) {
.form-width {
width: 75%;
}
}
.clickable {
color: var(--gray-900);
font-weight: 500;
}
.clickable:hover {
color: var(--gray-900);
text-decoration: none;
}
.form-checkbox {
display: flex;
align-items: center;
}
body {
background-color: #FFFFFF;
}
@@ -1487,7 +1508,7 @@ pre {
}
.reviews-parent .progress-bar {
background-color: var(--accent-color);
background-color: var(--primary-color);
}
.course-home-top-container {