Skip to content

Commit

Permalink
Center align service name and environment tag in app header
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmypixel committed Jan 25, 2025
1 parent 397ae7c commit 716a369
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
border-bottom: govuk-spacing(2) solid $govuk-brand-colour;
}

// Center align service name and environment tag, which only shows on infra-dev
.app-service-header__content {
display: flex;
}

.app-service-header__service-name {
display: inline-block;
@include govuk-font(36);
Expand All @@ -28,9 +33,9 @@
.app-service-header__service-environment {
@include govuk-font(19);
padding: govuk-spacing(1) govuk-spacing(2);
margin-left: govuk-spacing(4);
margin-left: govuk-spacing(2);
border-radius: $app-border-radius;
background-color: govuk-colour("blue");
background-color: govuk-colour("bright-purple");
}

.app-service-header__actions {
Expand Down

0 comments on commit 716a369

Please sign in to comment.