Add blue background to DoD ID inputs

This commit is contained in:
leigh-mil
2019-01-18 10:21:36 -05:00
parent 569576fce5
commit 43d1e01e10
2 changed files with 9 additions and 8 deletions

View File

@@ -237,4 +237,13 @@
}
}
}
.alert {
padding: 1.5rem;
.usa-input {
width: 100%;
margin: 0;
}
}
}