From 75fc75616db9b74c77c06b4867415e9ac2cae02c Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 8 Aug 2022 09:54:57 +0200 Subject: [PATCH] Style mobile menu --- client/src/components/MainNavigationBar.vue | 1 - client/src/components/MobileMenu.vue | 46 +++++++++++++-------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/client/src/components/MainNavigationBar.vue b/client/src/components/MainNavigationBar.vue index ddebed09..ded491a4 100644 --- a/client/src/components/MainNavigationBar.vue +++ b/client/src/components/MainNavigationBar.vue @@ -88,7 +88,6 @@ const profileDropdownData = [
import ItFullScreenModal from '@/components/ui/ItFullScreenModal.vue' +import IconLogout from '@/components/icons/IconLogout.vue' +import IconSettings from '@/components/icons/IconSettings.vue' const props = defineProps<{ show: boolean, @@ -18,32 +20,40 @@ const emits = defineEmits(['closemodal']) >
-
+
-
-
+

{{user.first_name}} {{user.last_name}}

- Kontoeinstellungen + + Kontoeinstellungen +
-
-

Kurs: {{learningPathName}}

-
    -
  • Lernpfad
  • -
  • Komp
  • -
-
-
    -
  • Shop
  • -
  • Mediathek
  • -
-
-
- Abmelden +
+

Kurs: {{learningPathName}}

+
    +
  • Lernpfad
  • +
  • Komp
  • +
+
+
+
    +
  • Shop
  • +
  • Mediathek
  • +
+
+
+ Abmelden +