diff --git a/app/assets/scss/_supplier-declaration.scss b/app/assets/scss/_supplier-declaration.scss index 75f23474e..3284663cd 100644 --- a/app/assets/scss/_supplier-declaration.scss +++ b/app/assets/scss/_supplier-declaration.scss @@ -2,13 +2,11 @@ .supplier-declaration { - .question-heading, - .question-heading-with-hint { + .question-heading { font-size: 19px; font-weight: normal; } .question-heading li, - .question-heading-with-hint li, .hint li { margin: 10px 0 10px 20px; diff --git a/app/templates/auth/create_user.html b/app/templates/auth/create_user.html index a010cfb69..c49269e2d 100644 --- a/app/templates/auth/create_user.html +++ b/app/templates/auth/create_user.html @@ -24,7 +24,7 @@
{% endif %}
- {{ form.name.label(class="question-heading-with-hint") }} + {{ form.name.label(class="question-heading") }}

Enter the name to be referred to on the Digital Marketplace

@@ -43,7 +43,7 @@
{% endif %}
- {{ form.password.label(class="question-heading-with-hint") }} + {{ form.password.label(class="question-heading") }}

Must be between 10 and 50 characters

diff --git a/app/templates/macros/toolkit_forms.html b/app/templates/macros/toolkit_forms.html index 9a207943f..7f0b56894 100644 --- a/app/templates/macros/toolkit_forms.html +++ b/app/templates/macros/toolkit_forms.html @@ -222,7 +222,7 @@

{{ question_content.question }}

{{ question_content.name }} - + {% if question_number is not none %} {{ question_number }} diff --git a/app/templates/suppliers/edit_supplier.html b/app/templates/suppliers/edit_supplier.html index 6f6d886ce..3e69f9090 100644 --- a/app/templates/suppliers/edit_supplier.html +++ b/app/templates/suppliers/edit_supplier.html @@ -82,7 +82,7 @@

{{ forms.question_input('contact_phoneNumber', 'Phone number', contact_form.phoneNumber.data, errors=contact_form.phoneNumber.errors) }}
-