Skip to content

Commit

Permalink
sass lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Sep 26, 2023
1 parent f46d620 commit d97b075
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
&--white {
height: 76px;
margin: 0 20px;
padding: 0px;
padding: 0;
width: 100%;
font-weight: 500;
border-radius: 0%;
Expand All @@ -61,11 +61,12 @@
}

&__text {
font-weight: bold;
font-weight: 700;
}
}

&--background {

&__icon {
fill: var(--nfd-onboarding-white);
height: auto;
Expand Down

0 comments on commit d97b075

Please sign in to comment.