Files
sendou.ink/app/components/StageBannerBox.module.css
2026-08-05 15:03:36 +03:00

14 lines
289 B
CSS

.banner {
background-image:
linear-gradient(
to right,
var(--stage-banner-fade, var(--color-bg-high)) 35%,
transparent 80%
),
var(--stage-banner);
background-origin: border-box;
background-position: right center;
background-size: cover;
background-repeat: no-repeat;
}