Prechádzať zdrojové kódy

Mayland: Further update

Takashi Irie 5 rokov pred
rodič
commit
f8fb5acbea

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

@@ -188,7 +188,6 @@ $config-button: (
  * Cover
  */
 $config-cover: (
-	"height": calc( 15 * #{map-deep-get($config-global, "spacing", "vertical")} ),
 	"color": (
 		"foreground": #{map-deep-get($config-global, "color", "white")},
 		"background": #{map-deep-get($config-global, "color", "black")},

+ 2 - 2
mayland/sass/style-child-theme.scss

@@ -1,11 +1,11 @@
 /*
 Theme Name: Mayland
-Theme URI: https://github.com/Automattic/themes/mayland
+Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia

+ 0 - 1
mayland/style-editor.css

@@ -329,7 +329,6 @@ object {
 .wp-block-cover-image {
 	background-color: black;
 	color: white;
-	min-height: calc( 15 * 32px);
 	/* Treating H2 separately to account for legacy /core styles */
 }
 

+ 2 - 3
mayland/style-rtl.css

@@ -1,12 +1,12 @@
 @charset "UTF-8";
 /*
 Theme Name: Mayland
-Theme URI: https://github.com/Automattic/themes/mayland
+Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -1220,7 +1220,6 @@ input.has-focus[type="submit"],
 .wp-block-cover,
 .wp-block-cover-image {
 	background-color: black;
-	min-height: calc( 15 * 32px);
 	margin: inherit;
 	/* Treating H2 separately to account for legacy /core styles */
 	/**

+ 2 - 3
mayland/style.css

@@ -1,12 +1,12 @@
 @charset "UTF-8";
 /*
 Theme Name: Mayland
-Theme URI: https://github.com/Automattic/themes/mayland
+Theme URI: https://github.com/Automattic/themes/tree/master/mayland
 Author: Automattic
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -1220,7 +1220,6 @@ input.has-focus[type="submit"],
 .wp-block-cover,
 .wp-block-cover-image {
 	background-color: black;
-	min-height: calc( 15 * 32px);
 	margin: inherit;
 	/* Treating H2 separately to account for legacy /core styles */
 	/**