Styling for CLIN Details section

add in validation styling for inputs
use solid checkmark as ok validation across site
This commit is contained in:
leigh-mil
2019-09-03 11:31:36 -04:00
parent 274fa4470c
commit 2b98995488
10 changed files with 47 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
{{ 'task_orders.review.pdf_title' | translate }}
</div>
<a class="icon-link icon-link--download" href="{{ pdf_download_url }}">
{{ Icon('check-circle-solid') }}
{{ Icon('ok') }}
{{ task_order.pdf.filename }}
</a>