diff --git a/docs/pages/human-centered-design/innovation-skills-accelerator.md b/docs/pages/human-centered-design/innovation-skills-accelerator.md index 42464d86..f6b07259 100644 --- a/docs/pages/human-centered-design/innovation-skills-accelerator.md +++ b/docs/pages/human-centered-design/innovation-skills-accelerator.md @@ -15,7 +15,8 @@ headericon: ribbon * Data analysis State of California staff can take the Accelerator for free. Just sign up with your ca.gov email address. +
+ Sign up for the Accelerator -Sign up for the Accelerator - -Note: Clicking this link will take you from the Innovation Hub to innovate-us.org. This is not a state website. Be mindful of the information you provide while using that website. Their terms of use apply to any information you share with them. +
Note: Clicking this link will take you from the Innovation Hub to innovate-us.org. This is not a state website. Be mindful of the information you provide while using that website. Their terms of use apply to any information you share with them.,
+
diff --git a/docs/pages/product-management/run-of-show.md b/docs/pages/product-management/run-of-show.md index ebfc9575..1ffd4ecd 100644 --- a/docs/pages/product-management/run-of-show.md +++ b/docs/pages/product-management/run-of-show.md @@ -32,7 +32,7 @@ The headings provide guidance on what goes in each row. We’ve provided 3 examp
Task
Describe the work to be done
Date and time
Kept in strict, accurate sequence
Page
Can be a URL or other identifier
-
Responsible
The person who will do this
+
Responsi-ble
The person who will do this
Approver
The person who has final approval
Notes and questions
As needed
Status
Varies with project
diff --git a/docs/src/css/sass/ds-site-global.scss b/docs/src/css/sass/ds-site-global.scss index 0b8c2cf9..f57536dc 100644 --- a/docs/src/css/sass/ds-site-global.scss +++ b/docs/src/css/sass/ds-site-global.scss @@ -244,6 +244,7 @@ div.checklist-tile-header { } div.checklist-tile-copy { font-size: 18px; + padding-right: 24px; } div.checklist-tile-header a { @@ -532,6 +533,8 @@ div.runofshow-table { thead { background-color: #FAFAFA; th { + text-align: left; + vertical-align: top; border: 1px solid #C7D6E4; font-size: 18px; font-weight: 700; @@ -547,6 +550,8 @@ div.runofshow-table { tbody { background-color: white; td { + text-align: left; + vertical-align: top; padding: 16px; font-size: 14px; border: 1px solid #C7D6E4; @@ -599,3 +604,27 @@ div.arrow-list { } } } + +div#isa-cta { + a.btn-primary { + margin-top:40px; + margin-bottom:24px; + } + div.note-div { + font-size: 14px; + } +} + +cagov-page-feedback { + + h2.feedback-form-label { + font-family: "Public Sans"; + font-weight: 400; + font-size: 18px; + } + button.btn-light { + font-family: "Public Sans"; + font-weight: 600!important; + font-size: 18px!important; + } +} \ No newline at end of file