Update CSS styles and fix SVG icons
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<div @class([
|
||||
'h-20 transition-all duration-150 box-without-bg bg-coolgray-100 group border-l-2 border-transparent',
|
||||
'hover:border-coollabs cursor-pointer' => !$upgrade,
|
||||
'hover:border-red-500 cursor-not-allowed ' => $upgrade,
|
||||
'hover:border-red-500 cursor-not-allowed' => $upgrade,
|
||||
]) @if (!$upgrade) wire:click={{ $wire }} @endif>
|
||||
<div class="flex items-center">
|
||||
{{ $logo }}
|
||||
<div class="flex flex-col pl-2 ">
|
||||
<div class="text-white text-md">
|
||||
<div class="dark:text-white text-md">
|
||||
{{ $title }}
|
||||
</div>
|
||||
@if($upgrade)
|
||||
<div>{{ $upgrade }}</div>
|
||||
@else
|
||||
<div class="hidden text-xs font-bold text-neutral-500 group-hover:flex">
|
||||
<div class="text-xs dark:text-neutral-500 group-hover:dark:text-neutral-300">
|
||||
{{ $description }}
|
||||
</div>
|
||||
@endif
|
||||
@@ -27,5 +27,4 @@
|
||||
</a>
|
||||
</div>
|
||||
@endisset
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user