diff --git a/js/src/images/get-started/img-free-listings.svg b/js/src/images/get-started/img-free-listings.svg index 074e2a803d..67248c1e73 100644 --- a/js/src/images/get-started/img-free-listings.svg +++ b/js/src/images/get-started/img-free-listings.svg @@ -1,7 +1,8 @@ - - - + + + + @@ -18,9 +19,7 @@ - - - + diff --git a/js/src/images/logo/woocommerce-logo.svg b/js/src/images/logo/woocommerce-logo.svg index 3f6222b4a6..08184891ab 100644 --- a/js/src/images/logo/woocommerce-logo.svg +++ b/js/src/images/logo/woocommerce-logo.svg @@ -1,4 +1,39 @@ - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/src/pages/product-feed/submission-success-guide/index.js b/js/src/pages/product-feed/submission-success-guide/index.js index 22a0ae96f8..04bb7aeaeb 100644 --- a/js/src/pages/product-feed/submission-success-guide/index.js +++ b/js/src/pages/product-feed/submission-success-guide/index.js @@ -28,12 +28,11 @@ const EVENT_NAME = 'gla_modal_closed'; const image = (
-
+
{
@@ -41,8 +40,7 @@ const image = ( {
diff --git a/js/src/pages/product-feed/submission-success-guide/index.scss b/js/src/pages/product-feed/submission-success-guide/index.scss index ce83c1d923..4abe15a2c1 100644 --- a/js/src/pages/product-feed/submission-success-guide/index.scss +++ b/js/src/pages/product-feed/submission-success-guide/index.scss @@ -102,21 +102,19 @@ } &__logo-item { - flex: 1; - margin-bottom: 0; - // Clear the 4px space gap for SVG line-height: 0; - &:first-child { - text-align: right; + + &--woocommerce { + padding-bottom: 6px; } } &__logo-separator-line { width: $border-width; - height: 63px; - margin: 0 28px; - background-color: $gray-600; + height: 42px; + margin: 0 22px; + background-color: #dcdcde; } &__space_holder {