Adição de logo na barra lateral

This commit is contained in:
2026-06-17 19:23:50 -03:00
parent 9cb0c226c3
commit f47675c1dc
3 changed files with 4 additions and 8 deletions

View File

@@ -12,12 +12,9 @@
transform -translate-x-full md:translate-x-0 transition-transform duration-300">
<%# Logo / Marca %>
<div class="flex items-center gap-3 px-6 py-5 border-b border-[#2a2a2a]">
<div class="w-9 h-9 bg-orange-500 rounded-lg flex items-center justify-center font-black text-black text-lg">G</div>
<div>
<p class="font-bold text-white text-sm leading-tight">Reem Transporte</p>
<p class="text-orange-500 text-xs">Logística</p>
</div>
<div class="px-4 py-5 border-b border-[#2a2a2a]">
<%= image_tag '/logo-reem.png', alt: 'Reem Transporte',
class: 'h-14 w-auto mx-auto object-contain' %>
</div>
<%# Usuário logado %>
@@ -75,8 +72,7 @@
</button>
<div class="flex items-center gap-2">
<div class="w-7 h-7 bg-orange-500 rounded flex items-center justify-center font-black text-black text-sm">G</div>
<span class="font-bold text-white text-sm">Reem Logística</span>
<%= image_tag '/logo-reem.png', alt: 'Reem Transporte', class: 'h-8 w-auto object-contain' %>
</div>
<div class="w-12"></div>
</header>