From 66e46d8942126a8d00263d35f985a0a2fa145999 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Thu, 9 Mar 2023 00:34:20 +0800 Subject: [PATCH] Run lint:css-fix. --- .../IntroductionBanner/IntroductionBanner.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/woocommerce-admin/client/marketing/overview-multichannel/IntroductionBanner/IntroductionBanner.scss b/plugins/woocommerce-admin/client/marketing/overview-multichannel/IntroductionBanner/IntroductionBanner.scss index 24964da3120..7c46d7887f5 100644 --- a/plugins/woocommerce-admin/client/marketing/overview-multichannel/IntroductionBanner/IntroductionBanner.scss +++ b/plugins/woocommerce-admin/client/marketing/overview-multichannel/IntroductionBanner/IntroductionBanner.scss @@ -32,11 +32,7 @@ .woocommerce-marketing-introduction-banner-illustration { width: 271px; - background: linear-gradient( - 90deg, - rgba( 247, 237, 247, 0 ) 5.31%, - rgba( 196, 152, 217, 0.12 ) 77.75% - ); + background: linear-gradient(90deg, rgba(247, 237, 247, 0) 5.31%, rgba(196, 152, 217, 0.12) 77.75%); .woocommerce-marketing-introduction-banner-close-button { position: absolute;