Skip to content

Commit e591f14

Browse files
Clinic Show Page - CSS Updates
* User attribution colour has been changed to grey. * Change NHS Number colour to grey.
1 parent 3858144 commit e591f14

File tree

1 file changed

+2
-2
lines changed
  • manage_breast_screening/clinics/jinja2/clinics

1 file changed

+2
-2
lines changed

manage_breast_screening/clinics/jinja2/clinics/show.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<p class="nhsuk-u-margin-bottom-1 nhsuk-u-font-weight-bold">
5151
{{ presented_appointment.participant.full_name }}
5252
</p>
53-
<p class="nhsuk-u-secondary-text-color nhsuk-u-margin-bottom-0">
53+
<p class="nhsuk-u-secondary-text-colour">
5454
NHS: {{ presented_appointment.participant.nhs_number }}
5555
</p>
5656
{% endset %}
@@ -70,7 +70,7 @@
7070
app_appointment_status(presented_appointment)
7171
}}
7272
{% if presented_appointment.status_attribution %}
73-
<span class="app-text-grey app-nowrap nhsuk-body-s nhsuk-u-margin-bottom-0">{{ presented_appointment.status_attribution }} {{presented_appointment.attribution_user_check(request.user)}}</span>
73+
<p class="nhsuk-u-secondary-text-colour">{{ presented_appointment.status_attribution }} {{presented_appointment.attribution_user_check(request.user)}}</p>
7474
{% endif %}
7575
<p class="nhsuk-u-margin-top-2 nhsuk-u-margin-bottom-0 app-u-nowrap">
7676
<a href="{{ url('mammograms:show_appointment', kwargs={"pk": presented_appointment.pk}) }}" class="nhsuk-link">

0 commit comments

Comments
 (0)