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:
Alexander Friedland 2022-10-27 18:36:16 +02:00 committed by GitHub
commit e55917c7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>