ui/perkfloaterworldpanel.razor.scss
PerkFloaterWorldPanel {
	position: absolute;
	pointer-events: none;
	justify-content: center;
	align-items: center;
	align-content: center;
	//width: 256px;
	//height: 256px;
	width: 100%;
	height: 100%;
	border: 3px solid black;

	.rarity {
		position: relative;
		width: 95%;
		height: 95%;
		aspect-ratio: 1;
		background-size: cover;
		//background-image: url(textures/ui/gradient/gradient.png);
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.icon {
		position: relative;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	//&:intro {
	//	opacity: 1;
	//	transform: scale(0.1);
	//}

	.progress {
		position: absolute;
		width: 100%;
		height: 5%;
		bottom: 0px;
		left: 0px;
		opacity: 3.0;
	}
}