Template:MainPageInfopush.css

From VRChat Wiki
Revision as of 02:59, 29 July 2024 by Arie² (talk | contribs)
.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;
}