Browse Source

Add button styling

Dennis Snell 3 years ago
parent
commit
fed695a642
1 changed files with 19 additions and 0 deletions
  1. 19 0
      rainfall/theme.json

+ 19 - 0
rainfall/theme.json

@@ -65,6 +65,25 @@
 			"fontFamily": "var(--wp--preset--font-family--helvetica-neue)"
 		},
 		"elements": {
+			"button": {
+				"border": {
+					"radius": "0"
+				},
+				"color": {
+					"background": "black"
+				},
+				"spacing": {
+					"padding": {
+						"left": "33",
+						"right": "33",
+						"bottom": "18",
+						"top": "18"
+					}
+				},
+				"typography": {
+					"textTransform": "uppercase"
+				}
+			},
 			"link": {
 				"color": {
 					"text": "var(--wp--preset--color--black)"