mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 11:23:45 +03:00

This broadly enables & styles the pledge forms across the frontend and wp-admin. - Switches field `readonly` control to a variable called `$readonly` - Create `PledgeMeta\get_pledge_meta()` which will fetch data from `$_POST`, a pledge post, or defaults. - Add Number of Employees field - Update form content to match mockup: - fields now have help text - success message uses content from mockup - logo field is moved to the "org info" section - Style form in theme, add some similar styles to the admin Fixes #7, fixes #28
14 lines
508 B
SCSS
14 lines
508 B
SCSS
@import "../../../pub/wporg/css/objects/accessibility";
|
|
@import "../../../pub/wporg/css/objects/alignments";
|
|
@import "../../../pub/wporg/css/objects/buttons";
|
|
@import "../../../pub/wporg/css/objects/clearings";
|
|
@import "../../../pub/wporg/css/objects/copy";
|
|
@import "../../../pub/wporg/css/objects/inputs";
|
|
@import "../../../pub/wporg/css/objects/links";
|
|
@import "../../../pub/wporg/css/objects/notices";
|
|
@import "buttons";
|
|
@import "image";
|
|
@import "pledge-form";
|
|
@import "pullquote";
|
|
@import "site-header";
|