Commit graph

208 commits

Author SHA1 Message Date
Ben Dwyer
4c192fefb1
Blockbase: Make the top margins consistent (#4726)
* Blockbase: Make the top margins consistent

* import post-template partial
2021-09-28 14:51:39 -04:00
Ben Dwyer
347903e0f7
Blockbase: Update font size names (#4711)
* 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>
2021-09-28 12:40:11 -04:00
Rolf Allard van Hagen
98e800c43f
Drop "fontsToLoadFromGoogle" for child themes (#4633)
* 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>
2021-09-28 15:25:59 +01:00
Jason Crist
97d49618d8 Version Bump 2021-09-27 21:24:28 -04:00
Maggie
4a9ed3bfc4
add json schema to theme.json and rebuilt children (#4714) 2021-09-27 14:34:43 -04:00
Ben Dwyer
290dcac0a4
Blockbase: Add site logo (#4692)
* 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>
2021-09-27 14:31:07 -04:00
Jason Crist
2ea6294281 version bump 2021-09-25 08:54:13 -04:00
Jason Crist
ce3fda4a16
Added additional margin top to achieve design target (#4664) 2021-09-24 15:57:28 -04:00
Sarah Norris
873729883c
Skatepark: Fix title spacing (#4624)
* Skatepark: replace image padding with spacer

* Skatepark: adjust featured image spacing

* Skatepark: tweak single spacer height

* Skatepark: apply spacing changes to page template

* Moved spacing from a spacer to margin-top

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-09-24 14:28:21 +01:00
Jason Crist
d0e89e8dac
Removed block-level margin styles from all themes (#4698) 2021-09-24 14:27:31 +01:00
Ben Dwyer
435d89a95c
Quadrat+Skatepark: Remove code that removes support for block templates (#4693) 2021-09-24 14:27:03 +01:00
Ben Dwyer
43af8c7123
Add comments to pages on Skatepark, Quadrat and Geologist (#4632) 2021-09-22 11:27:32 +01:00
Jason Crist
330ad891d9
Remove l/r padding from default posts template (#4665) 2021-09-22 11:26:38 +01:00
Daniel Dudzic
0abf395e3e
Skatepark: Fix social links navigation alignment on desktop (#4635) 2021-09-22 11:19:55 +01:00
Daniel Dudzic
fd6b226d6a
Skatepark: Add submenu styling (#4662) 2021-09-22 11:19:47 +01:00
Sarah Norris
d8926ce8ed
Blockbase: Add post-meta template part (#4565)
* Blockbase: add post-meta template part

* Blockbase: add post-tag icon

* Blockbase: remove tags from post meta

* Blockbase: add post tags to post meta

* Blockbase: add post tag SVG from Seedlet

* Blockbase: remove separator from post meta

* Blockbase: add spacer above post comments block

* Seedlet Blocks: add post tags to post meta

* Blockbase: enable blockGap & set gap size for all children

* Blockbase children: sync up child-theme.json files

They were all using --wp--custom--margin--vertical instead of --wp--custom--gap--vertical

* Blockbase children: change gap size to GB default of 0.5em

* Blockbase & co: use gap baseline across BB & all children

* Blockbase: add row-gap value to post-meta

* Skatepark: remove gap value

This is now applied via theme.json (as the same value)

* Blockbase: add comment next to use of !important

* Blockbase: add link to GB issue around block gaps
2021-09-20 09:51:18 +01:00
Maggie
a8485fb5a9 Blockbase + Quadrat: remap quadrat colors, refactor selection to tertiary (#4570)
* remap quadrat colors, refactor selection to tertiary

* Refactored color customizations to exclusively use THEME provided values as the basis for colors to configure rather than optionally using USER provided values.

* Changed blockbase's tertiary color to match blank-canvas
* Changed seedlet-blocks tertiary color to match seedlet's

* Eliminated any text selection styling for Blockbase and children (with the exception of Skatepark)

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-09-13 17:21:42 -04:00
Ben Dwyer
d01df558f1 Blockbase: Remove code block CSS (#4562) 2021-09-13 17:21:42 -04:00
Jason Crist
220e2691b3 Moved gap between site logo and title from GRID to IMAGE 2021-09-13 17:21:42 -04:00
Jason Crist
09577d5e08 Simplify Custom margin (#4556)
* Eliminated post-content margin custom CSS variable and used custom-gap-horizontal throughout instead

* refactored references from custom post-content padding to custom-margin in child themes

* refactored and simplified styles that were leveraging custom-post-content padding values

* Remove unused custom variables.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-09-13 17:21:42 -04:00
Ben Dwyer
b372d90381
Update from WPCOM (#4571) 2021-09-10 09:41:53 +01:00
Maggie
c0c1ed7205
Skatepark: refactor post title margins (#4561)
* refactor post title margins

* exclude the query block post title from the underlined rules
2021-09-10 09:32:27 +01:00
Maggie
df7d71efdb
Merge pull request #4520 from Automattic/skatepark-improve-header
Skatepark: improve header styles to fit new design guidelines
2021-09-08 09:38:24 +02:00
Maggie
fe95dcad3c fix skatepark reply text transform, align comment header 2021-09-08 09:35:28 +02:00
Maggie
be6b632dca added text-decoration mixin to skatepark comments 2021-09-08 09:34:53 +02:00
Maggie
9acd573ee5 changed reply link font size and hover effect 2021-09-08 09:34:51 +02:00
Maggie
b46a9d57aa removed unused CSS from Blockbase children 2021-09-08 09:34:10 +02:00
Maggie
11368fb720 changed padding of cover block 2021-09-07 16:44:42 +02:00
Maggie
7a5e5f4db9 fix horizontal scroll 2021-09-07 16:44:42 +02:00
Maggie
79c2fe97fe changed approach for alignfull cover blocks 2021-09-07 16:44:37 +02:00
Sarah Norris
1da71febae Skatepark: Move base padding setting back to theme.json 2021-09-07 16:44:30 +02:00
Sarah Norris
8a37729952 Skatepark: Add cover block scss with positioning values 2021-09-07 16:44:23 +02:00
Sarah Norris
72225cd719 Skatepark: Remove padding setting from theme.json 2021-09-07 16:44:18 +02:00
Sarah Norris
b65f615d93 Skatepark: Change pixel value to em 2021-09-07 16:44:18 +02:00
Sarah Norris
8985c7f4f2 Skatepark: Change padding clamp to min 2021-09-07 16:44:18 +02:00
Sarah Norris
16ba7ea022 Skatepark: Add cover padding to theme.json 2021-09-07 16:44:18 +02:00
Sarah Norris
cac0aa8077 Skatepark: Remove cover scss file 2021-09-07 16:44:16 +02:00
Sarah Norris
c8e4f5790e Skatepark: Add custom padding to cover block 2021-09-07 16:44:09 +02:00
Maggie
76a8d2f856
Geologist: code quality (#4532)
* refactor outline button styles

* removed block patterns styles

* renamed mixin
2021-09-07 13:05:07 +01:00
Maggie
39816d970c align social icons and tagline better 2021-09-06 15:49:03 +02:00
Maggie
378f889f68 align social icons to the tagline and site title 2021-09-03 09:58:53 +02:00
Maggie
a7bb83f53a better spacing 2021-09-02 15:43:47 +02:00
Maggie
b3615174b2 improve header styles to fit new design guidelines 2021-09-02 11:12:32 +02:00
Jason Crist
8a5c5b1977
Apply/batch utils audit (#4494)
* Ran batch:audit:fix

* Ran it and got more fixes.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-09-01 16:04:30 -04:00
Ben Dwyer
646c6a0e56
Move the paragraph indent style to the first paragraph of every container (#4481)
* Move the paragraph indent style to the first paragraph of every container

* removed text-indent css

* build css

* Remove references to indented paragraph class.

Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-09-01 15:07:39 -04:00
Maggie
bbed04b267 reduced the height of the menu container on mobile 2021-08-31 09:30:58 +02:00
Maggie
d7147a0bf3 changed mobile layout 2021-08-31 09:30:58 +02:00
Maggie
fe58c90821 used variables for spacing 2021-08-31 09:30:57 +02:00
Maggie
23e1cfa4f4 used grid to align logo to fit design 2021-08-31 09:30:29 +02:00
Jason Crist
33aac8865d
Removed block attributes from site-title in header as they are set in theme.json (and some of those items removed were incorrect) (#4511) 2021-08-30 18:22:24 -04:00