From 45488b21c0c94d3aee98506dd1ec693f5da52f76 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 17 Nov 2020 21:39:34 +0000 Subject: [PATCH] Replicate styling in existing pages --- app/assets/stylesheets/components/navigation.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 44e12e53b..5dede4ccc 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -179,6 +179,12 @@ list-style: none; padding: 0; margin: 0; + + ol, + ul { + margin-top: govuk-spacing(2); + border-top: 1px $grey-3 solid; + } } &__item { @@ -199,6 +205,11 @@ ol ol & { padding-left: govuk-spacing(6); + + &:last-of-type { + border-bottom: none; + padding-bottom: 0; + } } }