feat: mise à jour sécurité CVE-2025-55182 (Next.js 15.5.7, React 19.1.2)

This commit is contained in:
jessy-david-dev
2026-02-08 17:24:48 +01:00
commit b9a9d687b6
64 changed files with 15638 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@import "tailwindcss";
.input {
@apply w-full rounded-md bg-[#20222e] px-10 py-2.5 text-sm text-white
placeholder-white/40 ring-1 ring-white/10 outline-none
focus:ring-2 focus:ring-indigo-500 transition;
}
.card {
@apply rounded-2xl bg-[#111320]/70 p-8 ring-1 ring-white/10 backdrop-blur
shadow-[0_6px_20px_rgba(0,0,0,0.45)];
}