@@ -75,79 +46,7 @@ const mentorTabTitle = computed(() =>
-
-
-
- {{ t("cockpit.title") }}
-
-
-
-
- {{ t("a.Vorschau Teilnehmer") }}
-
-
-
-
- {{ t("general.learningPath") }}
-
-
-
- {{ t("competences.title") }}
-
-
-
- {{ t(mentorTabTitle) }}
-
-
-
+
@@ -193,16 +92,4 @@ const mentorTabTitle = computed(() =>
-
+
diff --git a/client/tailwind.css b/client/tailwind.css
index 14a41aea..9e4d5e07 100644
--- a/client/tailwind.css
+++ b/client/tailwind.css
@@ -175,6 +175,18 @@ textarea {
.tag-active {
@apply rounded-full bg-blue-900 px-4 py-2 font-semibold text-white;
}
+
+ .nav-item {
+ @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-white hover:text-sky-500;
+ }
+
+ .nav-item-no-mobile {
+ @apply hidden items-center border-b-4 border-transparent px-1 pt-1 text-white hover:text-sky-500 lg:inline-flex;
+ }
+
+ .nav-item--active {
+ @apply border-sky-500;
+ }
}
@layer utilities {