Refinements to the new application member modal

- remove extra padding from second modal screen
- update modal styles to more closely match designs
- ad `user_name` property to application_role model to fix flash message
This commit is contained in:
dandds
2019-04-25 14:12:06 -04:00
parent 0d5e0a3fa7
commit b7a8cd4168
3 changed files with 8 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ body {
background-color: $color-white;
padding: $gap * 2;
width: 100%;
border-radius: 5px;
overflow-y: auto;
-ms-overflow-style: scrollbar;
@@ -52,7 +53,7 @@ body {
}
@include media($medium-screen) {
padding: $gap * 4;
padding: $gap * 5;
}
h1, h2 {
@@ -186,6 +187,7 @@ body {
.form-row {
margin-top: 0;
margin-bottom: 0;
.form-col {
.usa-input {