style(payroll): menghapus class untuk separator
This commit is contained in:
parent
e301e05bd2
commit
87ae5538b3
@ -54,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<flux:separator class="my-2 !bg-black dark:!bg-white" />
|
<flux:separator class="my-2" />
|
||||||
|
|
||||||
<flux:text class="mb-1">Rincian</flux:text>
|
<flux:text class="mb-1">Rincian</flux:text>
|
||||||
@foreach ($payroll->adjustments->where('payroll_id', $payroll->id) as $item)
|
@foreach ($payroll->adjustments->where('payroll_id', $payroll->id) as $item)
|
||||||
@ -74,7 +74,7 @@ class="font-bold {{ $item->type->value == \App\Enums\SalaryAdjustmentType::DEDUC
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
<flux:separator class="my-2 !bg-black dark:!bg-white" />
|
<flux:separator class="my-2" />
|
||||||
|
|
||||||
<div class="flex justify-between items-center mt-2">
|
<div class="flex justify-between items-center mt-2">
|
||||||
<flux:text>Total Gaji</flux:text>
|
<flux:text>Total Gaji</flux:text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user