Submit the form through ajax

This commit is contained in:
Kelly Dwan 2019-11-20 17:47:42 -05:00
parent 8d63e8d4e6
commit cb571a176b
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
6 changed files with 41 additions and 10 deletions

View file

@ -29,10 +29,6 @@
border-bottom-color: $color-gray-light-400;
}
p:first-child {
margin-top: 0;
}
label {
display: inline-block;
margin-bottom: 4px;
@ -54,6 +50,10 @@
font-size: ms(-3);
}
.notice p {
font-size: 1em;
}
.pledge-dialog__close {
position: absolute;
top: 0;

View file

@ -51,6 +51,7 @@ body.single.single-5ftf_pledge {
.entry-footer {
margin-top: ms(2);
margin-bottom: ms(20);
border-top: 1px solid $color-gray-light-500;
padding-top: ms(2);