Merge pull request #3579 from alphagov/selected-area-spacing

Fix spacing between button and selected areas
This commit is contained in:
Chris Hill-Scott
2020-08-25 09:41:53 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,10 @@
}
&:last-child {
margin-right: govuk-spacing(1) * 1.5;
}
&--unremoveable {
padding-right: govuk-spacing(2);
background: $light-blue-25;