updates to styles on app settings page:

- global: more bottom padding for panels
- app description textarea has no width contraint, constrained heigh
- fix extra padding in panel footers
- larger form columns for app name and description
- remove deprecated environment list
- do not need extra right padding on nested list items
This commit is contained in:
dandds
2019-05-01 06:24:15 -04:00
parent 41a191b1fc
commit bb06735c83
4 changed files with 19 additions and 27 deletions

View File

@@ -22,10 +22,10 @@
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: $site-margins-mobile * 2;
margin-bottom: $site-margins-mobile * 6;
@include media($medium-screen) {
margin-bottom: $site-margins * 2;
margin-bottom: $site-margins * 8;
}
}