feat: add animation
Docker Build and Push / build-and-push (push) Successful in 7m14s

This commit is contained in:
2026-02-25 10:11:22 +07:00
parent ecaaf437f0
commit 5ce2890023
12 changed files with 191 additions and 37 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ interface FormCardProps {
export function FormCard({ form }: FormCardProps) {
return (
<div className="group flex flex-col rounded-xl border border-border bg-card shadow-sm transition-shadow hover:shadow-md">
<div className="group flex flex-col rounded-xl border border-border bg-card shadow-sm card-hover">
<div className="h-1.5 rounded-t-xl bg-primary" />
<div className="flex flex-1 flex-col p-5">