Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean

This commit is contained in:
Burak Civan
2022-08-17 10:29:24 +03:00
24 changed files with 129 additions and 76 deletions

View File

@ -4,7 +4,7 @@
</h2>
@if (! empty($description))
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
<span class="text-sm font-light text-black block gap-x-1 mt-1">
{!! $description !!}
</span>
@endif

View File

@ -5,7 +5,7 @@
<div class="relative cursor-pointer" x-on:click="{{ $type }} !== 'open' ? {{ $type }} = 'open' : {{ $type }} = 'close'">
{!! $head !!}
<x-icon filled class="absolute right-0 top-0 transition-all transform" :icon="$icon" x-bind:class="{{ $type }} === 'open' ? 'rotate-180' : ''" />
<x-icon filled class="absolute ltr:right-0 rtl:left-0 top-0 transition-all transform" :icon="$icon" x-bind:class="{{ $type }} === 'open' ? 'rotate-180' : ''" />
</div>
@endif

View File

@ -30,7 +30,7 @@
@endif
<div @class([
'flex items-center justify-center grid sm:grid-cols-6',
'flex items-center justify-start lg:justify-center grid sm:grid-cols-6',
$inputGroupClass,
])
>

View File

@ -4,7 +4,7 @@
</h2>
@if (!empty($description))
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
<span class="text-sm font-light text-black block gap-x-1 mt-1">
{!! $description !!}
</span>
@endif