Ateração da autura dos icones

This commit is contained in:
2026-07-20 15:59:41 -03:00
parent 42d06c50a7
commit f6ae32f485
29 changed files with 147 additions and 135 deletions

View File

@@ -6,7 +6,7 @@
<div class="text-center mb-8">
<div class="w-16 h-16 bg-[#f97316] rounded-2xl flex items-center justify-center mx-auto mb-3">
<%= icone :travado, tamanho: 'w-8 h-8' %>
<%= icone :travado, cor: 'text-black', tamanho: 'w-8 h-8', espaco: false %>
</div>
<h1 class="text-white font-bold text-2xl">Definir nova senha</h1>
</div>

View File

@@ -6,7 +6,7 @@
<div class="text-center mb-8">
<div class="w-16 h-16 bg-[#f97316] rounded-2xl flex items-center justify-center mx-auto mb-3">
<%= icone :chave, tamanho: 'w-8 h-8' %>
<%= icone :chave, cor: 'text-black', tamanho: 'w-8 h-8', espaco: false %>
</div>
<h1 class="text-white font-bold text-2xl">Recuperar senha</h1>
<p class="text-gray-400 text-sm mt-1">Informe seu e-mail para receber as instruções</p>

View File

@@ -114,7 +114,7 @@
class="h-14 rounded-xl bg-[#0a0a0a] border border-white/10 text-gray-400
text-sm hover:bg-red-900/40 hover:border-red-500/50 hover:text-red-400
active:scale-95 transition-all">
<%= icone :fechar, cor: nil, tamanho: 'w-4 h-4' %>
<%= icone :fechar, cor: nil, tamanho: 'w-5 h-5', espaco: false %>
</button>
<button type="button"
onclick="pinPress('0')"