Template:MainPageInfopush.css
From VRChat Wiki
.infopush {
position: relative;
padding: 0;
overflow: hidden;
aspect-ratio: 1024 / 312;
}
.infopush-content {
display: flex;
transition: transform 0.3s;
transform: translateX(-1200%);
}
.infopush-navigation {
pointer-events: auto;
height: 100%;
cursor: pointer;
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
background-size: 2rem;
background-repeat: no-repeat;
background-position: center;
}
.infopush-navigation-item {
pointer-events: auto;
height: 100%;
cursor: pointer;
background-image: url("https://wiki-files.vrchat.com/Icons_Arrow_Left.png");
background-size: 2rem;
background-repeat: no-repeat;
background-position: center;
}