Convert radios on set-sender page

Includes making the legend the page header to
follow design system guidance:

https://design-system.service.gov.uk/get-started/labels-legends-headings/

I had to add some override styles to allow the
legend to classes as a full-width column, and the
radios to be in one that is three-quarters.
This commit is contained in:
Tom Byers
2021-01-13 10:31:07 +00:00
parent f6cef24617
commit ece956e324
5 changed files with 53 additions and 40 deletions

View File

@@ -46,3 +46,9 @@
.govuk-button {
margin-bottom: 0px;
}
// Allow legends that contain the h1 to go full width
.govuk-fieldset__legend.govuk-grid-column-full {
// $class parameter is deprecated but needed for v2 of GOVUK Frontend. Remove for v3 & above
@include govuk-grid-column(full, $class: false);
}