fix bottom dialog button spacing
This commit is contained in:
@@ -73,14 +73,11 @@
|
|||||||
:error="formData.content.error"
|
:error="formData.content.error"
|
||||||
@blur="fieldValidate(formData.content)" />
|
@blur="fieldValidate(formData.content)" />
|
||||||
<SMCaptchaNotice />
|
<SMCaptchaNotice />
|
||||||
<SMRow class="pb-2">
|
<SMButton
|
||||||
<SMColumn class="justify-content-center">
|
type="submit"
|
||||||
<SMButton
|
block
|
||||||
type="submit"
|
label="Send Message"
|
||||||
label="Send Message"
|
icon="fa-regular fa-paper-plane" />
|
||||||
icon="fa-regular fa-paper-plane" />
|
|
||||||
</SMColumn>
|
|
||||||
</SMRow>
|
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
@@ -89,11 +86,7 @@
|
|||||||
Your message as been sent to us. We will respond
|
Your message as been sent to us. We will respond
|
||||||
as soon as we can.
|
as soon as we can.
|
||||||
</p>
|
</p>
|
||||||
<SMRow class="pb-2">
|
<SMButton block to="/" label="Home" />
|
||||||
<SMColumn class="justify-content-center">
|
|
||||||
<SMButton to="/" label="Home" />
|
|
||||||
</SMColumn>
|
|
||||||
</SMRow>
|
|
||||||
</template>
|
</template>
|
||||||
</SMDialog>
|
</SMDialog>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user