Style improvements to the add a new application page:

- fix size of description textarea
- place "remove" buttons closer to text input fields for environments
- add icon for "add another environment" link
This commit is contained in:
dandds
2019-05-02 07:04:23 -04:00
parent bcde637553
commit e457e9a60d
4 changed files with 40 additions and 17 deletions

View File

@@ -5,6 +5,10 @@
.usa-input {
margin: 0 ($gap * 4) 0 0;
flex-grow: 2;
}
.application-edit__env-list-item-block {
flex-grow: 1;
}