cannot go to next new portfolio member page if form invalid

This commit is contained in:
dandds
2019-03-25 17:21:18 -04:00
parent 4987d24bef
commit ccaad6cbbc
4 changed files with 26 additions and 10 deletions

View File

@@ -203,6 +203,11 @@ body {
.usa-button {
margin-left: 2rem;
&[type='button']:disabled {
background-color: $color-gray-lighter;
opacity: inherit;
}
}
.modal__form--padded {