Add timeline page (#105)

* Add timeline page
* Factor out common aside into component.
* Update J40Footer.spec.tsx.snap
TODO: Get nav menu working.
This commit is contained in:
TomNUSDS 2021-06-07 09:22:07 -07:00 committed by GitHub
commit acfcf523a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 152 additions and 55 deletions

View file

@ -39,7 +39,6 @@
.j40-title {
font-size: xx-large;
font-family: "Merriweather Web";
}
.j40-aside {
@ -60,6 +59,17 @@
.j40-address-readability {
display: inline-block;
line-height: 1.5 !important;
line-height: 1.5 !important; // trussworks issue
text-align: center;
}
// This should really be part of uswds and use $theme-step-indicator-segment-color-complete
.j40-usa-process-list__item--complete {
&::before {
color: white;
background-color: #00a91c;
content: ''
}
border-left-color: #005ea2 !important; // todo: fix
}