-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issuep-feature: SDGsSDGs wherever they appear on the site (they all use a color library, set of icons, etc.)SDGs wherever they appear on the site (they all use a color library, set of icons, etc.)role: front endTasks for front end developersTasks for front end developerssize: 0.25ptCan be done in 0.5 to 1.5 hoursCan be done in 0.5 to 1.5 hours
Milestone
Description
Overview
We need to add the SDG (Sustainable Development Goal) colors to our repo so we can use these colors with their corresponding, matching SDG icons.
Action Items
- In the
_sass/variables, create a new file:_colors-sdg.scss - In the file you just created, add the following:
/**
* Sustainable Development Goal (SDG) Colors
*
* The hex color values for these variables match the SDG color icons provided by the United Nations (UN).
* These hex values are from the last the page in the SDG Guidelines provided by the UN:
* https://www.un.org/sustainabledevelopment/wp-content/uploads/2019/01/SDG_Guidelines_AUG_2019_Final.pdf
*/
$color-sdg2: #DDA63A;
$color-sdg3: #4C9F38;
$color-sdg4: #C5192D;
$color-sdg5: #FF3A21;
$color-sdg8: #A21942;
$color-sdg9: #FD6925;
$color-sdg10: #DD1367;
$color-sdg11: #FD9D24;
$color-sdg13: #3F7E44;
$color-sdg16: #00689D;
$color-sdg17: #19486A;
- In the
_sass/main.scss, under theGeneral Settings and Utilitiessection, add this:
@import 'variables/colors-sdg';
Merge Team, Technical Lead, or Product Manager
- Once the pull request associated with this issue is merged, go to each of the following issues and check if all the issues/dependencies listed under the
Dependencysection are closed or checked off. If the dependencies are all closed or checked, move those issues into theNew Issue Approvalcolumn, remove theDependencylabel on it, and add aready for dev leadlabel to it.
Resources/Instructions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issuep-feature: SDGsSDGs wherever they appear on the site (they all use a color library, set of icons, etc.)SDGs wherever they appear on the site (they all use a color library, set of icons, etc.)role: front endTasks for front end developersTasks for front end developerssize: 0.25ptCan be done in 0.5 to 1.5 hoursCan be done in 0.5 to 1.5 hours
Type
Projects
Status
Done