Ateração da autura dos icones
This commit is contained in:
@@ -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