@@ -241,13 +241,35 @@
},
"styles": {
"blocks": {
+ "core/buttons": {
+ "spacing": {
+ "blockGap": "8px"
+ }
+ },
+ "core/button": {
+ "variations": {
+ "outline": {
+ "border": {
+ "width": "1px"
+ "padding": {
+ "bottom": "9px",
+ "left": "19px",
+ "right": "19px",
+ "top": "9px"
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
"core/post-title": {
- "css": ":not([class*=\"text-align-\"]) {\n text-align:center;\n}",
+ "css": ":not([class*=\"text-align-\"]){text-align:center;}",
"fontSize": "var(--wp--preset--font-size--x-large)"
@@ -273,7 +295,7 @@
"elements": {
"button": {
"border": {
- "radius": "4px"
+ "radius": "6px"
"color": {
"background": {
@@ -286,8 +308,8 @@
"spacing": {
"padding": {
"bottom": "10px",
- "left": "18px",
- "right": "18px",
+ "left": "20px",
+ "right": "20px",
"top": "10px"