frontend for adding new application member

- updated styling
- eliminated stray <form> tag in application team template
This commit is contained in:
dandds
2019-04-24 13:43:38 -04:00
parent ade77e6b91
commit 9c84e30172
10 changed files with 266 additions and 89 deletions

View File

@@ -46,6 +46,14 @@
flex-basis: 16.66%;
}
&.form-col--quarter {
flex-basis: 25%;
}
&.form-col--three-quarters {
flex-basis: 75%;
}
.usa-input {
margin-left: ($gap * 4);
margin-right: ($gap * 4);
@@ -171,3 +179,11 @@
}
}
.input__inline-fields {
margin: 1rem 0 1rem 0;
&> fieldset.usa-input__choices label {
display: inline;
font-weight: $font-normal;
}
}