mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Changes to the forms file
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user