* Quadrat: Add spacer to top of index template on desktop
* Quadrat: Add vertical margin to post-template list
* Quadrat: Add padding-top to post meta at mobile
* Quadrat: Reset post title alignment changes
* Quadrat: Remove top padding from single template
* Quadrat: Remove default vertical margins from post-template ul
* Quadrat: Add bottom padding to global header
* Quadrat: Remove top, right and bottom padding from header
* Added configurable padding for paragraphs and headings when they have background colors.
* refactored has-background to use existing margin values
* Removed unused margin values
* simplified CSS
* Update blockbase/sass/base/_header.scss
* Update blockbase/sass/blocks/_paragraph.scss
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Blockbase: Remove the background color from Navigation Links
* Rebuild child theme.json removing nav link bg color.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* added tagline to header templates
* Refactored blockbase (and quadrat) breakpoints to use 'small' instead of 'mobile' to follow navigation blocks's breakpoint usage
Co-authored-by: Jason Crist <jcrist@pbking.com>
Force the 'body' (which, in the editor is applied to a different
element) margin and padding to obey the values set by the theme.
Remove the padding applied to the "post content" as the padding is now
applied a different way.
* Blockbase: Add font customization
* Add a preview for font customizations
* namespace the preview function
* Replace wp_localize_script with wp_add_inline_script
Controlled alignfull padding differently to correct paragraph padding in certain situations.
Refactored 'container' alignment rules
Eliminated 'page-content' class as a means to apply default 'edge'
padding to content.
Introduced 'container-' selection as the means to apply default 'edge'
padding to content.
Removed 'edge' padding from post-content block (it is all handled by
'container-' elements now).
Refactored the "bust out of edge padding" for alignfull elements and
nested 'container-'s.
* Universal themes: Add a setting to disable the Site Editor
* Check for index.html template before attempting to disable the FSE plugin (in the same way Gutenberg does)
* Only add a widgets menu item when there isn't one already
* Add an index template
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block
* Updated submenu border to match requested design
* Changes to quadrat table styles to match design and ensure editor and view are the same.
* Involved Blockbase in some of the table changes necessary for Quadrat.
* Added and formatted comments for Blockbase refactoring font definitions for the block
* Fixed wp.com comment styles for Quadrat. Removed unnecessary comment font stylings.
* Fixed Seedlet-blocks wp.com comment styles
* Moved .com specific fixes to appropriate space.
Co-authored-by: Ben Dwyer <ben@scruffian.com>