From f3267e1cae366bb5bdac8e6c86cbbdf43100fae6 Mon Sep 17 00:00:00 2001 From: Nicholas Summers Date: Wed, 25 Sep 2024 18:13:25 -0400 Subject: [PATCH] Update styling of Updates from Central Office --- .../src/components/sections/homepage/TemplateDownload.jsx | 2 +- services/ui-src/src/styles/_main.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/services/ui-src/src/components/sections/homepage/TemplateDownload.jsx b/services/ui-src/src/components/sections/homepage/TemplateDownload.jsx index c6f101121..9200e2da1 100644 --- a/services/ui-src/src/components/sections/homepage/TemplateDownload.jsx +++ b/services/ui-src/src/components/sections/homepage/TemplateDownload.jsx @@ -13,7 +13,7 @@ import PropTypes from "prop-types"; const TemplateDownload = ({ getTemplate }) => (
-

Updates from Central Office

+

Updates from Central Office

{useFlags().release2024 && (

diff --git a/services/ui-src/src/styles/_main.scss b/services/ui-src/src/styles/_main.scss index 2f516dce2..ea29fe05d 100644 --- a/services/ui-src/src/styles/_main.scss +++ b/services/ui-src/src/styles/_main.scss @@ -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;