Added gradient animation on Replay Viewport (#813)

This commit is contained in:
Monochromish 2022-04-05 10:19:44 +10:00 committed by GitHub
parent 80d0c21ec0
commit 473b0f5241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1374,7 +1374,9 @@
} }
.replay-viewport { .replay-viewport {
background : var(--replayGradient); background-image: linear-gradient(-45deg, #2e2173, #925042);
animation: gradient-animation 5s ease-in-out infinite;
background-size: 400% 400%;
padding : 16px 40px; padding : 16px 40px;
border-radius: 10px; border-radius: 10px;
box-shadow : var(--mediaItemShadow), var(--mediaItemShadow-Shadow); box-shadow : var(--mediaItemShadow), var(--mediaItemShadow-Shadow);