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' %>
|
||||
|
||||
Reference in New Issue
Block a user