-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
add task solution #3849
base: master
Are you sure you want to change the base?
add task solution #3849
Conversation
ilyaivasyk
commented
Dec 6, 2023
- DEMO LINK
- TEST REPORT LINK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ!
Read the following comments and please double check the values in design
src/style.css
Outdated
font-size: 14px; | ||
} | ||
|
||
.form__form-big__input:focus, .form__form-sm__input:focus { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create one general form input class you don`t need to create two classes
src/style.css
Outdated
top: 50%; | ||
left: 25px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is wrong values please double check the design
src/style.css
Outdated
} | ||
|
||
.form__form-big__input { | ||
padding: 23px 60px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This padding cut the image as you can see and that's one of the problems keeping your tests from being successful.
Меніне дали відповідь на питання в чаті( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I can see that you have fixed the issue, but for the next tasks, please, don't forget to ran the tests so that they will be based on your latest changes