replay wip

This commit is contained in:
booploops 2022-02-17 01:56:13 -08:00
parent 90ad36d256
commit 6f975a3394
6 changed files with 146 additions and 1 deletions

View file

@ -819,3 +819,27 @@
margin: 16px;
}
}
// Replay
.replay-page {
--replayGradient: linear-gradient(45deg, hsl(248deg 58% 29%), hsl(13deg 41% 42%));
--replayTextShadow: 0px 3px 2px #6f3f52;
.replay-viewport {
background: var(--replayGradient);
padding: 16px 40px;
border-radius: 10px;
box-shadow: var(--mediaItemShadow), var(--mediaItemShadow-Shadow);
color: rgb(238 238 238 / 86%);
.replay-header {
text-align: center;
font-size: 3em;
text-shadow: var(--replayTextShadow);
}
}
.replay-card {
background: transparent;
border:0px;
}
}