Fix styling on member forms.
Include flash message when portfolio manager is added. Fix submit button text
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.member-form {
|
||||
text-align: left;
|
||||
min-width: 75rem;
|
||||
|
||||
input[type="checkbox"] + label::before {
|
||||
margin-left: 0;
|
||||
@@ -53,3 +52,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#modal--add-app-mem,
|
||||
#modal--add-portfolio-manager {
|
||||
.modal__body {
|
||||
min-width: 75rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user