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

- Remove accidental drop-shadow (mistake in Figma) - Use the correct fonts for callout text - Switch to a fixed width of rems over percentages to make alignment easier - Use rems to outdent quote so it lines up with the edge of the photo - Overlap the blue box + photo on larger screens, and offset the quote down - Remove unused selectors - Fix quote display in the editor
14 lines
501 B
SCSS
14 lines
501 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 "hero";
|
|
@import "image";
|
|
@import "pledge-form";
|
|
@import "pullquote";
|