-
Notifications
You must be signed in to change notification settings - Fork 0
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
Created for review #21
base: review2
Are you sure you want to change the base?
Conversation
feat: complete header
Feature/links
merge feature/hello-there
…le and pull fixes
Feature/about
feat: added ability for multiple carousels and not just one
trigger rebuild
update path in package.json
fix relative path
fix:remove publicpath from webpack
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.
You did a great job! I really appreciated that you finish that project when you have too much work in the last sprints.
There are little issues to fix about image placing and one bug. Users should not can to submit the pledge form multiple times.
And we have some text issues from the NGO. Can you please fix it?
https://yadi.sk/i/95AnztsDpf_XtQ
} | ||
|
||
.additional-info__link:hover .arrow-icon { | ||
background: url('../../arrow-icon/yellow-arrow.svg') center right no-repeat; |
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 make arrow-icon
as an element of additional-info
block because blocks should not depend on another block
@@ -0,0 +1,23 @@ | |||
.carousel__slide-button_type_next { | |||
background-image: url(../../../../images/right-arrow.svg); |
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.
Move this image to the modifier folder
No description provided.