From 05194c1144fd6017561c22fee33c5dc1389db28b Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:05:43 +0900 Subject: [PATCH 1/4] Submission: Remove the old design's style --- .../themes/wporg-showcase-2022/src/style/style.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss index 581095fc..e0971c48 100644 --- a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss @@ -219,18 +219,6 @@ body.page-template-page-submit-confirmation .wp-site-blocks { color: var(--wp--preset--color--white); } -body.page-template-page-submit-confirmation, -body.page-template-page-submit { - - /* Adjust margin used to pull the header over the dots background when the font size changes. */ - @media (max-width: 599px) { - .wp-block-spacer.has-dark-dots-background, - .wp-block-spacer.has-blue-dots-background { - margin-bottom: -30px !important; - } - } -} - /* Add background to spacers. These are custom classes, not attached as block styles. */ .wp-block-spacer { &.has-dots-background, From deeb4aba1a5e0bd7baeef34bcdd6da6dab19acbb Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:13:22 +0900 Subject: [PATCH 2/4] Remove Parent Cover Block. --- .../wporg-showcase-2022/patterns/log-in.php | 55 ++++++++----------- 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/source/wp-content/themes/wporg-showcase-2022/patterns/log-in.php b/source/wp-content/themes/wporg-showcase-2022/patterns/log-in.php index 52c5bb02..00d20068 100644 --- a/source/wp-content/themes/wporg-showcase-2022/patterns/log-in.php +++ b/source/wp-content/themes/wporg-showcase-2022/patterns/log-in.php @@ -7,39 +7,32 @@ ?> - -
Log in to your WordPress.org account to continue.', 'wporg' ) ), - esc_url( wp_login_url( home_url( '/' ) . 'submit-a-wordpress-site' ) ) - ); - ?>
- + +Log in to your WordPress.org account to continue.', 'wporg' ) ), + esc_url( wp_login_url( home_url( '/' ) . 'submit-a-wordpress-site' ) ) + ); + ?>
+ - -