Skip to content

Commit

Permalink
perf(gradient): update gradient for light backgrounds #32
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm369 committed Nov 16, 2023
1 parent 754319a commit da67c85
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,7 @@
width: 8.75rem;
height: 100%;

background-image: linear-gradient(
90deg,
hsla(0,0%,100%,0) 0%,
hsla(0,0%,100%,.06) 12%,
hsla(0,0%,100%,.15) 24%,
hsla(0,0%,100%,.28) 35%,
hsla(0,0%,100%,.40) 46%,
hsla(0,0%,100%,.54) 58%,
hsla(0,0%,100%,.68) 68%,
hsla(0,0%,100%,.82) 78%,
hsla(0,0%,100%,.92) 88%,
hsl(0,0%,100%) 100%
);
background-image: var(--ds-color-background-gradient-default, $ds-color-background-gradient-default);

content: '';
pointer-events: none;
Expand Down

0 comments on commit da67c85

Please sign in to comment.