badge-pill classes changed to rounded-pill

This commit is contained in:
2021-07-05 12:37:16 +02:00
parent a44b26da6c
commit f32ffc572d
6 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
</div>
<div class="right_actions">
<span class="badge badge-pill badge-secondary" :title="item.key">
<span class="badge rounded-pill bg-secondary" :title="item.key">
{{ $t('item.type_person') }}
</span>
<on-the-fly

View File

@@ -12,7 +12,7 @@
</div>
<div class="right_actions">
<span class="badge badge-pill badge-secondary" :title="item.key">
<span class="badge rounded-pill bg-secondary" :title="item.key">
{{ $t('item.type_thirdparty') }}
</span>
<on-the-fly