|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
|
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.5.4
|
|
|
|
|
|
+Version: 1.5.6
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Text Domain: varia
|
|
Text Domain: varia
|
|
@@ -918,6 +918,9 @@ footer {
|
|
.site-main > article > *,
|
|
.site-main > article > *,
|
|
.site-main > .not-found > *,
|
|
.site-main > .not-found > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
|
|
+.entry-content-child,
|
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
[class*="inner-container"] > *,
|
|
[class*="inner-container"] > *,
|
|
.widget-area > * {
|
|
.widget-area > * {
|
|
margin-top: 21.312px;
|
|
margin-top: 21.312px;
|
|
@@ -929,6 +932,9 @@ footer {
|
|
.site-main > article > *,
|
|
.site-main > article > *,
|
|
.site-main > .not-found > *,
|
|
.site-main > .not-found > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
|
|
+ .entry-content-child,
|
|
|
|
+ .wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
|
+ .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
[class*="inner-container"] > *,
|
|
[class*="inner-container"] > *,
|
|
.widget-area > * {
|
|
.widget-area > * {
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
@@ -940,6 +946,9 @@ footer {
|
|
.site-main > article > *:first-child,
|
|
.site-main > article > *:first-child,
|
|
.site-main > .not-found > *:first-child,
|
|
.site-main > .not-found > *:first-child,
|
|
.entry-content > *:first-child,
|
|
.entry-content > *:first-child,
|
|
|
|
+.entry-content-child:first-child,
|
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :first-child,
|
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :first-child,
|
|
[class*="inner-container"] > *:first-child,
|
|
[class*="inner-container"] > *:first-child,
|
|
.widget-area > *:first-child {
|
|
.widget-area > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
@@ -949,6 +958,9 @@ footer {
|
|
.site-main > article > *:last-child,
|
|
.site-main > article > *:last-child,
|
|
.site-main > .not-found > *:last-child,
|
|
.site-main > .not-found > *:last-child,
|
|
.entry-content > *:last-child,
|
|
.entry-content > *:last-child,
|
|
|
|
+.entry-content-child:last-child,
|
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :last-child,
|
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :last-child,
|
|
[class*="inner-container"] > *:last-child,
|
|
[class*="inner-container"] > *:last-child,
|
|
.widget-area > *:last-child {
|
|
.widget-area > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|