Commit a63c9e94 authored by Simon Knox's avatar Simon Knox Committed by Oswaldo Ferreira

match UX guide for submit/cancel buttons

parent b04b3d1d
...@@ -111,14 +111,14 @@ export default { ...@@ -111,14 +111,14 @@ export default {
<div class="modal-footer" v-if="!hideFooter"> <div class="modal-footer" v-if="!hideFooter">
<button <button
type="button" type="button"
class="btn btn-default pull-right" class="btn btn-default pull-left"
@click="close" @click="close"
> >
Cancel Cancel
</button> </button>
<button <button
type="button" type="button"
class="btn pull-left" class="btn pull-right"
:disabled="submitDisabled" :disabled="submitDisabled"
:class="btnKindClass" :class="btnKindClass"
@click="emitSubmit(true)" @click="emitSubmit(true)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment