feat: new iconsets

more lightweight
This commit is contained in:
Rico van Zelst
2023-11-07 21:28:21 +01:00
parent 1e974ee614
commit 942123947b
27 changed files with 245 additions and 116 deletions

View File

@@ -15,7 +15,8 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="/champions">
<i class="text-3xl text-orange-400 fa-duotone fa-gamepad-modern"></i>
<x-iconsax-bul-personalcard class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white">All Champions</h2>
<p class="mt-1 text-sm text-stone-300">
@@ -26,7 +27,7 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="#">
<i class="text-3xl text-orange-400 fa-duotone fa-palette"></i>
<x-iconsax-bul-paintbucket class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white ">Skin Information</h2>
@@ -38,7 +39,7 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="#">
<i class="text-3xl text-orange-400 fa-duotone fa-cube"></i>
<x-iconsax-bul-3d-cube-scan class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white">Game Assets</h2>
@@ -50,7 +51,7 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="#">
<i class="text-3xl text-orange-400 fa-duotone fa-messages-dollar"></i>
<x-iconsax-bul-money-change class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white">Sale Rotation</h2>
@@ -62,7 +63,7 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="#">
<i class="text-3xl text-orange-400 fa-duotone fa-newspaper"></i>
<x-iconsax-bul-receipt-edit class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white">Blog Posts</h2>
@@ -74,7 +75,7 @@
<a class="block p-8 transition border shadow-xl border-stone-800 rounded-xl hover:border-orange-500/10 hover:shadow-orange-500/10"
href="#">
<i class="text-3xl text-orange-400 fa-duotone fa-block-question"></i>
<x-iconsax-bul-message-question class="h-10 text-orange-400"/>
<h2 class="mt-4 text-xl font-bold text-white">About The Game</h2>

View File

@@ -42,16 +42,18 @@
{{$skinline}}</span>
@endforeach
<p class=" text-sm text-stone-300">
<p class="flex text-sm text-stone-300">
@if ($skin->rp_price == '99999')
Not Available for RP
@else
<x-icon-RiotPoints class="text-yellow-400 w-4 mr-1"/>
{{ $skin->rp_price }} RP
@endif
</p>
@if ($skin->loot_eligible)
<p class="mt-1 text-sm italic text-stone-300">
<p class="flex mt-1 text-sm italic text-stone-300 items-center">
<x-icon-loot class="text-yellow-200 w-4 mr-1"/>
Can be obtained from loot
</p>
@endif

View File

@@ -38,16 +38,18 @@
@endforeach
</div>
<p class="text-sm text-stone-300">
<p class="flex text-sm text-stone-300">
@if ($skin->rp_price == '99999')
Not Available for RP
@else
<x-icon-RiotPoints class="text-yellow-400 w-4 mr-1"/>
{{ $skin->rp_price }} RP
@endif
</p>
@if ($skin->loot_eligible)
<p class="mt-1 text-sm italic text-stone-300">
<p class="flex mt-1 text-sm italic text-stone-300 items-center">
<x-icon-loot class="text-yellow-200 w-4 mr-1"/>
Can be obtained from loot
</p>
@endif

View File

@@ -19,7 +19,7 @@
</button>
<div id="navbar-default" class="hidden w-full md:block md:w-auto">
<ul
class="flex flex-col p-2 mt-4 font-medium border rounded-lg border-stone-100 md:p-0 bg-stone-50
class="flex flex-col p-2 items-center
md:flex-row md:space-x-6 md:mt-0 md:border-0 md:bg-white dark:bg-stone-800 md:dark:bg-stone-800
dark:border-stone-700">
<li>