fix(PPR): animation size and duration overrides on logscreen
This commit is contained in:
parent
d4e8001bcb
commit
5370c71b94
@ -12,6 +12,10 @@ domain("ppr-admin.alkemics.com") {
|
|||||||
background-size: var(--stripe-size) var(--stripe-size);
|
background-size: var(--stripe-size) var(--stripe-size);
|
||||||
animation: alkegrad var(--duration) linear infinite;
|
animation: alkegrad var(--duration) linear infinite;
|
||||||
}
|
}
|
||||||
|
.AuthLayoutFooter {
|
||||||
|
--stripe-size: 200px;
|
||||||
|
--duration: 40s;
|
||||||
|
}
|
||||||
@keyframes alkegrad {
|
@keyframes alkegrad {
|
||||||
from {
|
from {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user