Skip to content

add transfoation to card and header#2013

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

add transfoation to card and header#2013
Iryna1802 wants to merge 3 commits into
mate-academy:masterfrom
Iryna1802:develop

Conversation

@Iryna1802
Copy link
Copy Markdown

Comment thread src/styles/blocks/catalog.scss Outdated
border-radius: 5px;
margin-bottom: 48px;

transition: all $duration;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

don't use all, list all transition properties, it is better for performance

@Iryna1802 Iryna1802 requested a review from DarkMistyRoom August 1, 2023 08:04
Copy link
Copy Markdown

@ivbutsykin ivbutsykin 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!

Comment thread src/index.html Outdated
@@ -1,5 +1,6 @@
<!doctype html>
<!doctype html>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
<!doctype html>
<!doctype html>

Comment thread src/styles/blocks/catalog.scss Outdated

&:hover {
transform: scale(1.2);
color: #34568b;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Will be nice to move color variables in constants

@Iryna1802 Iryna1802 requested a review from ivbutsykin August 4, 2023 21:09
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