Added gradient animation on Replay Viewport (#813)
This commit is contained in:
parent
80d0c21ec0
commit
473b0f5241
1 changed files with 3 additions and 1 deletions
|
@ -1374,7 +1374,9 @@
|
|||
}
|
||||
|
||||
.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;
|
||||
border-radius: 10px;
|
||||
box-shadow : var(--mediaItemShadow), var(--mediaItemShadow-Shadow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue