mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-14 14:25:45 +03:00
Manage Pledge: Update email dialog to use JS submission (#104)
Use the proper dialog behavior for submitting an email to generate a manage link. Fixes #98.
This commit is contained in:
parent
a67ef04505
commit
a11e3c5fa5
14 changed files with 1202 additions and 134 deletions
|
@ -30,6 +30,7 @@ $color-gray-light-200: lighten($color-base-gray,74%);
|
|||
$color-gray-light-100: lighten($color-base-gray,77%);
|
||||
|
||||
$color-error-red: #c92c2c;
|
||||
$color-alert-red: #d94f4f;
|
||||
|
||||
// Theme colors
|
||||
$color__background-input: $color-gray-light-200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue