refactor: streamline imports in AsignaturaPreviewCard and $planId components; update animation duration in styles

This commit is contained in:
2025-08-29 11:24:51 -06:00
parent a487a8c293
commit 6e84860230
4 changed files with 26 additions and 15 deletions

View File

@@ -140,9 +140,9 @@
.animate-aurora {
background: radial-gradient(at 20% 30%, rgba(59, 130, 246, .5), transparent 50%),
radial-gradient(at 80% 70%, rgba(236, 72, 153, .5), transparent 50%),
radial-gradient(at 80% 70%, rgba(228, 3, 190, 0.671), transparent 50%),
radial-gradient(at 50% 100%, rgba(34, 197, 94, .5), transparent 50%);
background-size: 200% 200%;
animation: aurora 6s ease infinite;
animation: aurora 3s ease infinite;
filter: blur(12px) opacity(0.8);
}