From 8458bc43793598db771f7ae0a2461e7e501f6c63 Mon Sep 17 00:00:00 2001 From: MathGuich <146068290+MathGuich@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:25:17 +0100 Subject: [PATCH] feat(app): modify background certif banner --- mon-pix/app/styles/components/_certification-banner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-pix/app/styles/components/_certification-banner.scss b/mon-pix/app/styles/components/_certification-banner.scss index 70aaca1cf32..4418cef5540 100644 --- a/mon-pix/app/styles/components/_certification-banner.scss +++ b/mon-pix/app/styles/components/_certification-banner.scss @@ -10,7 +10,7 @@ width: 100%; height: 270px; color: var(--pix-neutral-0); - background: $pix-primary-certif-gradient; + background: var(--pix-certif-500); box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%); } }