Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcorner 16 reset password page #103

Merged
merged 7 commits into from
Feb 12, 2024
Merged

Conversation

mgbelegu
Copy link
Collaborator

No description provided.

@mgbelegu mgbelegu changed the base branch from master to xcorner-v2 January 24, 2024 15:47
@mgbelegu mgbelegu force-pushed the XCORNER-16-reset-password-page branch from 96e8447 to 75fb3e9 Compare February 5, 2024 14:21
@mgbelegu mgbelegu removed the request for review from aleksandraworhacz February 6, 2024 09:41
@mgbelegu mgbelegu force-pushed the XCORNER-16-reset-password-page branch from 395f1d9 to 59e1ba9 Compare February 6, 2024 09:57
@mgbelegu mgbelegu self-assigned this Feb 6, 2024
@mgbelegu
Copy link
Collaborator Author

mgbelegu commented Feb 6, 2024

@marcinkrzeminski Can you please review this?

Copy link
Contributor

@marcinkrzeminski marcinkrzeminski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgbelegu this one is approved but, but please merge the changes from first. #101 (review)

Comment on lines 292 to 347
.c-forgot-password-page {
.page-title {
color: $color-black;
font-family: $font-semi-bold;
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: 2.5rem;
}
}

.c-forgot-password-container {
display: flex;
flex-direction: column;
gap: 1.5rem;

@include bp(medium) {
gap: 3rem;
}
}

.c-forgot-password-intro {
max-width: 48.875rem;
margin: 0;

color: $color-neutrals-500;
font-family: $font-regular;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 1.33;
}

.c-forgot-password-form {
display: flex;
flex-direction: column;
gap: 1.5rem;

.c-form__text-input {
width: 100%;

@include bp(medium) {
max-width: 20rem;
}
}

.c-button {
@include bp(medium) {
width: fit-content;
}
}

br {
display: none;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgbelegu move all of that to a separate component please. I suggest p-forgot-password as the root class name.

@mgbelegu mgbelegu force-pushed the XCORNER-16-reset-password-page branch from 162fe92 to 390eda7 Compare February 12, 2024 08:42
@mgbelegu mgbelegu merged commit d4669fd into xcorner-v2 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants