Atualização dos icones para um modelo chapado

This commit is contained in:
2026-07-20 15:08:09 -03:00
parent 7d3753f9c5
commit 42d06c50a7
34 changed files with 550 additions and 337 deletions

View File

@@ -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
Pular <%= icone :fechar, cor: nil, tamanho: 'w-3.5 h-3.5' %>
</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">
<span>✅</span> <%= notice %>
<%= icone :sucesso, cor: nil, tamanho: 'w-5 h-5' %> <%= 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">
<span>⚠️</span> <%= alert %>
<%= icone :alerta, cor: nil, tamanho: 'w-5 h-5' %> <%= alert %>
</div>
<% end %>