Basic Layout (#80)

* Basic Layout

 - Merge with main into new branch
 - Most of main content and footer working.
 - Could not get fixed branch of trussworks to `npm install` correctly, so reverted back to public version. (`trussworks/react-uswds#kh-serverside-rendering-fix-1250"`)

TODO:
 - stack sgv warning+cloud icons
 - get timeline image (which as text that needs to scale)
 - localization support
 - move icon includes out of header?
 - start converting elements over to trussworks

* Cleanup

- removed unused styles
- added some better comments

* Revert trussworks to fixed branch
* Update package-lock.json
* Temporarily pointing toward personal fork until SSR issue has been addressed
* Update J40Footer.spec.tsx.snap
* setting jestEnvironment to the proper 'jsdom' value, needed for snapshot tests
* lingering prettier fix
* small version bump

Co-authored-by: Nat Hillard <Nathaniel.K.Hillard@omb.eop.gov>
This commit is contained in:
TomNUSDS 2021-05-27 09:54:42 -07:00 committed by GitHub
commit 3ca4ca9e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 2679 additions and 194 deletions

View file

@ -1,2 +1,20 @@
@import "~@trussworks/react-uswds/lib/uswds.css";
@import "~@trussworks/react-uswds/lib/index.css";
@import "~@trussworks/react-uswds/lib/uswds.css";
.j40-two-column {
overflow: hidden;
column-count: 2;
column-gap: 1em;
padding: 0;
}
.j40-two-column > * {
display: inline-flex;
width: 90%;
padding-bottom: 1.5em;
padding-left: 1em;
}
.j40-two-column-icons-spacing {
padding-right: 1em;
}