From 3cee5302e409b75253c7e948d1ba64df9e4414aa Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 28 Aug 2023 12:29:25 -0400 Subject: [PATCH] Changes to the forms file --- app/main/forms.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/main/forms.py b/app/main/forms.py index f1e1513de..4305d1626 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -770,7 +770,7 @@ def govuk_radios_field_widget(self, field, param_extensions=None, **kwargs): "attributes": {"id": field.name}, "legend": { "text": field.label.text, - "classes": "govuk-fieldset__legend--s", + "classes": "usa-legend text-bold", }, }, "errorMessage": error_message, @@ -1431,7 +1431,7 @@ class AdminProviderRatioForm(Form): ) ], param_extensions={ - "classes": "govuk-input--width-3", + "classes": "width-8", }, ), ) @@ -1602,7 +1602,6 @@ class AdminEditEmailBrandingForm(StripWhitespaceForm): ) ], param_extensions={ - "classes": "govuk-input--width-6", "attributes": {"data-module": "colour-preview"}, }, ) @@ -1865,7 +1864,7 @@ class SomethingElseBrandingForm(StripWhitespaceForm): param_extensions={ "label": { "isPageHeading": True, - "classes": "govuk-label--l", + "classes": "font-body-xl", }, "hint": { "text": "Include links to your brand guidelines or examples of how to use your branding."