mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
refactor register button position
This commit is contained in:
parent
b58e653d28
commit
de7a41516a
@ -63,29 +63,25 @@
|
|||||||
<b-row>
|
<b-row>
|
||||||
<b-col><input-email v-model="form.email"></input-email></b-col>
|
<b-col><input-email v-model="form.email"></input-email></b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
<div class="my-4">
|
||||||
<b-row class="mt-4 mb-4">
|
<b-form-checkbox
|
||||||
<b-col class="mb-4 mb-md-0">
|
id="registerCheckbox"
|
||||||
<b-form-checkbox
|
v-model="form.agree"
|
||||||
id="registerCheckbox"
|
:name="$t('site.signup.agree')"
|
||||||
v-model="form.agree"
|
>
|
||||||
:name="$t('site.signup.agree')"
|
<!-- eslint-disable-next-line @intlify/vue-i18n/no-v-html -->
|
||||||
>
|
<span class="text-muted" v-html="$t('site.signup.agree')"></span>
|
||||||
<!-- eslint-disable-next-line @intlify/vue-i18n/no-v-html -->
|
</b-form-checkbox>
|
||||||
<span class="text-muted" v-html="$t('site.signup.agree')"></span>
|
</div>
|
||||||
</b-form-checkbox>
|
<div>
|
||||||
</b-col>
|
<b-button
|
||||||
|
type="submit"
|
||||||
<b-col class="d-flex justify-content-end">
|
:disabled="disabled"
|
||||||
<b-button
|
:variant="disabled ? 'gradido-disable' : 'gradido'"
|
||||||
type="submit"
|
>
|
||||||
:disabled="disabled"
|
{{ $t('signup') }}
|
||||||
:variant="disabled ? 'gradido-disable' : 'gradido'"
|
</b-button>
|
||||||
>
|
</div>
|
||||||
{{ $t('signup') }}
|
|
||||||
</b-button>
|
|
||||||
</b-col>
|
|
||||||
</b-row>
|
|
||||||
</b-form>
|
</b-form>
|
||||||
</validation-observer>
|
</validation-observer>
|
||||||
</b-container>
|
</b-container>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user