refactor: simplify ChatWidget component by removing pulse animation and updating chat icon for improved visual clarity
This commit is contained in:
@@ -807,11 +807,6 @@
|
|||||||
style="background: conic-gradient(from 0deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%); animation: rotate 3s linear infinite;"
|
style="background: conic-gradient(from 0deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%); animation: rotate 3s linear infinite;"
|
||||||
></div>
|
></div>
|
||||||
|
|
||||||
<!-- Ondas de pulso -->
|
|
||||||
<div
|
|
||||||
class="absolute inset-0 rounded-full"
|
|
||||||
style="animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;"
|
|
||||||
></div>
|
|
||||||
|
|
||||||
<!-- Ícone de chat moderno com efeito 3D -->
|
<!-- Ícone de chat moderno com efeito 3D -->
|
||||||
<svg
|
<svg
|
||||||
@@ -825,10 +820,7 @@
|
|||||||
class="relative z-10 h-7 w-7 text-white transition-all duration-500 group-hover:scale-110"
|
class="relative z-10 h-7 w-7 text-white transition-all duration-500 group-hover:scale-110"
|
||||||
style="filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));"
|
style="filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));"
|
||||||
>
|
>
|
||||||
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"/>
|
||||||
<circle cx="9" cy="10" r="1" fill="currentColor" />
|
|
||||||
<circle cx="12" cy="10" r="1" fill="currentColor" />
|
|
||||||
<circle cx="15" cy="10" r="1" fill="currentColor" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<!-- Badge ULTRA PREMIUM com gradiente e brilho -->
|
<!-- Badge ULTRA PREMIUM com gradiente e brilho -->
|
||||||
|
|||||||
Reference in New Issue
Block a user