Skip to content

Commit

Permalink
More minor style changes to Visit form (boldening font)
Browse files Browse the repository at this point in the history
  • Loading branch information
dc2007git committed Jun 3, 2024
1 parent ac772b6 commit 21937d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/npda/templates/npda/visit_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% endfor %}

<div role="tablist" class="tabs tabs-bordered">
<input type="radio" name="my_tabs_1" role="tab" class="tab
<input type="radio" name="my_tabs_1" role="tab" class="tab font-bold
{% for category in routine_measurements_categories %}
{% if category in categories_with_errors %} bg-rcpch_red
{% else %} bg-rcpch_pink {% endif %} {% endfor %}"
Expand Down Expand Up @@ -75,7 +75,7 @@
{% endfor %}
</div>

<input type="radio" name="my_tabs_1" role="tab" class="tab rounded-none
<input type="radio" name="my_tabs_1" role="tab" class="tab rounded-none font-bold
{% for category in annual_review_categories %}
{% if category in categories_with_errors %} bg-rcpch_red
{% elif category in categories_without_errors %} bg-rcpch_pink {% endif %} {% endfor %}"
Expand Down Expand Up @@ -127,7 +127,7 @@
{% endfor %}
</div>

<input type="radio" name="my_tabs_1" role="tab" aria-label="Inpatient&nbsp;Entry" class="tab w
<input type="radio" name="my_tabs_1" role="tab" aria-label="Inpatient&nbsp;Entry" class="tab w font-bold
{% if "Hospital Admission" in categories_with_errors %}
bg-rcpch_red
{% elif "Hospital Admission" in categories_without_errors %}
Expand Down

0 comments on commit 21937d4

Please sign in to comment.