Skip to content

Commit 2c2d8dd

Browse files
committed
CSS grey update
1 parent 50bc944 commit 2c2d8dd

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-hint">
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="nhsuk-hint">{{ 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)