diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue index 415167573..6d184462c 100644 --- a/frontend/src/components/Auth/Header.vue +++ b/frontend/src/components/Auth/Header.vue @@ -12,15 +12,14 @@ - + {{ $t('auth.navbar.overGradido') }} - - {{ $t('signup') }} {{ $t('|') }} - {{ $t('signin') }} - + {{ $t('signup') }} + {{ $t('|') }} + {{ $t('signin') }} diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue index f71be3939..67316211e 100644 --- a/frontend/src/components/Auth/MobileStart.vue +++ b/frontend/src/components/Auth/MobileStart.vue @@ -47,7 +47,7 @@ export default { .mobil-start-box { position: fixed; height: 100%; - z-index: 1000; + z-index: 10000; } .mobil-start-box-text { position: fixed; diff --git a/frontend/src/components/Auth/NavbarSmall.vue b/frontend/src/components/Auth/NavbarSmall.vue new file mode 100644 index 000000000..754cb8a35 --- /dev/null +++ b/frontend/src/components/Auth/NavbarSmall.vue @@ -0,0 +1,18 @@ + + diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index dc38a5c15..2face2798 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -15,10 +15,14 @@ {{ $t('auth.left.learnMore') }} -
+ + + + +
{{ $t('welcome') }}
@@ -57,15 +61,11 @@ -
- - {{ $t('signup') }} - - {{ $t('|') }} - - {{ $t('signin') }} - -
+ + + + +
@@ -83,6 +83,7 @@