Ateração da autura dos icones
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<div class="px-6 py-4 border-t border-[#2a2a2a]">
|
||||
<%= link_to destroy_user_session_path, data: { turbo_method: :delete, turbo_confirm: 'Deseja sair?' },
|
||||
class: "flex items-center gap-2 text-gray-400 hover:text-red-400 text-sm transition-colors" do %>
|
||||
<%= icone :sair, cor: nil, tamanho: 'w-4 h-4' %> Sair
|
||||
<%= icone :sair, cor: nil, tamanho: 'w-5 h-5' %> Sair
|
||||
<% end %>
|
||||
</div>
|
||||
</aside>
|
||||
@@ -88,7 +88,7 @@
|
||||
title="Esconder/mostrar menu" aria-label="Esconder ou mostrar o menu">
|
||||
<%# Gira 180° quando a sidebar está recolhida (ver syncSidebarToggleIcon) %>
|
||||
<span id="sidebar-toggle-icon" class="leading-none transition-transform duration-200">
|
||||
<%= icone :recolher, cor: nil, tamanho: 'w-4 h-4' %>
|
||||
<%= icone :recolher, cor: nil, tamanho: 'w-5 h-5', espaco: false %>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@@ -98,7 +98,7 @@
|
||||
<button onclick="toggleSidebar()"
|
||||
class="text-orange-500 min-h-[48px] min-w-[48px] flex items-center justify-center"
|
||||
aria-label="Abrir menu">
|
||||
<%= icone :menu, cor: nil, tamanho: 'w-7 h-7' %>
|
||||
<%= icone :menu, cor: nil, tamanho: 'w-7 h-7', espaco: false %>
|
||||
</button>
|
||||
<div class="flex items-center gap-2">
|
||||
<%= image_tag '/logo-reem.png', alt: 'Reem Transporte', class: 'h-8 w-auto object-contain' %>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<p class="px-4 text-xs font-semibold text-gray-600 uppercase tracking-wider">Relatórios</p>
|
||||
</div>
|
||||
<div class="flex items-center gap-3 px-4 py-3 rounded-xl text-sm font-medium text-gray-600 cursor-not-allowed">
|
||||
<%= icone :documento, cor: nil, tamanho: 'w-5 h-5' %>
|
||||
<%= icone :documento, cor: nil, tamanho: 'w-6 h-6' %>
|
||||
<span>Relatórios PDF</span>
|
||||
<span class="ml-auto text-[10px] bg-gray-800 text-gray-500 px-1.5 py-0.5 rounded">Em breve</span>
|
||||
</div>
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
</video>
|
||||
<button type="button" onclick="event.stopPropagation(); encerrarSplash()"
|
||||
class="absolute bottom-6 right-6 text-gray-400 hover:text-white text-sm border border-white/20 rounded-lg px-4 py-2">
|
||||
Pular <%= icone :fechar, cor: nil, tamanho: 'w-3.5 h-3.5' %>
|
||||
Pular <%= icone :fechar, cor: nil, tamanho: 'w-4 h-4', espaco: false %>
|
||||
</button>
|
||||
</div>
|
||||
<script>
|
||||
@@ -130,7 +130,7 @@
|
||||
<div id="flash-notice"
|
||||
class="fixed top-4 right-4 z-50 bg-orange-500 text-black font-semibold px-5 py-3 rounded-lg shadow-lg flex items-center gap-2 animate-fade-in"
|
||||
data-controller="flash">
|
||||
<%= icone :sucesso, cor: nil, tamanho: 'w-5 h-5' %> <%= notice %>
|
||||
<%= icone :sucesso, cor: nil, tamanho: 'w-6 h-6' %> <%= notice %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
<div id="flash-alert"
|
||||
class="fixed top-4 right-4 z-50 bg-red-600 text-white font-semibold px-5 py-3 rounded-lg shadow-lg flex items-center gap-2"
|
||||
data-controller="flash">
|
||||
<%= icone :alerta, cor: nil, tamanho: 'w-5 h-5' %> <%= alert %>
|
||||
<%= icone :alerta, cor: nil, tamanho: 'w-6 h-6' %> <%= alert %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user