Skip to content

Develop#2002

Open
Patryk-Buczkowski wants to merge 3 commits into
mate-academy:masterfrom
Patryk-Buczkowski:develop
Open

Develop#2002
Patryk-Buczkowski wants to merge 3 commits into
mate-academy:masterfrom
Patryk-Buczkowski:develop

Conversation

@Patryk-Buczkowski
Copy link
Copy Markdown

Copy link
Copy Markdown

@DorotaLeniecDev DorotaLeniecDev left a comment

Choose a reason for hiding this comment

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

Good job, two sugestions from my side

Comment thread src/styles/utils/_variables.scss Outdated
@@ -0,0 +1,3 @@
$card-width: 200px;
$card-height: 300px;
$link-hover-color: #00acdc;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good practice is to name colors like:

Suggested change
$link-hover-color: #00acdc;
$color-blue-accent: #00acdc;

Comment thread src/styles/blocks/header.scss Outdated
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
transition: all 300ms;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Specify the transition property for readability:

Suggested change
transition: all 300ms;
transition: color 300ms;

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