Fix spacing and update icon

This commit is contained in:
leigh-mil 2019-06-14 10:56:57 -04:00
parent 5be4efb9d9
commit 66b0cb7e75
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="question-circle" class="svg-inline--fa fa-question-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"></path></svg>

After

Width:  |  Height:  |  Size: 999 B

View File

@ -59,7 +59,7 @@
&.task_order__form { &.task_order__form {
hr { hr {
margin-top: 2rem; margin-top: 1.5rem;
} }
.totals-box { .totals-box {
@ -68,6 +68,9 @@
.icon { .icon {
left: 100%; left: 100%;
&.icon--question {
@include icon-color($color-blue);
}
} }
input { input {
@ -142,9 +145,11 @@
margin-top: 0; margin-top: 0;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
font-size: $base-font-size;
&.icon-link__add-another-clin { &.icon-link__add-another-clin {
margin-top: $gap * 3; margin-top: 0;
margin-bottom: 0;
} }
} }

View File

@ -376,7 +376,7 @@
<hr> <hr>
<div class="h3">Upload your supporting documentation</div> <div class="h3">Upload your supporting documentation</div>
<div class="task-order__pdf-help-text"> <div class="task-order__pdf-help-text">
Upload a single PDF containing all relevant information. {{ Icon('help')}} Upload a single PDF containing all relevant information. {{ Icon('question')}}
</div> </div>
{{ UploadInput(form.pdf, watch=True) }} {{ UploadInput(form.pdf, watch=True) }}
</div> </div>