๐ซ feat(ui): introduce dispersed blur-ball background to all auth views
This commit refreshes the visual design of the authentication pages and aligns them with the Home banner style.
Details
โข LoginForm.js / RegisterForm.js / PasswordResetForm.js / PasswordResetConfirm.js
โ Wrap top-level container with `relative overflow-hidden` to provide a positioning context.
โ Inject two decorative blur balls:
โธ Indigo ball on the top-right (`blur-ball-indigo`).
โธ Teal ball on the middle-left (`blur-ball-teal`).
โ Disabled the default X-axis transform on the indigo ball to keep the ball anchored to the corner.
โ Removed redundant `mt-[64px]` from the outer container and shifted it to the inner wrapper to maintain vertical rhythm without affecting the background placement.
Result
The auth screens now feature subtle, non-intrusive atmospheric gradients in the top-right and mid-left corners, offering a cohesive look & feel across the application without obstructing the main content.
Showing
Please
register
or
sign in
to comment