From 239a1f282a97faf6c2bcd8c78f452cfad8c3eb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 4 Jan 2021 18:26:52 +0300 Subject: [PATCH] some styling.. --- public/css/custom.css | 9 +- .../components/documents/form/items.blade.php | 19 +- .../documents/form/line-item.blade.php | 163 ++++++++++-------- .../documents/form/totals.blade.php | 6 +- 4 files changed, 110 insertions(+), 87 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 3e696caaf..52afb1620 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1433,4 +1433,11 @@ table .align-items-center td span.badge { -webkit-transform: rotateZ(0); transform: rotateZ(0); } -/* Akaunting select remove add suffix icon Finish */ \ No newline at end of file +/* Akaunting select remove add suffix icon Finish */ + +.item-add-new .btn-link { + color: #55588b; +} +.item-columns-edit .btn-aka-link { + color: #8688ad; +} \ No newline at end of file diff --git a/resources/views/components/documents/form/items.blade.php b/resources/views/components/documents/form/items.blade.php index ac1ca198e..c79d4b6e2 100644 --- a/resources/views/components/documents/form/items.blade.php +++ b/resources/views/components/documents/form/items.blade.php @@ -1,6 +1,5 @@
- @php $item_colspan = in_array(setting('localisation.discount_location', 'total'), ['item', 'both']) ? '6' : '5' @endphp @if (!$hideEditItemColumns) @endif @@ -25,15 +24,15 @@ @stack('move_th_end') @if (!$hideItems) - @stack('name_th_start') - - {{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }} - - @stack('name_th_end') + @stack('name_th_start') + + {{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }} + + @stack('name_th_end') - @stack('move_th_start') - - @stack('move_th_end') + @stack('move_th_start') + + @stack('move_th_end') @endif @stack('quantity_th_start') @@ -73,7 +72,7 @@ @stack('add_item_td_start') - + @stack('move_td_start') - -
+ +
@@ -28,7 +28,7 @@ @if (!$hideItems || (!$hideName && !$hideDescription)) @stack('name_td_start') @if (!$hideName) - +
@stack('name_input_start') @@ -54,7 +54,7 @@ @stack('description_td_start') @if (!$hideDescription) - +