feat(auth): redesign auth pages with brand panel, IconInput and forgot-password

This commit is contained in:
zetaloop
2026-02-25 15:49:37 +08:00
parent 7c4c2798a7
commit 5812b7b0ed
6 changed files with 344 additions and 122 deletions
+9
View File
@@ -131,3 +131,12 @@
@apply bg-background text-foreground;
}
}
@layer utilities {
.text-gradient-brand {
background: linear-gradient(135deg, oklch(0.701 0.189 46.65), oklch(0.78 0.16 55));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
}