Skip to content

Commit

Permalink
PRMP-1239
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-start-nhs committed Dec 17, 2024
1 parent 8bdeea0 commit 4ede94a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/layout/phaseBanner/PhaseBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function PhaseBanner() {
<div className="nhsuk-width-container">
<div className="govuk-phase-banner__content">
<strong className="govuk-tag govuk-phase-banner__content__tag">
New Service
New service
</strong>
<p className="govuk-phase-banner__text">
Your {linkToFeedbackPage} will help us to improve this service.
Expand Down
4 changes: 4 additions & 0 deletions app/src/styles/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,10 @@ $hunit: '%';
border: none;
}

.govuk-phase-banner__content__tag {
text-transform: none;
}

.govuk-warning-text__icon {
border: 3px solid $color_nhsuk-yellow;
background: $color_nhsuk-yellow;
Expand Down

0 comments on commit 4ede94a

Please sign in to comment.