Update form to nest all envs in one form

This commit is contained in:
leigh-mil
2019-05-06 13:00:01 -04:00
parent 060c6834bf
commit addf2e97a1
9 changed files with 244 additions and 95 deletions

View File

@@ -133,7 +133,7 @@
.action-group-cancel__action {
position: absolute;
right: ($search-button-width * 2) + ($gap * 2);
right: $search-button-width * 2 + $gap * 2;
top: -($gap * 8);
}
}