change position from auth footer

This commit is contained in:
ogerly 2022-05-17 09:05:46 +02:00
parent 3a2f56db6f
commit deb53d2c8f
2 changed files with 15 additions and 11 deletions

View File

@ -1,15 +1,19 @@
<template>
<footer class="footer bg-transparent">
<b-row class="mt-4">
<b-row class="mt-lg-8 mt-md-6 mt-4">
<b-col class="col-12 col-md-12 col-lg-6">
<b-nav class="nav-footer">
<b-nav-item :href="`https://gradido.net/${$i18n.locale}/impressum/`" target="_blank">
{{ $t('footer.imprint') }}
</b-nav-item>
<b-nav-item :href="`https://gradido.net/${$i18n.locale}/datenschutz/`" target="_blank">
{{ $t('footer.privacy_policy') }}
</b-nav-item>
</b-nav>
<div
class="d-flex justify-content-center justify-content-md-center justify-content-lg-start"
>
<b-nav class="nav-footer">
<b-nav-item :href="`https://gradido.net/${$i18n.locale}/impressum/`" target="_blank">
{{ $t('footer.imprint') }}
</b-nav-item>
<b-nav-item :href="`https://gradido.net/${$i18n.locale}/datenschutz/`" target="_blank">
{{ $t('footer.privacy_policy') }}
</b-nav-item>
</b-nav>
</div>
</b-col>
<b-col class="col-12 col-md-12 col-lg-6 mt-4 mb-4 mt-lg-0 mb-lg-0">
<div class="text-center text-lg-right">

View File

@ -63,7 +63,7 @@
<b-avatar src="img/brand/gradido_coin●.png" size="6rem"></b-avatar>
<b-row class="mt-4">
<b-col class="zindex1000 mb--4">
<!-- <navbar-small /> -->
<navbar-small />
</b-col>
</b-row>
</b-col>
@ -73,7 +73,7 @@
</b-card-body>
</b-card>
</div>
<auth-footer v-if="!$route.meta.hideFooter" class="mt-4 pr-5"></auth-footer>
<auth-footer v-if="!$route.meta.hideFooter" class="pr-5"></auth-footer>
</b-col>
</b-row>
<!-- <auth-layout-gdd />-->