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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user