-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
catalog_hover #2021
base: master
Are you sure you want to change the base?
catalog_hover #2021
Conversation
usernameluke
commented
Oct 4, 2023
- DEMO LINK
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.
Almost done!
let's just add some improvements
src/styles/blocks/catalog.scss
Outdated
@@ -18,6 +18,13 @@ | |||
border-radius: 5px; | |||
margin-bottom: 48px; | |||
|
|||
transition-duration: 300ms; |
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.
it's better to set transitioned properties explictly
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.
not fixed
src/styles/blocks/header.scss
Outdated
@@ -38,5 +38,10 @@ | |||
text-transform: uppercase; | |||
font-size: 12px; | |||
font-weight: 500; | |||
transition-duration: 300ms; |
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.
fix here as well
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.
not fixed
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.
Pls fix prev comments
src/styles/blocks/catalog.scss
Outdated
@@ -18,6 +18,13 @@ | |||
border-radius: 5px; | |||
margin-bottom: 48px; | |||
|
|||
transition-duration: 300ms; |
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.
not fixed
src/styles/blocks/header.scss
Outdated
@@ -38,5 +38,10 @@ | |||
text-transform: uppercase; | |||
font-size: 12px; | |||
font-weight: 500; | |||
transition-duration: 300ms; |
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.
not fixed
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.
GJ!