Parcourir la source

Merge pull request #1149 from Automattic/update/varia-child-theme-input-padding

Varia: Update Form input padding for Child Theme and avoid duplicate import of same stylesheet
Allan Cole il y a 6 ans
Parent
commit
ea02b36a6e

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

@@ -148,7 +148,7 @@ $config-elements: (
 			"radius": 3px,
 		),
 
-		"padding": calc( 0.33 * #{map-deep-get($config-global, "spacing", "unit")} ),
+		"padding": #{map-deep-get($config-global, "spacing", "unit")},
 	),
 );
 

+ 1 - 4
varia/sass/child-theme/style-child-theme.scss

@@ -29,11 +29,9 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 @import "../abstracts/imports";
 
 /**
- * Child Theme Name
+ * Child Theme Deep
  */
 @import "config-child-theme-deep";
-//@import "config-child-theme";
-@import "extra-child-theme";
 
 /**
  * Base
@@ -90,4 +88,3 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  * Child Theme Extra Styles
  */
 @import "extra-child-theme";
-