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

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

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

BIN
public/logo-reem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB