Skip to content

Commit

Permalink
feat(app): modify background rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
MathGuich authored Dec 9, 2024
1 parent c103620 commit a88d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mon-pix/app/styles/components/_certification-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
width: 100%;
height: 270px;
color: var(--pix-neutral-0);
background: var(--pix-certif-500);
background: $pix-primary-certif-gradient;
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
}
Expand Down

0 comments on commit a88d6b8

Please sign in to comment.