Commit graph

266 commits

Author SHA1 Message Date
Jason Crist
e83203dbcc
Try/quadrat semantic color customizations (#4090)
* Refactored blockbase color configuration from 'descriptive' to 'semantic'

* Refactored Quadrat to support Semantic Colors

* WIP experiment to allow Customizer editing of semantic colors in Quadrat

* Update the settings in theme.json not styles

* remove class variable for simplicity

* allow users to set multiple colors

* move merged colors to a class property

* Refactored to simplify and integrate changes to save everything at once

* Refactored and implemented save-all-at-once

* Refactored color customization logic from Quadrat to Blockbase

* Refactored Mayland blocks to support semantic color customizations

* Refactored Seedlet for configurable semantic colors.  Refactored meaning of 'primary' in blockbase.

* Minor color cleanups

* Fixed quadrat background color override

* Change variables to camelCase

* remove slug class property

* rename a few variables and add some comments

* remove the noop.css

* don't assume properties exist

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-06-25 11:22:53 +01:00
Ben Dwyer
157179442c switch to new attribute name 2021-06-18 10:07:04 +01:00
Ben Dwyer
e423258182 Quadrat: Simplify templates 2021-06-17 17:47:47 +01:00
Ben Dwyer
2ce29de6e6 Remove accesibility ready tag 2021-06-15 17:29:13 +01:00
Ben Dwyer
49ea46866e Quadrat: update theme dependencies and licence 2021-06-15 17:28:19 +01:00
Ben Dwyer
6df0c66504 Quadrat: update theme description 2021-06-15 17:26:32 +01:00
Ben Dwyer
924a970f24 Add images from SVN 2021-06-10 11:34:08 +01:00
Maggie
8ee9e7e37a
Blockbase: separated mixins from rules for the button block (#3985)
* separated mixins from rules for the button block
* Removed unnecessary stylistic hover styles that were breaking on Chrome

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-06-04 12:21:16 -04:00
Jeff Ong
ba98e3305a
Blockbase: add query pagination (#3971)
* Refactor some query pagination styles to blockbase.

* Justify the previous / next links.
2021-05-28 06:26:15 -07:00
Jason Crist
d657622de2
Changed CSS and variable handling so that the color of the border and text of a button in 'outline mode' matches the background color of the button when not. (#3972) 2021-05-28 06:19:43 -07:00
Ben Dwyer
086553f14a
Quadrat: Fix mobile spacing (#3961)
* Quadrat: Fix mobile spacing

* reset indentation

* reset indentation

* move template rules into their own file
2021-05-27 12:17:54 -07:00
Jason Crist
a65ef3200a
Remove experimental- from theme.json & include in .org build (#3956)
* Rename bb theme to make it not experimental

* Include theme.json files in dot org packaging

* Renamed all BCB Family Themes theme.json file

* Add font size to site title block.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-05-27 08:06:59 -07:00
Ben Dwyer
eebb4e3957 move the spacer to the CSS so if the block isn't there nothing shows 2021-05-27 13:31:19 +01:00
Ben Dwyer
6aca1c2b8c Quadrat: Update the layout of the query template 2021-05-26 16:26:51 +01:00
Maggie
5c1e93b03a
Quadrat: fix markup for header template part (#3906)
* fix markup for header template part

* Remove nav links.

* Simplify block markup and CSS for the header.

* Fix margins + padding when logo is present.

* Removed theme attribute from block templates

* added isResponsive flag to navigation on header template part

* simplified header template to eliminate 'double header' elements, add responsive default to navigation block and remove unnecessary verbosity from navigation block

* remove index.html file (that I never should have comitted)

Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-05-26 07:43:09 -07:00
Jason Crist
dc41593f3b
Style quadrat mobile nav (#3921)
* Remove mobile navigation ponyfill

* Update default mobile theme styles to (more closely) match comps

* Removed opinionated mobile menu button positioning logic from BCB
2021-05-25 10:49:49 -04:00
Maggie Cabrera
3c94941e6c renamed bcb strings on functions files 2021-05-25 11:37:50 +02:00
Ben Dwyer
e89ecd2792 import buttons from blockbase not BCB 2021-05-25 10:16:22 +01:00
Jeff Ong
5040c1cdd6 Rename BCB to blockbase. 2021-05-25 09:47:53 +01:00
Daniel Dudzic
36df9da75d
Block themes: Update templates to include a Query block wrapper (#3821)
* Block themes: Update templates to include a Query block wrapper (WordPress/gutenberg#30804)
Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com>
2021-05-24 16:38:00 -04:00
Maggie
e9279bb92d
Quadrat: comment form style tweaks (#3905)
* comment form style tweaks
* inversed colors on comments buttons
* fixed font size
2021-05-24 16:15:51 -04:00
Maggie
1032374b65
removed polygon on the footer outside of the home (#3917) 2021-05-24 16:10:33 -04:00
Maggie Cabrera
ebf3f162f2 solve issue when both logo and featured image are present 2021-05-24 14:02:30 +02:00
Maggie Cabrera
e1666b00c9 post header version with featured image 2021-05-24 13:59:25 +02:00
Maggie Cabrera
d5b0ba4aef move the post meta closer to the title 2021-05-24 13:59:06 +02:00
Maggie
05553a7040
Merge pull request #3896 from Automattic/fix-single-post-header
Quadrat: fix single post title when a custom logo is present
2021-05-24 13:56:59 +02:00
Jason Crist
619737144a
Provide reasonable color defaults when palette background color is selected (#3909) 2021-05-21 14:40:47 -07:00
Jeff Ong
655b1fef3b
BCB + children: use nav block responsive control (#3870)
* Replace responsive logic + styles with the blocks native responsiveness.
* Added responsive flag and removed default links for navigation blocks
* Added backup solution to mobile nav to quadrat

Co-authored-by: Jason Crist <jcrist@pbking.com>
2021-05-21 13:57:42 -04:00
Jason Crist
b081797df4
Refactor button hover styles into its own custom object tree (#3881)
* Refactor button hover styles into its own custom object tree
* refactored and rebuilt quadrat to match new button styling methods

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-05-21 08:05:54 -04:00
Jeff Ong
32d6155fcb
Add theme focus states for links and forms. (#3899) 2021-05-20 13:43:44 -07:00
Maggie
12387e679d
Quadrat: changed the hover effect of text links (#3891)
* changed the hover effect of text links

* Revise link default and hover states.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2021-05-20 11:13:34 -07:00
Maggie Cabrera
53f6881d49 consider custom logo present 2021-05-20 17:44:22 +02:00
Daniel Dudzic
96f5014a22 Quadrat: Remove trailing whitespaces after the last php closing tag 2021-05-20 17:10:13 +02:00
Maggie Cabrera
c0084919ac move menu when admin bar is visible 2021-05-20 10:22:52 +02:00
Maggie Cabrera
8d7b3fe5e0 adapted single post header to fit design for mobile 2021-05-20 10:13:29 +02:00
Maggie Cabrera
9d2af975ab removed corner 2021-05-19 09:03:02 +02:00
Maggie Cabrera
aab08281ea tweaked clip-path 2021-05-19 09:03:02 +02:00
Maggie Cabrera
4ca66c313e adapted desktop to fit new design 2021-05-19 09:03:01 +02:00
Maggie Cabrera
f1496ade2e tablet options 2021-05-19 09:03:01 +02:00
Maggie Cabrera
164668de4f mobile version 2021-05-19 09:03:01 +02:00
Maggie Cabrera
0e51f23c2e added squares to header and footer 2021-05-19 09:03:00 +02:00
Jeff Ong
1f471237ec
Quadrat: add custom logo support (rebase) (#3776)
* Add support for basic site logo.

* Move site logo above site title.

* Revise logo position based on designs.

* Revise header CSS to match comps.

* Adjust custom logo size.

* Revise header padding.

* Revise header spacing with and without logo.
2021-05-18 11:49:56 -07:00
Maggie Cabrera
eee251fa16 mobile navigation 2021-05-18 16:59:40 +02:00
Maggie Cabrera
649706fc09 switched to grid 2021-05-18 16:58:31 +02:00
Maggie Cabrera
2b00ab3f99 styles for pagination 2021-05-18 16:27:21 +02:00
Maggie Cabrera
decc718808 added pagination to the query block 2021-05-18 16:26:49 +02:00
Jeff Ong
ef4b0ad34b
Outline style override. (#3872) 2021-05-17 13:57:47 -07:00
Kjell Reigstad
6b80199bfb
Replace Poppins font with DM Sans (#3869)
* Replace Poppins font with DM Sans

* Update child-experimental-theme.json and recompile.

* Update screenshot.png
2021-05-17 09:06:57 -07:00
Jeff Ong
a7f2bf09dd
Revise text decoration and font size on nested blocks. (#3857) 2021-05-17 08:04:23 -07:00
Jason Crist
e08d242775
Styled calendar block per design (#3835)
* Styled calendar block per design

* Added the scss for the style changes
2021-05-14 12:00:25 -07:00