Merge branch 'master' of github-DDS:dod-ccpo/atst into financial.py-rm-unused-property
This commit is contained in:
commit
021d82a981
@ -60,7 +60,7 @@ export default {
|
|||||||
validationError: 'Optional: Please enter up to 10 digits'
|
validationError: 'Optional: Please enter up to 10 digits'
|
||||||
},
|
},
|
||||||
dodId: {
|
dodId: {
|
||||||
mask: createNumberMask({ prefix: '', allowDecimal: false, includeThousandsSeparator: false }),
|
mask: createNumberMask({ prefix: '', allowDecimal: false, allowLeadingZeroes: true, includeThousandsSeparator: false }),
|
||||||
match: /^\d{10}$/,
|
match: /^\d{10}$/,
|
||||||
unmask: [],
|
unmask: [],
|
||||||
validationError: 'Please enter a 10-digit DoD ID number'
|
validationError: 'Please enter a 10-digit DoD ID number'
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main p {
|
.main p {
|
||||||
@ -46,7 +47,6 @@
|
|||||||
|
|
||||||
/* Wrapper */
|
/* Wrapper */
|
||||||
.main {
|
.main {
|
||||||
padding: 20px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url(static/img/cloud_background.jpg);
|
background: url(static/img/cloud_background.jpg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user