Use base form and save button on all forms

This commit is contained in:
leigh-mil
2019-04-02 15:06:36 -04:00
parent 637efc5ab5
commit 8b10732ac9
7 changed files with 89 additions and 95 deletions

View File

@@ -493,12 +493,10 @@
align-items: center;
justify-content: flex-end;
.usa-button {
button.usa-button {
margin-left: 4 * $gap;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
}
}