mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 05:45:47 +03:00
Submit the form through ajax
This commit is contained in:
parent
8d63e8d4e6
commit
cb571a176b
6 changed files with 41 additions and 10 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue