Open Saumy1905 opened 3 weeks ago
@Saumy1905 is attempting to deploy a commit to the Vivek Prajapati's projects Team on Vercel.
A member of the Team first needs to authorize it.
The changes involve updates to the CSS for user authentication components. A new class .parent-container
is introduced for layout purposes, while the existing .flip-container
class is modified to refine its dimensions. Additionally, a new .signup-container
class is added, which includes styles for input fields and buttons, enhancing the overall appearance and functionality of the user authentication interface.
File Path | Change Summary |
---|---|
src/User/pages/UserAuth/UserAuth.css |
- New class: .parent-container for flexbox layout and styling.- Modified class: .flip-container with specific width and height.- New class: .signup-container with styles for background, input fields, and buttons. |
.signup-container
class introduced in the main PR, as both involve user authentication and subscription functionalities.good first issue
, hacktoberfest
, hacktoberfest-accepted
In the land of code where rabbits play,
New styles hop in, brightening the way.
With.parent-container
, they dance and spin,
While.signup-container
brings joy from within.
So let’s flip and twirl, in CSS delight,
A user’s warm welcome, all set to ignite! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR resolves issue #2423 by aligning the signup form properly within the parent container using Flexbox.
Changes Made:
Summary by CodeRabbit
New Features
.signup-container
class for improved styling of the signup interface, including enhanced input fields and buttons..parent-container
class to optimize layout and centering for user authentication components.Bug Fixes
.flip-container
class to ensure proper dimensions while maintaining 3D effects for flipping animations.