add class border-bottom

This commit is contained in:
ogerly 2022-01-18 16:40:26 +01:00
parent cca2de8faf
commit 9c8aa4d60e

View File

@ -43,7 +43,7 @@
<b-col class="text-right">
<strong>{{ $t('form.your_amount') }}</strong>
</b-col>
<b-col class="text-right">
<b-col class="text-right borderbottom">
<strong>- {{ $n(amount, 'decimal') }}</strong>
</b-col>
</b-row>
@ -93,5 +93,6 @@ export default {
}
.borderbottom {
border-bottom: 1px solid rgb(70, 65, 65);
border-bottom-style: double;
}
</style>