Skip to content

Conversation

@vvxforce
Copy link

@vpolets
Copy link

vpolets commented Feb 18, 2020

image

Copy link

@vpolets vpolets left a comment

Choose a reason for hiding this comment

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

Загалом круто!)

Comment on lines +3 to +12
* {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
list-style: none;
padding: 0;
margin: 0;
box-sizing: border-box;
}
Copy link

Choose a reason for hiding this comment

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

Ми ще на початку курсу про це казали. Не роби так. Це застосовує стилі list-style: none; навіть для div, а для чого?

Comment on lines +42 to +46





Copy link

Choose a reason for hiding this comment

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

багато пустих рядків

<label htmlFor="input" className="control">
{label && <p className="control__label">{label}</p>}
<div className={inputWrapperClass} id="input">
{!!iconUrl && (
Copy link

Choose a reason for hiding this comment

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

Suggested change
{!!iconUrl && (
{iconUrl && (

Comment on lines +17 to +27
input {
border: none;
background: transparent;
outline: none;
}

button {
border: none;
background: none;
outline: none;
}
Copy link

Choose a reason for hiding this comment

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

а це я вже десь вище бачив

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.

3 participants