Update copy on site based on living copy document (#697)

* Update copy on site based on living copy document

* Updates copy from living doc v2

- updates shots

* Update styling to sidepanel

- make indicator heading white
- change bg color of add'nl indicators 'FAFAFA'

* Separate dataset cards sections by style

- abstract out additional cards color to utils
- create a baseCard mixin
- add datasetCardAdditional style block
- add additionalIndicator prop to DatasetCard
- lower abstaction of GridContainer from methodology to DatasetContainer
- updates snapshot

* Swap resolution and source in dataset cards

- update snapshots

* Update SVGs on About page

- re-center the SVGs to content vertically
This commit is contained in:
Vim 2021-09-17 11:01:15 -07:00 committed by GitHub
commit 61fc8e6c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1714 additions and 701 deletions

View file

@ -91,8 +91,9 @@ $sidePanelLabelFontColor: #171716;
@include sidePanelLabelStyle;
display: flex;
justify-content: space-between;
padding: 0.3rem 0.5rem 0.3rem 1.2rem;
background-color: #DFE1E2;
padding: 0.5rem 0.5rem 0.5rem 1.2rem;
border-top: 1px solid $sidePanelBorderColor;
border-bottom: 1px solid $sidePanelBorderColor;
}
//Indicator box styles
@ -104,7 +105,7 @@ $sidePanelLabelFontColor: #171716;
.indicatorBoxAdditional {
@include indicatorBox;
border-bottom: 1px solid #1b1b1b;
background-color: #F3F3F3;
background-color: $additionalCardsBGColor;
}
.indicatorRow {