match UX guide for submit/cancel buttons

This commit is contained in:
Simon Knox 2017-10-26 17:15:24 +03:00 committed by Oswaldo Ferreira
parent b04b3d1de7
commit a63c9e94df
1 changed files with 2 additions and 2 deletions

View File

@ -111,14 +111,14 @@ export default {
<div class="modal-footer" v-if="!hideFooter">
<button
type="button"
class="btn btn-default pull-right"
class="btn btn-default pull-left"
@click="close"
>
Cancel
</button>
<button
type="button"
class="btn pull-left"
class="btn pull-right"
:disabled="submitDisabled"
:class="btnKindClass"
@click="emitSubmit(true)"