Update CSS styles and fix SVG icons

This commit is contained in:
Andras Bacsai
2024-03-22 12:47:19 +01:00
parent 87e56c2f66
commit 66fe124dd1
4 changed files with 34 additions and 32 deletions

View File

@@ -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>