more styling for new portfolio member modal

This commit is contained in:
dandds
2019-03-25 06:53:48 -04:00
parent 0d3387b0fe
commit ec794abbf2
5 changed files with 96 additions and 21 deletions

View File

@@ -7,7 +7,8 @@
inline-template
{% if field.errors %}v-bind:initial-errors='{{ field.errors | list }}'{% endif %}
{% if field.data and field.data != "None" %}v-bind:initial-value="'{{ field.data }}'"{% endif %}
key='{{ field.name }}'>
key='{{ field.name }}'
>
<div
v-bind:class="['usa-input', { 'usa-input--error': showError, 'usa-input--success': showValid }]">