fix buttons classes

This commit is contained in:
2021-07-06 13:49:12 +02:00
parent 4668f657ab
commit 690688f5e1
6 changed files with 9 additions and 8 deletions

View File

@@ -76,9 +76,9 @@
</template>
<template v-slot:footer>
<button class="btn bg-green"
<button class="btn btn-create"
@click.prevent="$emit('addNewAddress', { address, modal })">
<i class="fa fa-plus fa-fw"></i>{{ $t('action.add')}}
{{ $t('action.add')}}
</button>
</template>

View File

@@ -6,7 +6,7 @@
<div class="modal-content">
<div class="modal-header">
<slot name="header"></slot>
<button class="close btn bg-gray" @click="$emit('close')">
<button class="close btn" @click="$emit('close')">
<i class="fa fa-times" aria-hidden="true"></i></button>
</div>
<div class="body-head">