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

This commit is contained in:
Burak Civan
2022-08-04 09:41:01 +03:00
19 changed files with 355580 additions and 589 deletions

View File

@@ -1,4 +1,4 @@
<div>
<div class="ltr:text-left rtl:text-right">
<h2 class="lg:text-lg font-medium text-black">
<x-button.hover group-hover>
{{ $title }}

View File

@@ -5,7 +5,7 @@
<div class="relative w-full text-left cursor-pointer group" 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