Add fieldset background to TO fields

This commit is contained in:
luis cielak 2018-08-16 10:53:59 -04:00 committed by richard-dds
parent 7471d062e1
commit 453d45bf36
2 changed files with 32 additions and 21 deletions

View File

@ -73,5 +73,13 @@
} }
} }
} }
&--warning {
@include alert-level('warning');
}
&--error {
@include alert-level('error');
}
} }

View File

@ -105,6 +105,7 @@
level='warning' level='warning'
) }} ) }}
<fieldset class="form__sub-fields form__sub-fields--warning">
{{ OptionsInput( {{ OptionsInput(
f.funding_type f.funding_type
) }} ) }}
@ -138,9 +139,11 @@
validation='integer' validation='integer'
) }} ) }}
{{ TextInput(f.clin_2003,placeholder="7,000", {{ TextInput(
f.clin_2003,placeholder="7,000",
validation='integer' validation='integer'
) }} ) }}
</fieldset>
{% endautoescape %} {% endautoescape %}