Replicate styling in existing pages

This commit is contained in:
Tom Byers
2020-11-17 21:39:34 +00:00
parent cd0b900c2f
commit 45488b21c0

View File

@@ -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;
}
}
}