|
@@ -555,6 +555,14 @@
|
|
|
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--button--typography--line-height)",
|
|
|
"textDecoration": "none"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "top": "calc( var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width) )",
|
|
|
+ "bottom": "calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width) )",
|
|
|
+ "left": "calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width) )",
|
|
|
+ "right": "calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width) )"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h1": {
|