Predefinição:Reward/styles.css
Ir para navegação
Ir para pesquisar
.reward-items {
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
margin-top: 6px;
}
.reward-items img {
vertical-align: middle;
}
.item-wrapper {
position: relative;
display: inline-block;
}
.item-count {
position: absolute;
bottom: 0;
right: 0;
font-size: 10px;
font-weight: bold;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 1px 3px;
border-radius: 3px;
line-height: 1;
}