margin top
This commit is contained in:
parent
d4e048999d
commit
597ce41081
|
@ -1,9 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<p>{{ i18n.ts.signupsDisabled }}</p>
|
<p>{{ i18n.ts.signupsDisabled }}</p>
|
||||||
<a href="https://calckey.org/join">
|
<a href="https://calckey.org/join">
|
||||||
<MkButton rounded gradate
|
<MkButton rounded gradate>{{ i18n.ts.findOtherInstance }} </MkButton>
|
||||||
>{{ i18n.ts.findOtherInstance }}
|
|
||||||
</MkButton>
|
|
||||||
</a>
|
</a>
|
||||||
<form
|
<form
|
||||||
class="qlvuhzng _formRoot"
|
class="qlvuhzng _formRoot"
|
||||||
|
@ -498,6 +496,7 @@ function onSubmit(): void {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.qlvuhzng {
|
.qlvuhzng {
|
||||||
|
margin-top: 1rem;
|
||||||
.captcha {
|
.captcha {
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue