mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-15 23:51:40 -07:00
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:
parent
13a5bd008e
commit
acfcf523a7
6 changed files with 152 additions and 55 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue