|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
Theme Name: Seedlet
|
|
Theme Name: Seedlet
|
|
-Theme URI: https://github.com/Automattic/themes/seedlet
|
|
|
|
|
|
+Theme URI: https://github.com/Automattic/themes/tree/master/seedlet
|
|
Author: Automattic
|
|
Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: A simple, text-driven, single-column theme.
|
|
Description: A simple, text-driven, single-column theme.
|
|
@@ -519,6 +519,7 @@ Included in theme screenshot.
|
|
.site-main > .not-found > *,
|
|
.site-main > .not-found > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
[class*="inner-container"] > *,
|
|
[class*="inner-container"] > *,
|
|
|
|
+.wp-block-template-part > *,
|
|
.widget-area > *,
|
|
.widget-area > *,
|
|
.widget-column > * {
|
|
.widget-column > * {
|
|
margin-top: calc( 0.666 * var(--global--spacing-vertical));
|
|
margin-top: calc( 0.666 * var(--global--spacing-vertical));
|
|
@@ -531,6 +532,7 @@ Included in theme screenshot.
|
|
.site-main > .not-found > *,
|
|
.site-main > .not-found > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
[class*="inner-container"] > *,
|
|
[class*="inner-container"] > *,
|
|
|
|
+ .wp-block-template-part > *,
|
|
.widget-area > *,
|
|
.widget-area > *,
|
|
.widget-column > * {
|
|
.widget-column > * {
|
|
margin-top: var(--global--spacing-vertical);
|
|
margin-top: var(--global--spacing-vertical);
|
|
@@ -543,6 +545,7 @@ Included in theme screenshot.
|
|
.site-main > .not-found > *:first-child,
|
|
.site-main > .not-found > *:first-child,
|
|
.entry-content > *:first-child,
|
|
.entry-content > *:first-child,
|
|
[class*="inner-container"] > *:first-child,
|
|
[class*="inner-container"] > *:first-child,
|
|
|
|
+.wp-block-template-part > *:first-child,
|
|
.widget-area > *:first-child,
|
|
.widget-area > *:first-child,
|
|
.widget-column > *:first-child {
|
|
.widget-column > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
@@ -553,6 +556,7 @@ Included in theme screenshot.
|
|
.site-main > .not-found > *:last-child,
|
|
.site-main > .not-found > *:last-child,
|
|
.entry-content > *:last-child,
|
|
.entry-content > *:last-child,
|
|
[class*="inner-container"] > *:last-child,
|
|
[class*="inner-container"] > *:last-child,
|
|
|
|
+.wp-block-template-part > *:last-child,
|
|
.widget-area > *:last-child,
|
|
.widget-area > *:last-child,
|
|
.widget-column > *:last-child {
|
|
.widget-column > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|