|
@@ -101,19 +101,6 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
- "form": {
|
|
|
- "padding": "calc( 0.5 * var(--wp--custom--margin--horizontal) )",
|
|
|
- "border": {
|
|
|
- "color": "var(--wp--custom--color--primary)",
|
|
|
- "width": "3px"
|
|
|
- },
|
|
|
- "color": {
|
|
|
- "background": "transparent"
|
|
|
- },
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
- }
|
|
|
- },
|
|
|
"fontsToLoadFromGoogle": [
|
|
|
"family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
|
|
|
],
|
|
@@ -126,7 +113,6 @@
|
|
|
},
|
|
|
"checkbox": {
|
|
|
"checked": {
|
|
|
- "content": "\"\\2715\"",
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"position": {
|
|
|
"left": "7px",
|
|
@@ -138,9 +124,7 @@
|
|
|
}
|
|
|
},
|
|
|
"unchecked": {
|
|
|
- "content": "\"\"",
|
|
|
"position": {
|
|
|
- "left": "0",
|
|
|
"top": "-0.4em"
|
|
|
},
|
|
|
"sizing": {
|
|
@@ -149,6 +133,9 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "color": {
|
|
|
+ "background": "transparent"
|
|
|
+ },
|
|
|
"label": {
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -161,6 +148,10 @@
|
|
|
"letterSpacing": ".1em",
|
|
|
"textTransform": "uppercase"
|
|
|
}
|
|
|
+ },
|
|
|
+ "padding": "calc( 0.5 * var(--wp--custom--margin--horizontal) )",
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
},
|
|
|
"heading": {
|