Browse Source

rebuilt all child themes

Maggie Cabrera 4 years ago
parent
commit
25ee6a7501
53 changed files with 306 additions and 228 deletions
  1. 6 12
      alves/style-editor.css
  2. 6 0
      alves/style-rtl.css
  3. 6 0
      alves/style.css
  4. 6 12
      balasana/style-editor.css
  5. 6 0
      balasana/style-rtl.css
  6. 6 0
      balasana/style.css
  7. 6 12
      barnsbury/style-editor.css
  8. 6 0
      barnsbury/style-rtl.css
  9. 6 0
      barnsbury/style.css
  10. 6 12
      brompton/style-editor.css
  11. 6 0
      brompton/style-rtl.css
  12. 6 0
      brompton/style.css
  13. 6 12
      coutoire/style-editor.css
  14. 6 0
      coutoire/style-rtl.css
  15. 6 0
      coutoire/style.css
  16. 6 12
      dalston/style-editor.css
  17. 6 0
      dalston/style-rtl.css
  18. 6 0
      dalston/style.css
  19. 6 12
      exford/style-editor.css
  20. 6 0
      exford/style-rtl.css
  21. 6 0
      exford/style.css
  22. 0 12
      hever/style-editor.css
  23. 6 12
      leven/style-editor.css
  24. 6 0
      leven/style-rtl.css
  25. 6 0
      leven/style.css
  26. 6 12
      mayland/style-editor.css
  27. 6 0
      mayland/style-rtl.css
  28. 6 0
      mayland/style.css
  29. 6 12
      maywood/style-editor.css
  30. 6 0
      maywood/style-rtl.css
  31. 6 0
      maywood/style.css
  32. 6 12
      morden/style-editor.css
  33. 6 0
      morden/style-rtl.css
  34. 6 0
      morden/style.css
  35. 6 12
      redhill/style-editor.css
  36. 6 0
      redhill/style-rtl.css
  37. 6 0
      redhill/style.css
  38. 6 12
      rivington/style-editor.css
  39. 6 0
      rivington/style-rtl.css
  40. 6 0
      rivington/style.css
  41. 6 12
      rockfield/style-editor.css
  42. 6 0
      rockfield/style-rtl.css
  43. 6 0
      rockfield/style.css
  44. 6 12
      shawburn/style-editor.css
  45. 6 0
      shawburn/style-rtl.css
  46. 6 0
      shawburn/style.css
  47. 6 12
      stow/style-editor.css
  48. 6 0
      stow/style-rtl.css
  49. 6 0
      stow/style.css
  50. 6 12
      stratford/style-editor.css
  51. 6 0
      stratford/style-rtl.css
  52. 6 0
      stratford/style.css
  53. 0 12
      varia/style-editor.css

+ 6 - 12
alves/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
alves/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
alves/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
balasana/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
balasana/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
balasana/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
barnsbury/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
barnsbury/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
barnsbury/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
brompton/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
brompton/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 0
brompton/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 12
coutoire/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -805,18 +811,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
coutoire/style-rtl.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
coutoire/style.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
dalston/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
dalston/style-rtl.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
dalston/style.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
exford/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
exford/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
exford/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 0 - 12
hever/style-editor.css

@@ -841,18 +841,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 12
leven/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
leven/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
leven/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
mayland/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -807,18 +813,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
mayland/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
mayland/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
maywood/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -823,18 +829,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
maywood/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
maywood/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
morden/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
morden/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
morden/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
redhill/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */
@@ -820,18 +826,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
redhill/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
redhill/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
rivington/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
rivington/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
rivington/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
rockfield/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
rockfield/style-rtl.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
rockfield/style.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 12
shawburn/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
shawburn/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 0
shawburn/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 12
stow/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
stow/style-rtl.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 0
stow/style.css

@@ -141,6 +141,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */

+ 6 - 12
stratford/style-editor.css

@@ -120,6 +120,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Name
  * Child Theme Name
  */
  */
@@ -808,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }

+ 6 - 0
stratford/style-rtl.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 6 - 0
stratford/style.css

@@ -140,6 +140,12 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Add font-family using CSS variables.
  * Add font-family using CSS variables.
  * It also adds the proper fallback for browsers without support.
  * It also adds the proper fallback for browsers without support.
  */
  */
+body {
+	display: none;
+	/* Legacy */
+	display: var(--skip, block);
+}
+
 /**
 /**
  * Child Theme Deep
  * Child Theme Deep
  */
  */

+ 0 - 12
varia/style-editor.css

@@ -814,18 +814,6 @@ li > ol {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.wp-block-media-text .block-editor-inner-blocks {
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
-@media only screen and (min-width: 640px) {
-	.wp-block-media-text .block-editor-inner-blocks {
-		padding-right: 32px;
-		padding-left: 32px;
-	}
-}
-
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
 	color: currentColor;
 	color: currentColor;
 }
 }