remove scss from review from harti

This commit is contained in:
ogerly 2022-05-18 13:29:26 +02:00
parent 274365fb88
commit bc9e21ba14
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template>
<footer class="footer bg-transparent">
<b-row class="mt-lg-8 mt-md-6 mt-4">
<b-row class="mt-lg-7 mt-md-6 mt-4">
<b-col class="col-12 col-md-12 col-lg-6">
<div
class="d-flex justify-content-center justify-content-md-center justify-content-lg-start ml-3"

View File

@ -36,7 +36,7 @@
<b-card no-body ref="pageFontSize" class="border-0 mt-4 gradido-custom-background">
<b-row class="p-4">
<b-col cols="10">
<language-switch />
<language-switch class="ml-3"/>
</b-col>
<b-col cols="2" class="text-right">
<div id="popover-target-1" class="pointer">

View File

@ -33,7 +33,7 @@
{{ $t('site.login.saveLogin') }}
</b-form-checkbox>
</b-col>
<b-col>
<b-col class="d-flex justify-content-end">
<router-link to="/forgot-password" class="mt-3">
{{ $t('settings.password.forgot_pwd') }}
</router-link>