mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #5591 from Ocelot-Social-Community/4744-Missing-Space-On-Registration-Slider
fix: 🍰 Add Space In Register Box
This commit is contained in:
commit
e55917c7c6
@ -6,6 +6,7 @@
|
|||||||
<ds-text align="center" bold color="success">
|
<ds-text align="center" bold color="success">
|
||||||
{{ $t('components.registration.create-user-account.success') }}
|
{{ $t('components.registration.create-user-account.success') }}
|
||||||
</ds-text>
|
</ds-text>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="response === 'error'">
|
<div v-else-if="response === 'error'">
|
||||||
<transition name="ds-transition-fade">
|
<transition name="ds-transition-fade">
|
||||||
@ -21,6 +22,7 @@
|
|||||||
<ds-space centered>
|
<ds-space centered>
|
||||||
<nuxt-link to="/login">{{ $t('site.back-to-login') }}</nuxt-link>
|
<nuxt-link to="/login">{{ $t('site.back-to-login') }}</nuxt-link>
|
||||||
</ds-space>
|
</ds-space>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="create-account-card">
|
<div v-else class="create-account-card">
|
||||||
<ds-form
|
<ds-form
|
||||||
@ -112,6 +114,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</ds-text>
|
</ds-text>
|
||||||
</template>
|
</template>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</ds-form>
|
</ds-form>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
{{ $t('components.registration.email.form.sendEmailAgain') }}
|
{{ $t('components.registration.email.form.sendEmailAgain') }}
|
||||||
</label>
|
</label>
|
||||||
</ds-text>
|
</ds-text>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</ds-form>
|
</ds-form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
{{ $t('components.registration.invite-code.form.description') }}
|
{{ $t('components.registration.invite-code.form.description') }}
|
||||||
</ds-text>
|
</ds-text>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</ds-form>
|
</ds-form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
<ds-space centered>
|
<ds-space centered>
|
||||||
<hc-empty icon="events" :message="$t('components.registration.signup.unavailable')" />
|
<hc-empty icon="events" :message="$t('components.registration.signup.unavailable')" />
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</ds-space>
|
</ds-space>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -19,6 +19,7 @@
|
|||||||
{{ $t('components.registration.email-nonce.form.description') }}
|
{{ $t('components.registration.email-nonce.form.description') }}
|
||||||
</ds-text>
|
</ds-text>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
<ds-space margin="xxx-small" />
|
||||||
</ds-form>
|
</ds-form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user