From d97b0750cb9b3faf56f33cf3c31a7bd087c040bd Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Tue, 26 Sep 2023 14:52:58 +0530 Subject: [PATCH] sass lint fix --- .../pages/Steps/GetStarted/Welcome/stylesheet.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/OnboardingSPA/pages/Steps/GetStarted/Welcome/stylesheet.scss b/src/OnboardingSPA/pages/Steps/GetStarted/Welcome/stylesheet.scss index 99f8b91a2..0f46ba6d2 100644 --- a/src/OnboardingSPA/pages/Steps/GetStarted/Welcome/stylesheet.scss +++ b/src/OnboardingSPA/pages/Steps/GetStarted/Welcome/stylesheet.scss @@ -49,7 +49,7 @@ &--white { height: 76px; margin: 0 20px; - padding: 0px; + padding: 0; width: 100%; font-weight: 500; border-radius: 0%; @@ -61,11 +61,12 @@ } &__text { - font-weight: bold; + font-weight: 700; } } &--background { + &__icon { fill: var(--nfd-onboarding-white); height: auto;