feat(auth): redesign auth pages with brand panel, IconInput and forgot-password
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user