From 66b0cb7e7585c9f5c2ffcb163da7601df287e1f3 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Fri, 14 Jun 2019 10:56:57 -0400 Subject: [PATCH] Fix spacing and update icon --- static/icons/question.svg | 1 + styles/sections/_task_order.scss | 9 +++++++-- templates/task_orders/edit.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 static/icons/question.svg 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) }}