Skip to content

Commit

Permalink
Merge pull request #28 from cagov/jbum-styling-review-2
Browse files Browse the repository at this point in the history
Styling fixes.
  • Loading branch information
jbum authored Jan 17, 2024
2 parents d53349d + 30d58f1 commit bdcb47b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<div id="isa-cta">
<a class="btn-primary featured-btn external-link" href="https://innovate-us.org/partner/calacademy?utm_source=odiacdmy&utm_medium=web&utm_campaign=jan24launch" target="_blank"><span>Sign up for the Accelerator</span></a>

<a class="btn-primary featured-btn external-link" href="https://innovate-us.org/partner/calacademy?utm_source=odiacdmy&utm_medium=web&utm_campaign=jan24launch" target="_blank"><span>Sign up for the Accelerator</span></a>

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.
<div class="note-div">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.,</div>
</div>
2 changes: 1 addition & 1 deletion docs/pages/product-management/run-of-show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The headings provide guidance on what goes in each row. We’ve provided 3 examp
<th><div class="title">Task</div><div class="description">Describe the work to be done</div></th>
<th><div class="title">Date and time</div><div class="description">Kept in strict, accurate sequence</div></th>
<th><div class="title">Page</div><div class="description">Can be a URL or other identifier</div></th>
<th><div class="title">Responsible</div><div class="description">The person who will do this</div></th>
<th><div class="title">Responsi-ble</div><div class="description">The person who will do this</div></th>
<th><div class="title">Approver</div><div class="description">The person who has final approval</div></th>
<th><div class="title">Notes and questions</div><div class="description">As needed</div></th>
<th><div class="title">Status</div><div class="description">Varies with project</div></th>
Expand Down
29 changes: 29 additions & 0 deletions docs/src/css/sass/ds-site-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ div.checklist-tile-header {
}
div.checklist-tile-copy {
font-size: 18px;
padding-right: 24px;
}

div.checklist-tile-header a {
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
}
}

0 comments on commit bdcb47b

Please sign in to comment.