Mudança dos cardes das operaçoes no formato vertical e adição do logo na tela inicial

This commit is contained in:
2026-07-03 14:31:07 -03:00
parent 069301bc2e
commit e6e8ddc8d1
5 changed files with 79 additions and 32 deletions

View File

@@ -4,12 +4,8 @@
<%# Logo / Header %>
<div class="text-center mb-10">
<div class="inline-flex items-center justify-center w-16 h-16 rounded-2xl bg-[#f97316] mb-4">
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M13 16V6a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h1m8-1a1 1 0 01-1 1H9m4-1V8a1 1 0 011-1h2.586a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707V16a1 1 0 01-1 1h-1m-6-1a1 1 0 001 1h1M5 17a2 2 0 104 0m-4 0a2 2 0 114 0m6 0a2 2 0 104 0m-4 0a2 2 0 114 0"/>
</svg>
</div>
<%= image_tag '/logo-reem.png', alt: 'Reem Transporte',
class: 'h-20 w-auto mx-auto mb-4 object-contain' %>
<h1 class="text-3xl font-bold text-white">Reem Logística</h1>
<p class="text-gray-400 mt-1 text-sm">Sistema de Controle de Custos</p>
</div>