-
+
+
+
+
+
@@ -68,8 +88,9 @@ onMounted(() => {
:key="learningSequence.translation_key"
>
diff --git a/client/src/views/StyelGuideView.vue b/client/src/views/StyelGuideView.vue
index 2a0a814b..4dea643c 100644
--- a/client/src/views/StyelGuideView.vue
+++ b/client/src/views/StyelGuideView.vue
@@ -214,6 +214,7 @@ function colorBgClass(color: string, value: number) {
+
Primary Link
@@ -223,9 +224,7 @@ function colorBgClass(color: string, value: number) {
-
-
+
+
+
+
Dropdown (Work-in-progress)
diff --git a/server/vbv_lernwelt/learnpath/tests/create_default_learning_path.py b/server/vbv_lernwelt/learnpath/tests/create_default_learning_path.py
index c57591e3..a7c1ecf0 100644
--- a/server/vbv_lernwelt/learnpath/tests/create_default_learning_path.py
+++ b/server/vbv_lernwelt/learnpath/tests/create_default_learning_path.py
@@ -98,7 +98,11 @@ Fachspezialisten bei.
title='Einleitung Circle "Anlayse"',
parent=circe_analyse,
minutes=15,
- contents=[('video', VideoBlockFactory())]
+ contents=[('video', VideoBlockFactory(
+ url='https://www.youtube.com/embed/qhPIfxS2hvI',
+ description='In dieser Circle zeigt dir ein Fachexperte anhand von Kundensituationen, wie du erfolgreich'
+ 'den Kundenbedarf ermitteln, analysieren, priorisieren und anschliessend zusammenfassen kannst.'
+ ))]
)
LearningSequenceFactory(title='Beobachten', parent=circe_analyse, icon='it-icon-ls-watch')
diff --git a/tailwind/input.css b/tailwind/input.css
index 784c99aa..ac2ae61c 100644
--- a/tailwind/input.css
+++ b/tailwind/input.css
@@ -66,5 +66,11 @@ svg {
hover:bg-sky-400 hover:border-sky-400
disabled:opacity-50 disabled:cursor-not-allowed
}
+
+ .btn-text {
+ @apply font-bold py-2 px-4 align-middle inline-block
+ hover:text-gray-700
+ disabled:opacity-50 disabled:cursor-not-allowed
+ }
}