five-for-the-future/themes/wporg-5ftf/css/objects/_objects.scss
Kelly Dwan 553247cbf7
Pledge List: Display pledges in list with sort and search ability (#33)
* Use the post-type when choosing template partial
* Add pledge archive templates
* Style pledge list page
* Style individual pledge
* Use pledge featured image for the logo
* Fix aspect ratio of image
* Add real contributors to the pledges
* Enable sorting and searching of pledges
* Add pledge sorting markup
* Style the page header
* Restrict any pledges with no contributors from being shown on the frontend
* Update contributor count key name
2019-10-25 16:34:46 -04:00

15 lines
519 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 "pledge";
@import "pullquote";