
* Remote: add style variations * Timid Pink * Mono Bright * Remote: Fix heading font sizes * Remote: update typography of Timid Pink variant * Remote: update typography for Forest Green variant * Remote: update typography for Mono Bright variant * Fix design review comments * Update WP version to 6.0 * fix font sizes for style variations * introduce tertiary and remove forest-green variation * add custom style to fix button padding. * Fix link color in mono-bright variant * fix typography issues * fix button font family * remove typography from patterns * fix figcaption color
38 lines
1.7 KiB
PHP
38 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Title: Posts list
|
|
* Slug: remote/posts-list
|
|
* Categories: featured, query
|
|
* Block Types: query
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
|
|
<div class="wp-block-group alignfull"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null},"tagName":"main","align":"wide"} -->
|
|
<main class="wp-block-query alignwide"><!-- wp:post-template -->
|
|
<!-- wp:separator {"className":"is-style-wide"} -->
|
|
<hr class="wp-block-separator is-style-wide"/>
|
|
<!-- /wp:separator -->
|
|
|
|
<!-- wp:columns {"style":{"spacing":{"padding":{"top":"1em"}}}} -->
|
|
<div class="wp-block-columns" style="padding-top:1em"><!-- wp:column {"verticalAlignment":"top","width":"4.5rem","style":{"spacing":{"padding":{"top":"0.75rem"}}}} -->
|
|
<div class="wp-block-column is-vertically-aligned-top" style="padding-top:0.75rem;flex-basis:4.5rem"><!-- wp:post-date {"format":"M j"} /--></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"verticalAlignment":"center","width":""} -->
|
|
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} /--></div>
|
|
<!-- /wp:column --></div>
|
|
<!-- /wp:columns -->
|
|
<!-- /wp:post-template -->
|
|
|
|
<!-- wp:spacer {"height":"32px"} -->
|
|
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between","flexWrap":"nowrap","orientation":"horizontal"}} -->
|
|
<!-- wp:query-pagination-previous /-->
|
|
|
|
<!-- wp:query-pagination-next /-->
|
|
<!-- /wp:query-pagination --></main>
|
|
<!-- /wp:query --></div>
|
|
<!-- /wp:group -->
|