mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-15 22:31:40 -07:00
Add category header and updates from Living Copy (#1084)
* Add category header (Indicator and Percentile) - add local styling - override accordion-content styles to push into parent container - intl copy - update snapshots * Add latest Living Copy - refactor dataset cards to allow for any styling in description, used in and responsible party - add percent for HS edu indicator - updates snapshots * Update copy from Living Copy doc -update snapshots * Add methodology to copy * Remove link from readme file based on md checker * Comment out certain markdown links from checker * Comment out markdown links that render in browser
This commit is contained in:
parent
56644698ff
commit
7a623101e2
22 changed files with 1059 additions and 486 deletions
|
@ -293,6 +293,12 @@ This section will outline styles that are component specific
|
|||
}
|
||||
}
|
||||
|
||||
// This is to allow the first child in the accordions which is the header showing INDICATOR and
|
||||
// PERCENTILE (0-100) to push into the container's margin to match mock
|
||||
.usa-accordion__content > *:first-child {
|
||||
margin: -10px -20px 10px -20px;
|
||||
}
|
||||
|
||||
/*
|
||||
***************************************
|
||||
* TIMELINE / PROCESS LIST STYLES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue