ui/perkworldpanel.razor.scss
PerkWorldPanel {
position: absolute;
pointer-events: none;
justify-content: center;
align-items: center;
align-content: center;
//width: 256px;
//height: 256px;
width: 100%;
height: 100%;
.rarity {
position: relative;
width: 100%;
height: 100%;
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);
//}
}