price paid and carousel description style updated
This commit is contained in:
parent
a49201ff46
commit
1b815bb58f
3
public/css/element.css
vendored
3
public/css/element.css
vendored
@ -15538,6 +15538,9 @@
|
||||
background-color: #3c3f72 !important;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 0.375rem;
|
||||
border-bottom-right-radius: 0.375rem;
|
||||
|
||||
}
|
||||
|
||||
.el-carousel__arrow
|
||||
|
@ -246,8 +246,10 @@
|
||||
@stack($total->code . '_td_end')
|
||||
@else
|
||||
@if ($invoice->paid)
|
||||
<tr class="text-success">
|
||||
<th>{{ trans('invoices.paid') }}:</th>
|
||||
<tr>
|
||||
<th class="text-success">
|
||||
{{ trans('invoices.paid') }}:
|
||||
</th>
|
||||
<td class="text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
@ -426,7 +426,9 @@
|
||||
@else
|
||||
@if ($invoice->paid)
|
||||
<tr>
|
||||
<th class="text-success">{{ trans('invoices.paid') }}:</th>
|
||||
<th class="text-success">
|
||||
{{ trans('invoices.paid') }}:
|
||||
</th>
|
||||
<td class="text-success text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user