Merge pull request #1055 from dod-ccpo/clin-card-styling

TO Form Step 3/CLIN page styling
This commit is contained in:
leigh-mil
2019-09-04 11:36:51 -04:00
committed by GitHub
14 changed files with 365 additions and 246 deletions

View File

@@ -1,3 +1,4 @@
{% from "components/alert.html" import Alert %}
{% from "components/icon.html" import Icon %}
{% macro DatePicker(
@@ -26,6 +27,10 @@
{{ label }}
</div>
{% if caller %}
{{ caller() }}
{% endif %}
{% if description %}
<p class='usa-input__help'>
{{ description | safe }}

View File

@@ -16,7 +16,7 @@
>
<div>
<div v-show="hasAttachment" class="uploaded-file">
{{ Icon("check-circle-solid") }}
{{ Icon("ok") }}
<a class="uploaded-file__name" v-html="baseName" v-bind:href="downloadLink"></a>
<a href="#" class="uploaded-file__remove" v-on:click="removeAttachment">Remove</a>
</div>