color black attr. ejected from relating pages
This commit is contained in:
parent
62e717a1b8
commit
e985a057e2
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<div class="ltr:ml-2 rtl:mr-2">
|
<div class="ltr:ml-2 rtl:mr-2">
|
||||||
<h2 class="mb-1">
|
<h2 class="mb-1">
|
||||||
<x-text.hover text="{{ $report->name }}" color="to-black" group-hover />
|
<x-text.hover text="{{ $report->name }}" group-hover />
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<span class="text-black-400 text-sm">{{ $report->description }}</span>
|
<span class="text-black-400 text-sm">{{ $report->description }}</span>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
override="class"
|
override="class"
|
||||||
class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medium leading-6"
|
class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medium leading-6"
|
||||||
>
|
>
|
||||||
<x-text.hover text="{{ trans('documents.accept_payment_online') }}" color="to-black" />
|
<x-text.hover text="{{ trans('documents.accept_payment_online') }}" />
|
||||||
</x-link>
|
</x-link>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<div class="ltr:mr-4 rtl:ml-4" v-if="bulk_action.count">
|
<div class="ltr:mr-4 rtl:ml-4" v-if="bulk_action.count">
|
||||||
<button type="button" @click="onClearBulkAction">
|
<button type="button" @click="onClearBulkAction">
|
||||||
<x-text.hover text="{{ trans('general.clear') }}" color="to-black" />
|
<x-text.hover text="{{ trans('general.clear') }}" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
<div class="flex ltr:ml-2 rtl:mr-2">
|
<div class="flex ltr:ml-2 rtl:mr-2">
|
||||||
<span class="w-28 text-left block text-base truncate">
|
<span class="w-28 text-left block text-base truncate">
|
||||||
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" color="to-black" />
|
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@can('read-common-companies')
|
@can('read-common-companies')
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<div class="grid grid-cols-2 gap-2">
|
<div class="grid grid-cols-2 gap-2">
|
||||||
@foreach ($categories as $slug => $category)
|
@foreach ($categories as $slug => $category)
|
||||||
<x-link href="{{ $categoryUrl($slug) }}" class="font-semibold text-sm ltr:pr-4 rtl:pl-4 lg:pr-0 truncate bg-transparent" override="class">
|
<x-link href="{{ $categoryUrl($slug) }}" class="font-semibold text-sm ltr:pr-4 rtl:pl-4 lg:pr-0 truncate bg-transparent" override="class">
|
||||||
<x-text.hover text="{{ $category }}" color="to-black" />
|
<x-text.hover text="{{ $category }}" />
|
||||||
</x-link>
|
</x-link>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<div class="flex ltr:ml-2 rtl:mr-2">
|
<div class="flex ltr:ml-2 rtl:mr-2">
|
||||||
<span class="w-28 text-left block text-base truncate">
|
<span class="w-28 text-left block text-base truncate">
|
||||||
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" color="to-black" />
|
<x-text.hover text="{{ Str::limit(setting('company.name'), 22) }}" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@can('read-common-companies')
|
@can('read-common-companies')
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
@if ($attributes->has('route'))
|
@if ($attributes->has('route'))
|
||||||
<div class="flex justify-center items-center group">
|
<div class="flex justify-center items-center group">
|
||||||
<a href="{{ route($attributes->get('route')) }}">
|
<a href="{{ route($attributes->get('route')) }}">
|
||||||
<x-text.hover text="{{ trans('modules.see_all_type', ['type' => $attributes->get('title')]) }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans('modules.see_all_type', ['type' => $attributes->get('title')]) }}" group-hover />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<i class="material-icons text-sm ltr:ml-1 rtl:mr-1 transform transition-all group-hover:translate-x-1">arrow_forward</i>
|
<i class="material-icons text-sm ltr:ml-1 rtl:mr-1 transform transition-all group-hover:translate-x-1">arrow_forward</i>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2 class="lg:text-lg font-medium text-black">
|
<h2 class="lg:text-lg font-medium text-black">
|
||||||
<x-text.hover text="{{ $title }}" color="to-black" group-hover />
|
<x-text.hover text="{{ $title }}" group-hover />
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@if (! empty($description))
|
@if (! empty($description))
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href="{{ $item->action }}" class="font-light text-sm" target="_blank">
|
<a href="{{ $item->action }}" class="font-light text-sm" target="_blank">
|
||||||
<x-text.hover text="{{ $item->learn_more }}" color="to-black" />
|
<x-text.hover text="{{ $item->learn_more }}" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href="{{ $item->action }}" class="font-light text-sm">
|
<a href="{{ $item->action }}" class="font-light text-sm">
|
||||||
<x-text.hover text="{{ $item->learn_more }}" color="to-black" />
|
<x-text.hover text="{{ $item->learn_more }}" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
x-on:click="attachment !== 1 ? attachment = 1 : attachment = null"
|
x-on:click="attachment !== 1 ? attachment = 1 : attachment = null"
|
||||||
>
|
>
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" group-hover />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
x-on:click="children !== 1 ? children = 1 : children = null"
|
x-on:click="children !== 1 ? children = 1 : children = null"
|
||||||
>
|
>
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans_choice('general.transactions', 2) }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans_choice('general.transactions', 2) }}" group-hover />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
x-on:click="create !== 1 ? create = 1 : create = null"
|
x-on:click="create !== 1 ? create = 1 : create = null"
|
||||||
>
|
>
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans('general.create') }}" color="to-black" />
|
<x-text.hover text="{{ trans('general.create') }}" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
x-on:click="schedule !== 1 ? schedule = 1 : schedule = null"
|
x-on:click="schedule !== 1 ? schedule = 1 : schedule = null"
|
||||||
>
|
>
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans_choice('general.schedules', 1) }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans_choice('general.schedules', 1) }}" group-hover />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="border-b border-gray-200 pb-4" x-data="{ attachment : null }">
|
<div class="border-b border-gray-200 pb-4" x-data="{ attachment : null }">
|
||||||
<div class="relative w-full text-left cursor-pointer group" x-on:click="attachment !== 1 ? attachment = 1 : attachment = null">
|
<div class="relative w-full text-left cursor-pointer group" x-on:click="attachment !== 1 ? attachment = 1 : attachment = null">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" group-hover />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<div class="border-b pb-4" x-data="{ create : null }">
|
<div class="border-b pb-4" x-data="{ create : null }">
|
||||||
<button class="relative w-full text-left group" x-on:click="create !== 1 ? create = 1 : create = null">
|
<button class="relative w-full text-left group" x-on:click="create !== 1 ? create = 1 : create = null">
|
||||||
<span class="font-medium">
|
<span class="font-medium">
|
||||||
<x-text.hover text="{{ trans('general.create') }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans('general.create') }}" group-hover />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="text-black-400 text-sm">
|
<div class="text-black-400 text-sm">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<span class="material-icons-outlined text-4xl transition-all text-black-400">{{ $icons[$report->id] }}</span>
|
<span class="material-icons-outlined text-4xl transition-all text-black-400">{{ $icons[$report->id] }}</span>
|
||||||
|
|
||||||
<div class="h-10 font-medium text-sm mt-2">
|
<div class="h-10 font-medium text-sm mt-2">
|
||||||
<x-text.hover text="{{ $report->name }}" color="to-black" group-hover />
|
<x-text.hover text="{{ $report->name }}" group-hover />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<div class="w-full lg:w-5/12 space-y-8">
|
<div class="w-full lg:w-5/12 space-y-8">
|
||||||
<div class="border-b-2 border-gray-200 pb-1">
|
<div class="border-b-2 border-gray-200 pb-1">
|
||||||
<div class="relative w-full text-left group">
|
<div class="relative w-full text-left group">
|
||||||
<x-text.hover text="{{ trans('portal.received_date') }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans('portal.received_date') }}" group-hover />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative overflow-hidden transition-all duration-700">
|
<div class="relative overflow-hidden transition-all duration-700">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div class="w-full lg:w-5/12 space-y-8">
|
<div class="w-full lg:w-5/12 space-y-8">
|
||||||
<div class="border-b-2 border-gray-200 pb-1">
|
<div class="border-b-2 border-gray-200 pb-1">
|
||||||
<div class="relative w-full text-left group">
|
<div class="relative w-full text-left group">
|
||||||
<x-text.hover text="{{ trans('portal.received_date') }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans('portal.received_date') }}" group-hover />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative overflow-hidden transition-all duration-700">
|
<div class="relative overflow-hidden transition-all duration-700">
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<div class="w-full lg:w-5/12 space-y-8">
|
<div class="w-full lg:w-5/12 space-y-8">
|
||||||
<div class="border-b-2 border-gray-200 pb-1">
|
<div class="border-b-2 border-gray-200 pb-1">
|
||||||
<div class="relative w-full text-left group">
|
<div class="relative w-full text-left group">
|
||||||
<x-text.hover text="{{ trans('portal.received_date') }}" color="to-black" group-hover />
|
<x-text.hover text="{{ trans('portal.received_date') }}" group-hover />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative overflow-hidden transition-all duration-700">
|
<div class="relative overflow-hidden transition-all duration-700">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user