batch rename class sc-button (scratch) by btn (bootstrap)

This commit is contained in:
2021-07-05 19:02:09 +02:00
parent 2e2eeae4f2
commit 05a1f7d041
138 changed files with 355 additions and 355 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ul class="record_actions">
<li class="add-persons">
<a class="sc-button bt-create" @click="openModal">
<a class="btn btn-create" @click="openModal">
{{ $t(buttonTitle) }}
</a>
</li>
@@ -77,7 +77,7 @@
</template>
<template v-slot:footer>
<button class="sc-button green"
<button class="btn bg-green"
@click.prevent="$emit('addNewPersons', { selected, modal })">
<i class="fa fa-plus fa-fw"></i>{{ $t('action.add')}}
</button>