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;
|
background-color: #3c3f72 !important;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-bottom-left-radius: 0.375rem;
|
||||||
|
border-bottom-right-radius: 0.375rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-carousel__arrow
|
.el-carousel__arrow
|
||||||
|
@ -246,8 +246,10 @@
|
|||||||
@stack($total->code . '_td_end')
|
@stack($total->code . '_td_end')
|
||||||
@else
|
@else
|
||||||
@if ($invoice->paid)
|
@if ($invoice->paid)
|
||||||
<tr class="text-success">
|
<tr>
|
||||||
<th>{{ trans('invoices.paid') }}:</th>
|
<th class="text-success">
|
||||||
|
{{ trans('invoices.paid') }}:
|
||||||
|
</th>
|
||||||
<td class="text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
|
<td class="text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
@ -426,7 +426,9 @@
|
|||||||
@else
|
@else
|
||||||
@if ($invoice->paid)
|
@if ($invoice->paid)
|
||||||
<tr>
|
<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>
|
<td class="text-success text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user