From 5370c71b94833ec15c8875b72bbf74c7507ad51d Mon Sep 17 00:00:00 2001 From: scar <91326008+alk-spriet@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:27:50 +0100 Subject: [PATCH] fix(PPR): animation size and duration overrides on logscreen --- PPR banner.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PPR banner.css b/PPR banner.css index 28d9cdb..cd72f08 100644 --- a/PPR banner.css +++ b/PPR banner.css @@ -12,6 +12,10 @@ domain("ppr-admin.alkemics.com") { background-size: var(--stripe-size) var(--stripe-size); animation: alkegrad var(--duration) linear infinite; } + .AuthLayoutFooter { + --stripe-size: 200px; + --duration: 40s; + } @keyframes alkegrad { from { background-position: 0 0;