Skip to content

Commit

Permalink
match site pages and features box shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Mar 8, 2023
1 parent 8dd28da commit 0363c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ $box-shadow: var(--nfd-onboarding-light-gray-highlighted);
border-left: 1px solid rgba($main-color, 0.1);
border-right: 1px solid rgba($main-color, 0.1);
border-bottom: 1px solid rgba($main-color, 0.1);
box-shadow: 0 11px 8px -3px rgba($main-color, 0.2);
box-shadow: 0 11px 8px -3px rgba($main-color, 0.37);
}
}
8 changes: 4 additions & 4 deletions src/OnboardingSPA/pages/Steps/SitePages/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
flex-direction: column;
justify-content: flex-start;
width: 100%;
border-left: 1px solid #e3dfdf;
border-right: 1px solid #e3dfdf;
border-bottom: 1px solid #e3dfdf;
border-left: 1px solid rgba(var(--nfd-onboarding-highlighted--rgb), 0.1);
border-right: 1px solid rgba(var(--nfd-onboarding-highlighted--rgb), 0.1);
border-bottom: 1px solid rgba(var(--nfd-onboarding-highlighted--rgb), 0.1);
border-top: none;
margin: 0 0;
height: 50px;
transform-origin: top center;
box-shadow: 0 11px 8px -3px rgba(88, 124, 175, 0.37);
box-shadow: 0 11px 8px -3px rgba(var(--nfd-onboarding-highlighted--rgb), 0.37);

}

Expand Down

0 comments on commit 0363c7b

Please sign in to comment.