-
Notifications
You must be signed in to change notification settings - Fork 1
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
Volunteer Section #144
Volunteer Section #144
Conversation
@@ -2,6 +2,22 @@ | |||
|
|||
footer { | |||
color: $navy; | |||
|
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.
Had to scope these styles within footer
as they were impacting global scope.
Realizing now this file is indented with tabs while the other .scss
files are indented with spaces. Should I use this PR to change the indentation here?
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.
I think added this change on this PR will be fine. I will send back with this request.
@@ -131,6 +131,22 @@ p { | |||
color: $navy; | |||
} | |||
|
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.
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.
Yes, adding that style to the global scope is perfect.
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.
Looks like the styles have been updated already. I think this is perfect to merge.
@@ -131,6 +131,22 @@ p { | |||
color: $navy; | |||
} | |||
|
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.
Yes, adding that style to the global scope is perfect.
Overview
Implements the "Volunteer" section of the CFD website as described in the Figma for desktop and mobile :