Merge branch 'bootstrap5_replacing_scratch_mat' into bootstrap5_replacing_scratch

This commit is contained in:
2021-07-06 13:50:17 +02:00
166 changed files with 693 additions and 537 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,9 +77,9 @@
</template>
<template v-slot:footer>
<button class="sc-button green"
<button class="btn btn-create"
@click.prevent="$emit('addNewPersons', { selected, modal })">
<i class="fa fa-plus fa-fw"></i>{{ $t('action.add')}}
{{ $t('action.add')}}
</button>
</template>

View File

@@ -90,7 +90,8 @@ export default {
margin-left: 0.5em;
align-self: baseline;
}
a.sc-button {
a.btn {
border: 1px solid lightgrey;
font-size: 70%;
padding: 4px;