Skip to content

Commit

Permalink
Header notice spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Mar 11, 2020
1 parent 66f1ae6 commit 361986f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/assets/stylesheets/components/_header-notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
}

.app-c-header-notice__content {
border: $govuk-border-width solid govuk-colour("black");
border-left: $govuk-border-width solid govuk-colour("black");
border-right: $govuk-border-width solid govuk-colour("black");
border-bottom: $govuk-border-width solid govuk-colour("black");
padding: govuk-spacing(4);
}

Expand All @@ -39,3 +41,7 @@
@extend %govuk-link;
font-weight: bold;
}

.app-c-header-notice__content .app-c-header-notice__text:last-child {
margin-bottom: 0;
}

0 comments on commit 361986f

Please sign in to comment.