proposition for person/thirparty rounded-pill badge appearance

This commit is contained in:
2021-12-06 15:41:53 +01:00
parent 0617014e91
commit b888211ef9
4 changed files with 42 additions and 26 deletions

View File

@@ -23,7 +23,7 @@
</span>
<span v-if="options.addId == true" class="id-number" :title="'n° ' + person.id">{{ person.id }}</span>
<span v-if="options.addEntity == true" class="badge rounded-pill bg-secondary">{{ $t('renderbox.person') }}</span>
<span v-if="options.addEntity == true" class="badge rounded-pill bg-person">{{ $t('renderbox.person') }}</span>
</div>