* Added font color and size styles to form input placeholder
* Update quadrat/sass/elements/_forms.scss
* Quadrat: Fix search form placeholder color in the editor
* Quadrat: Remove accidental theme.json changes
* Move fix to blockbase
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com>
* Blockbase: Remove CSS to bring up the page content and instead remove the bottom margin from post titles
* Change the paragraph spacing to use block gap
* Remove extra space on the figure.
* spaces to tabs.
* Change gap baseline to 15px.
* Reset paragraph margins.
* Add specific selectors to target paragraphs in the editor
* Add a comment to point to the GB issue
* Increase specificity of paragraph override.
* Ensure we provide a default paragraph margin too.
* Comment related Gutenberg issue.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Quadrat: Fix post meta offset
* Remove padding on site tagline.
* Remove inline spacing rules on site tagline.
* Use content: none to hide icon and add comment about configuring in Blockbase.
* Fix comment typo.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Blockbase: Update font size names
* Add overrides to geologist and quadrat
* Add a tiny custom variable to blockbase
* update templates to use new variable
* update block patterns
* update the post-meta font sizes
* Add a medium font size and make huge bigger
* replace font sizes in patterns with explict pixel values
Co-authored-by: Jeffrey Pearce <jeffikus@automattic.com>
* Drop "fontsToLoadFromGoogle" for child themes
Drop "fontsToLoadFromGoogle" in favor of the common "google" parameter. Child themes can simply set a "google" key/value for any Google fonts they need, just as the Blockbase does everywhere else.
I see no need (anymore) to have this separate custom section in the child theme json. Or am I missing something?
It just needs to be communicated and coordinated with child theme devs that still use "fontsToLoadFromGoogle"...
This also fixes#4460 and #4621
* Remove fontsToLoadFromGoogle from theme.json
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* removed non-gap margins from heading
* Blockbase: Add site logo
* Blockbase: Reduce the default logo size
* Refactored blockbase headers to include all of Quadrat's header design
* Added tagline to mayland blocks
* resized suggested dimensions per reccomendation
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com>