Cambios en catalogo y rutas

This commit is contained in:
BryamE
2026-01-05 01:51:49 -03:00
parent 1cc848fb13
commit fb37cc2059
3 changed files with 17 additions and 16 deletions
+4 -4
View File
@@ -14,8 +14,8 @@
<img src="{{ asset('storage/' . $prod->img) }}" alt="{{ $prod->name }}"
class="w-full h-40 object-cover rounded mb-4">
@else
<div class="w-full h-40 bg-lime-500 flex items-center justify-center rounded mb-4">
<span class="text-neutral-900 text-md uppercase font-bold">Sin imagen</span>
<div class="w-full border border-neutral-800 h-40 bg-stone-900 flex items-center justify-center rounded mb-4">
<span class="text-neon-lime text-md uppercase font-bold">Sin imagen</span>
</div>
@endif
@@ -36,8 +36,8 @@
{{-- Botón --}}
<a href="{{ route('productos.show', $prod) }}"
class="mt-4 block w-full bg-blue-500 text-white py-2 rounded-lg text-center hover:bg-blue-600">
Ver producto
class="mt-4 block w-full bg-neon-lime/80 uppercase text-black font-semibold py-2 rounded-lg text-center shadow-md shadow-neon-lime/10 hover:bg-neutral-900/70 border border-transparent hover:text-neon-lime hover:shadow-neon-lime/20 hover:border-neutral-800 transition-all">
Ver +
</a>
</div>