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

first trial search bar #4463

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

italomagno
Copy link

  • DEMO LINK

  • TEST REPORT LINK

  • Icon implemented using background-image CSS property

  • Inputs are written inside of 'form' tag with correctly passed attributes

  • All Typical Mistakes from BEM lesson theory are checked.

  • Code follows all the Code Style Rules ❗️

@italomagno
Copy link
Author

Please, i think that i need help in this task, every test is failing, but i don't know why.

Copy link

@pedro-ruas pedro-ruas left a comment

Choose a reason for hiding this comment

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

Italo, sometimes Figma counts the borders, paddings and such included in the height.
I see the mock says that the big search has 70px height, and you added that, but your search bar is bigger thatn the reference.
That's why if you take a look, your bar is actually 74px.

When adding box-sizing: border-box; to the body, you added it ONLY to the body, not to every element inside the body, maybe this is causing unexpected behavior

…lder changing the color for text color as well
Copy link

@pedro-ruas pedro-ruas left a comment

Choose a reason for hiding this comment

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

Niiice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants