-
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
all done #3881
base: master
Are you sure you want to change the base?
all done #3881
Conversation
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.
src/style.css
Outdated
|
||
.search-form__input { | ||
border-radius: 4px; | ||
border: 1px solid #E1E7ED; |
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 a variable for repeating colors
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.
src/style.css
Outdated
|
||
.search-form__input::placeholder { | ||
color: #3D4E61; | ||
font-family: Avenir , sans-serif; |
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.
apply font-family for html
tag selector and let inputs inherit it
font-family: Avenir , sans-serif; | |
font-family: inherit; |
src/style.css
Outdated
|
||
.search-form__input_big { | ||
padding-left: 62px; | ||
box-sizing: border-box; |
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.
apply box-sizing to all elements via *
selector
i don't add font-family for html tag selector and let inputs inherit it when i did this Big_search_bar_data-qa_big_720px.png failed only this test i don't know why |
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.
lgtm 🚀
[DEMO LINK] https://vadymbryvka.github.io/layout_search-bar-airbnb/
[TEST REPORT LINK] https://vadymbryvka.github.io/layout_search-bar-airbnb/report/html_report/
By the way you see these three commits they failed because when i launched npm test in terminal all test be successful. But in github they show me eror. (I can give more information if you need)