From 89a855ba0149c793ac1eaecd94c387a2247781db Mon Sep 17 00:00:00 2001 From: "lokapure.girish" Date: Thu, 1 Feb 2024 20:37:33 +0530 Subject: [PATCH] Update stylesheet.scss --- src/OnboardingSPA/components/SiteGenError/stylesheet.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/OnboardingSPA/components/SiteGenError/stylesheet.scss b/src/OnboardingSPA/components/SiteGenError/stylesheet.scss index 7541edf46..623fb2f06 100644 --- a/src/OnboardingSPA/components/SiteGenError/stylesheet.scss +++ b/src/OnboardingSPA/components/SiteGenError/stylesheet.scss @@ -50,7 +50,7 @@ padding: 24px 24px 10px 24px; // min-height: 115px; margin-bottom: 50px; - border: solid #E01C1C 1px; + border: solid #e01c1c 1px; border-radius: 8px; margin-top: 20px; @@ -70,7 +70,7 @@ color: var(--nfd-onboarding-primary); font-size: 14px; font-weight: 400; - // line-height: 0.5 !important; + // line-height: 0.5 !important; } &__exit { @@ -108,7 +108,7 @@ @media (max-width: #{ ($break-small) }) { margin-right: 0; - } + } } &__retry { @@ -131,7 +131,7 @@ margin-right: 0; } } - + } &--button {