Skip to content

Commit

Permalink
Update styling of Updates from Central Office
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsummers1 committed Sep 25, 2024
1 parent d8b4f3f commit f3267e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import PropTypes from "prop-types";
const TemplateDownload = ({ getTemplate }) => (
<div className="ds-l-row">
<div className="updates ds-l-col--12">
<h4>Updates from Central Office</h4>
<p className="update-title">Updates from Central Office</p>
{useFlags().release2024 && (
<div className="preamble">
<p>
Expand Down
8 changes: 8 additions & 0 deletions services/ui-src/src/styles/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,14 @@ img {
margin-bottom: 2rem;
}

.update-title {
font-size: 1.25rem;
font-weight: 700;
color: $brand-primary;
margin-top: 1.5rem;
margin-bottom: 2rem;
}

.update-date {
color: $color-hint-dark;
font-size:1.1rem;
Expand Down

0 comments on commit f3267e1

Please sign in to comment.