diff --git a/static/icons/question.svg b/static/icons/question.svg new file mode 100644 index 00000000..33f994c4 --- /dev/null +++ b/static/icons/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 1a52811a..e124cdae 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -59,7 +59,7 @@ &.task_order__form { hr { - margin-top: 2rem; + margin-top: 1.5rem; } .totals-box { @@ -68,6 +68,9 @@ .icon { left: 100%; + &.icon--question { + @include icon-color($color-blue); + } } input { @@ -142,9 +145,11 @@ margin-top: 0; margin-left: 0; padding-left: 0; + font-size: $base-font-size; &.icon-link__add-another-clin { - margin-top: $gap * 3; + margin-top: 0; + margin-bottom: 0; } } diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index e8e7fb14..3df32d82 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -376,7 +376,7 @@
Upload your supporting documentation
- Upload a single PDF containing all relevant information. {{ Icon('help')}} + Upload a single PDF containing all relevant information. {{ Icon('question')}}
{{ UploadInput(form.pdf, watch=True) }}