Browse Source

Merge pull request #1520 from Automattic/fix/missing-separator-config

Varia + various child-themes: Add missing config variables
Allan Cole 5 years ago
parent
commit
f3de0bdf24

+ 1 - 0
alves/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
balasana/sass/_config-child-theme-deep.scss

@@ -302,6 +302,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
barnsbury/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.33 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
dalston/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
exford/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
mayland/sass/_config-child-theme-deep.scss

@@ -306,6 +306,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
maywood/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
redhill/sass/_config-child-theme-deep.scss

@@ -394,5 +394,6 @@ $config-footer: (
 			"css-var": map-deep-get($config-global, "font", "family", "secondary", "css-var"),
 		),
 		"size": map-deep-get($config-global, "font", "size", "sm"),
+		"line-height": map-deep-get($config-global, "font", "line-height", "sm"),
 	),
 );

+ 1 - 0
rivington/sass/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**

+ 1 - 0
varia/sass/child-theme/_config-child-theme-deep.scss

@@ -307,6 +307,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**