Skip to content

Commit 361986f

Browse files
author
Vanita Barrett
committed
Header notice spacing tweaks
1 parent 66f1ae6 commit 361986f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/assets/stylesheets/components/_header-notice.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
}
1515

1616
.app-c-header-notice__content {
17-
border: $govuk-border-width solid govuk-colour("black");
17+
border-left: $govuk-border-width solid govuk-colour("black");
18+
border-right: $govuk-border-width solid govuk-colour("black");
19+
border-bottom: $govuk-border-width solid govuk-colour("black");
1820
padding: govuk-spacing(4);
1921
}
2022

@@ -39,3 +41,7 @@
3941
@extend %govuk-link;
4042
font-weight: bold;
4143
}
44+
45+
.app-c-header-notice__content .app-c-header-notice__text:last-child {
46+
margin-bottom: 0;
47+
}

0 commit comments

Comments
 (0)