diff --git a/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-extensions.svg b/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-extensions.svg index e9d5590340b..d26591e891e 100644 --- a/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-extensions.svg +++ b/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-extensions.svg @@ -1,14 +1,6 @@ - - - - - - - - - - - - + + + + diff --git a/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-themes.svg b/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-themes.svg index b8a5a510607..4bb34d052a3 100644 --- a/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-themes.svg +++ b/plugins/woocommerce-admin/client/marketplace/assets/images/no-results-themes.svg @@ -1,25 +1,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + diff --git a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss index 2f6ed356d73..e55ee9267ca 100644 --- a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss +++ b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss @@ -185,6 +185,7 @@ grid-template-columns: 2fr 1fr; } .woocommerce-marketplace__product-card__image { + border-bottom: 1px solid $gray-200; grid-column-start: span 2; overflow: hidden; padding-top: 75%; diff --git a/plugins/woocommerce-admin/client/marketplace/components/product-list-content/no-results.scss b/plugins/woocommerce-admin/client/marketplace/components/product-list-content/no-results.scss index 27aa5cecdde..10f4470a4e9 100644 --- a/plugins/woocommerce-admin/client/marketplace/components/product-list-content/no-results.scss +++ b/plugins/woocommerce-admin/client/marketplace/components/product-list-content/no-results.scss @@ -11,6 +11,11 @@ .woocommerce-marketplace__no-results__product-group { margin-top: $grid-unit-60; + + .woocommerce-marketplace__product-list-title { + font-size: 16px; + font-weight: 600; + } } .woocommerce-marketplace__no-results__icon { diff --git a/plugins/woocommerce/changelog/update-wccom-18377-marketplace-styling-tweaks b/plugins/woocommerce/changelog/update-wccom-18377-marketplace-styling-tweaks new file mode 100644 index 00000000000..65983f9b8fc --- /dev/null +++ b/plugins/woocommerce/changelog/update-wccom-18377-marketplace-styling-tweaks @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak +Comment: Small styling changes to empty search results and theme product cards. +