feat: Video and Header component for a lesson
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user