-
{{ $t('socialnetwork.vocab.courses.learningGoals') }}
-
+
+
+
{{ $t('socialnetwork.vocab.courses.lessonDescription') }}
+
{{ lesson.description }}
+
+
+
{{ $t('socialnetwork.vocab.courses.learningGoals') }}
+
+
@@ -2282,7 +2286,6 @@ export default {
}
.didactic-card,
-.lesson-description-box,
.cultural-notes {
padding: 18px;
background: #f8f9fa;
@@ -2290,6 +2293,20 @@ export default {
border: 1px solid #e7e7e7;
}
+.lesson-intro-combined {
+ grid-column: 1 / -1;
+}
+
+.lesson-intro-block + .lesson-intro-block {
+ margin-top: 16px;
+ padding-top: 16px;
+ border-top: 1px solid #e0e4e8;
+}
+
+.lesson-intro-block h4 {
+ margin-top: 0;
+}
+
.didactic-list {
margin: 0;
padding-left: 20px;
@@ -2613,19 +2630,6 @@ export default {
margin: 0 10px;
}
-.lesson-description-box {
- margin: 20px 0;
- padding: 15px;
- background: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
-}
-
-.lesson-description-box h4 {
- margin-top: 0;
- color: #333;
-}
-
.grammar-explanations {
margin: 20px 0;
padding: 15px;