diff --git a/styles/atat.scss b/styles/atat.scss index 63889846..f2e91d6e 100644 --- a/styles/atat.scss +++ b/styles/atat.scss @@ -38,6 +38,7 @@ @import 'components/budget_chart'; @import 'components/audit_log'; @import 'components/usa_banner'; +@import 'components/checklist'; @import 'sections/login'; @import 'sections/home'; diff --git a/styles/components/_checklist.scss b/styles/components/_checklist.scss new file mode 100644 index 00000000..01921bfd --- /dev/null +++ b/styles/components/_checklist.scss @@ -0,0 +1,9 @@ +.checklist { + padding-left: 0; + list-style: none; + margin-top: 5px; + + li { + margin-bottom: 0; + } +} diff --git a/templates/task_orders/new/review.html b/templates/task_orders/new/review.html index b666a7f1..0c72970c 100644 --- a/templates/task_orders/new/review.html +++ b/templates/task_orders/new/review.html @@ -55,10 +55,10 @@

{{ "task_orders.new.review.complexity"| translate }}

{% if task_order.complexity %} -